forked from TrueCloudLab/rclone
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:
parent
14c0d8a93e
commit
f97c2c85bd
1 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue