docs: update ftp with note about active mode

See: https://forum.rclone.org/t/copy-or-sync-from-ftp-server-results-in-source-directory-not-found/20636/4
This commit is contained in:
edwardxml 2021-01-21 13:21:31 +00:00 committed by GitHub
parent 14c0d8a93e
commit f97c2c85bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -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)