Does /synchronize work with changed files ?
I write small bat and use it to start script:
Script.ftp:
Script works fine but only first time. Script is not able to synchronize changed files. Does synchronize support changed files synchronizing ?
I have looked unsuccesfully for answer in documentation and forum too.
Thanks in advance for any help ...
"C:\Program Files\WinSCP\WinSCP.exe" /script=script.ftp
Script.ftp:
option batch on option confirm off echo on open pnowak@WEBtest option transfer binary synchronize local d:\BackupsWEBtest\ \Zalohy\ close exit
Script works fine but only first time. Script is not able to synchronize changed files. Does synchronize support changed files synchronizing ?
I have looked unsuccesfully for answer in documentation and forum too.
Thanks in advance for any help ...