diff --git a/docs/content/ftp.md b/docs/content/ftp.md index 1f8444b66..4366499a6 100644 --- a/docs/content/ftp.md +++ b/docs/content/ftp.md @@ -230,7 +230,7 @@ See: the [encoding section in the overview](/overview/#encoding) for more info. ### Limitations ### Modified times are not supported. Times you see on the FTP server -through rclone are time of upload. +through rclone are those of upload. Rclone's FTP backend does not support any checksums but can compare file sizes. @@ -256,6 +256,10 @@ at present. The `ftp_proxy` environment variable is not currently supported. +FTP servers acting as rclone remotes must support 'passive' +mode. Rclone's FTP implementation is not compatible with 'active' +mode. + #### Restricted filename characters In addition to the [default restricted characters set](/overview/#restricted-characters)