SFTP doesn't detect renames

Get help for specific problems
Posts: 5
Joined: 27 Aug 2016

tim

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: 943
Joined: 8 May 2006

therube

What Sync settings are you using?
Posts: 5
Joined: 27 Aug 2016

tim

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.
User avatar
Posts: 2276
Joined: 22 Aug 2012

Plerry

FFS performs the detection of moved files based on file-IDs.
Not all implementations of SFTP do necessarily support the use of file-IDs.
User avatar
Site Admin
Posts: 7050
Joined: 9 Dec 2007

Zenju

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
Worse: libssh2 doesn't support file IDs, so this is a limitation for SFTP in general.
Posts: 5
Joined: 27 Aug 2016

tim

OK, thanks for the info.