rclone/backend/ftp
Nick Craig-Wood e8eb658ba5 ftp: fix lockup on failed upload when using concurrency limit #3984
Before this change if rclone failed to upload a file for some reason
it would leak a concurrency token. When all the tokens were leaked
then rclone would lock up.

The fix returns the concurrency token regardless of the error state.
2020-02-25 14:38:12 +00:00
..
ftp_test.go build: implement a framework for starting test servers during tests 2020-01-18 16:47:37 +00:00
ftp.go ftp: fix lockup on failed upload when using concurrency limit #3984 2020-02-25 14:38:12 +00:00