5.1.7 Scripting pushes files every time ran; likely DST iss
Hey guys. Every time I run my script today its sending every file out to my remote computers. Was not happening yesterday. With DST being last night it makes me believe this is the culprit. All remote computers are win7 with filezilla ftp server and the source computer is win7 with winscp 5.1.7 using batch file
and script
I have tried adding the -rawsettings ConsiderDST=0 switch to the open command with seemingly nothing changing. Any help or suggestions would be greatly appreciated. Thanks!
"<pathtowinscp>" /console /script=<path>
and script
option batch on option confirm off option transfer binary open ftp://<user>:<pass>@<site>:21 -passive synchronize remote <localpath> <remotepath> close exit
I have tried adding the -rawsettings ConsiderDST=0 switch to the open command with seemingly nothing changing. Any help or suggestions would be greatly appreciated. Thanks!