Re: Synchronization is not synchronizing updated files
The key is:
You have configured in GUI not to use timestamp criteria for synchronization.
And you did not isolate the script from the GUI configuration:
https://winscp.net/eng/docs/scripting#configuration
< 2016-07-19 09:07:14.323 Script: Using configured synchronization options different from factory defaults.
. 2016-07-19 09:07:20.853 Collecting synchronization list for local directory 'E:\YTP-M\DATA\YTP\20 BIM Department\01_WIP\02_NAV\10_NWC\01_STR' and remote directory 'YTP_01_WIP/10_NWC/01_STR', mode = Local, params = 0x1203 (Delete, NoConfirmation, NotByTime, Mirror)
You have configured in GUI not to use timestamp criteria for synchronization.
And you did not isolate the script from the GUI configuration:
https://winscp.net/eng/docs/scripting#configuration