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:
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user