How to synchronize
I try synchronize my folder with FTP-server by using script:
option batch on
option confirm on
open ftp://Leonid.romanov:Brass8*@10.11.251.2:21
synchronize local d:\rom\regina \ -delete -criteria="Modification time"
close
But winscp419.exe does not copied newest files with the same names. Why? How can I tell them to do that? And haw can I use "-criteria" for this?
Thank
option batch on
option confirm on
open ftp://Leonid.romanov:Brass8*@10.11.251.2:21
synchronize local d:\rom\regina \ -delete -criteria="Modification time"
close
But winscp419.exe does not copied newest files with the same names. Why? How can I tell them to do that? And haw can I use "-criteria" for this?
Thank