synchronize not checking files
Hi
i have created the following script to sync local with remote
option batch continue
option confirm off
open Session
synchronize local -criteria=size -preservetime -transfer=automatic -resumesupport=on "D:\Storage" /
# Disconnect
close
# Exit WinSCP
exit
this runs fine to download the folders and files first time but then if a file is missing in local folder it doesnt redownload next time. When it runs it is only checking the folder exist.
i have tried seaching around but not luck
thanks in advance
i have created the following script to sync local with remote
option batch continue
option confirm off
open Session
synchronize local -criteria=size -preservetime -transfer=automatic -resumesupport=on "D:\Storage" /
# Disconnect
close
# Exit WinSCP
exit
this runs fine to download the folders and files first time but then if a file is missing in local folder it doesnt redownload next time. When it runs it is only checking the folder exist.
i have tried seaching around but not luck
thanks in advance