rclone/backend/ftp
Ivan Andreev 629a3eeca2
backend/ftp: fix implicit TLS after PR #4266 (#5219)
PR #4266 modified ftpConnection to make ftp library into using
a custom dial function which is QoS aware and takes care of TLS.
However the ServerConn.Login function from the ftp library also needs
TLS config passed explicitly as a trigger for sending PSBZ and PROT
options to FTP server. This was not taken care of resulting in
failure to connect via FTP with implicit TLS.
This PR fixes that.

Fixes #5210
2021-04-09 01:43:50 +03:00
..
ftp_test.go build: implement a framework for starting test servers during tests 2020-01-18 16:47:37 +00:00
ftp.go backend/ftp: fix implicit TLS after PR #4266 (#5219) 2021-04-09 01:43:50 +03:00