rclone/backend/ftp
Nick Craig-Wood d72d9e591a ftp: retry connections and logins on 421 errors #3984
Before this we just failed if the ftp connection or login failed.

This change adds a pacer just for the ftp connect and retries if the
connection failed to Dial or the login returns a 421 error.
2021-03-16 16:17:22 +00:00
..
ftp.go ftp: retry connections and logins on 421 errors #3984 2021-03-16 16:17:22 +00:00
ftp_test.go build: implement a framework for starting test servers during tests 2020-01-18 16:47:37 +00:00