forked from TrueCloudLab/rclone
docs: add sftp about documentation
This commit is contained in:
parent
2f3d794ec6
commit
8c5503631a
1 changed files with 8 additions and 0 deletions
|
@ -318,6 +318,14 @@ which are not under your control, and to which the execution of remote commands
|
||||||
is prohibited. Set the configuration option `disable_hashcheck` to `true` to
|
is prohibited. Set the configuration option `disable_hashcheck` to `true` to
|
||||||
disable checksumming.
|
disable checksumming.
|
||||||
|
|
||||||
|
SFTP also supports `about` if the same login has shell
|
||||||
|
access and `df` are in the remote's PATH. `about` will
|
||||||
|
return the total space, free space, and used space on the remote
|
||||||
|
for the disk of the specified path on the remote or, if not set,
|
||||||
|
the disk of the root on the remote.
|
||||||
|
`about` will fail if it does not have shell
|
||||||
|
access or if `df` is not in the remote's PATH.
|
||||||
|
|
||||||
Note that some SFTP servers (eg Synology) the paths are different for
|
Note that some SFTP servers (eg Synology) the paths are different for
|
||||||
SSH and SFTP so the hashes can't be calculated properly. For them
|
SSH and SFTP so the hashes can't be calculated properly. For them
|
||||||
using `disable_hashcheck` is a good idea.
|
using `disable_hashcheck` is a good idea.
|
||||||
|
|
Loading…
Reference in a new issue