Issue activity log

2008-01-08 13:24 Created Synchronize individual files with "Keep remote directory up to date"
Component General
Severity Enhancement
Priority Low
Comment 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
2011-02-28 10:40 Status RESOLVED
Resolution DUPLICATE
Comment This issue has been marked as a duplicate of Issue 256.