1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

docs: improved sftp limitations

Added a link to `--sftp-path-override` for a better solution with working hash calculation.
This commit is contained in:
Michael Kebe
2025-02-15 11:11:26 +01:00
committed by GitHub
parent 7da2d8b507
commit cda82f3d30

View File

@@ -1108,7 +1108,8 @@ Properties:
On some SFTP servers (e.g. Synology) the paths are different On some SFTP servers (e.g. Synology) the paths are different
for SSH and SFTP so the hashes can't be calculated properly. for SSH and SFTP so the hashes can't be calculated properly.
For them using `disable_hashcheck` is a good idea. You can either use [`--sftp-path-override`](#--sftp-path-override)
or [`disable_hashcheck`](#--sftp-disable-hashcheck).
The only ssh agent supported under Windows is Putty's pageant. The only ssh agent supported under Windows is Putty's pageant.