sftp: update docs to match code, fix typos and clarify disable_hashcheck prompt

This commit is contained in:
Michael G. Noll
2018-04-20 21:49:49 +02:00
committed by Nick Craig-Wood
parent a0c65deca8
commit d1ca8b8959
2 changed files with 6 additions and 5 deletions

View File

@@ -167,10 +167,11 @@ your RClone backend configuration to disable this behaviour.
SFTP supports checksums if the same login has shell access and `md5sum`
or `sha1sum` as well as `echo` are in the remote's PATH.
This remote check can be disabled by setting the configuration option
`disable_hashcheck`. This may be required if you're connecting to SFTP servers
This remote checksumming (file hashing) is recommended and enabled by default.
Disabling the checksumming may be required if you are connecting to SFTP servers
which are not under your control, and to which the execution of remote commands
is prohibited.
is prohibited. Set the configuration option `disable_hashcheck` to `true` to
disable checksumming.
The only ssh agent supported under Windows is Putty's pageant.