Tracker »

Issue 79 – Synchronize individual files with "Keep remote directory up to date"

: General
: Unspecified
: Enhancement
: Low
: 0
: RESOLVED
: DUPLICATE of Issue 256
WinSCP uses FindFirstChangeNotification to detect changes. This function allows detecting of changes in whole directory only. It cannot detect which particular file has changed. Possible replacement is ReadDirectoryChangesW:
https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-readdirectorychangesw
This issue has been marked as a duplicate of Issue 256.