From cda82f3d30abbf7efabc780b0b20efe526f29167 Mon Sep 17 00:00:00 2001 From: Michael Kebe Date: Sat, 15 Feb 2025 11:11:26 +0100 Subject: [PATCH] docs: improved sftp limitations Added a link to `--sftp-path-override` for a better solution with working hash calculation. --- docs/content/sftp.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/sftp.md b/docs/content/sftp.md index 56f4d98dc..5da567247 100644 --- a/docs/content/sftp.md +++ b/docs/content/sftp.md @@ -1108,7 +1108,8 @@ Properties: On some SFTP servers (e.g. Synology) the paths are different 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.