SFTP doesn't detect renames
- Posts: 5
- Joined: 27 Aug 2016
Hi, I noticed that FFS doesn't seem to be detecting renamed files on my SFTP server. Timestamps are being read correctly, and syncing to the same folder on the same server via Samba works as expected. Any ideas? Many thanks, Tim
- Posts: 1038
- Joined: 8 May 2006
What Sync settings are you using?
- Posts: 5
- Joined: 27 Aug 2016
Two-way, with "Detect Moved files" ticked. In the SFTP vs Samba test, the config files were copies of each other with only the server path changed.
- Posts: 2451
- Joined: 22 Aug 2012
FFS performs the detection of moved files based on file-IDs.
Not all implementations of SFTP do necessarily support the use of file-IDs.
Not all implementations of SFTP do necessarily support the use of file-IDs.
- Site Admin
- Posts: 7211
- Joined: 9 Dec 2007
Worse: libssh2 doesn't support file IDs, so this is a limitation for SFTP in general.FFS performs the detection of moved files based on file-IDs.
Not all implementations of SFTP do necessarily support the use of file-IDs. Plerry, 13 Jul 2020, 07:22
- Posts: 5
- Joined: 27 Aug 2016
OK, thanks for the info.