mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 16:34:30 +01:00
629a3eeca2
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 |
||
---|---|---|
.. | ||
ftp_test.go | ||
ftp.go |