1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-06 02:23:24 +00:00

ftp: add support for --dump bodies and --dump auth

See: https://forum.rclone.org/t/rclone-copy-gives-error-connection-reset-by-peer-using-ftp/17934/27
This commit is contained in:
Nick Craig-Wood
2020-07-18 09:52:22 +01:00
parent db56b1bfec
commit d2efb4b29b
2 changed files with 45 additions and 2 deletions

View File

@@ -257,8 +257,9 @@ See: the [encoding section in the overview](/overview/#encoding) for more info.
### Limitations ###
Note that since FTP isn't HTTP based the following flags don't work
with it: `--dump-headers`, `--dump-bodies`, `--dump-auth`
Note that FTP does have its own implementation of : `--dump headers`,
`--dump bodies`, `--dump auth` for debugging which isn't the same as
the HTTP based backends - it has less fine grained control.
Note that `--timeout` isn't supported (but `--contimeout` is).