1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-09 03:53:17 +00:00

ftp: add support for disable_utf8 option - fixes #6209

This commit is contained in:
Jason Zheng
2022-06-02 01:15:09 +08:00
committed by Nick Craig-Wood
parent 8979337313
commit a9c49c50a0
3 changed files with 21 additions and 0 deletions

View File

@@ -337,6 +337,7 @@ and may be set in the config file.
--ftp-concurrency int Maximum number of FTP simultaneous connections, 0 for unlimited
--ftp-disable-epsv Disable using EPSV even if server advertises support
--ftp-disable-mlsd Disable using MLSD even if server advertises support
--ftp-disable-utf8 Disable using UTF-8 even if server advertises support
--ftp-disable-tls13 Disable TLS 1.3 (workaround for FTP servers with buggy TLS)
--ftp-encoding MultiEncoder The encoding for the backend (default Slash,Del,Ctl,RightSpace,Dot)
--ftp-explicit-tls Use Explicit FTPS (FTP over TLS)