Keep Time when tranferring files
Option to keep time is checked in preferences and in the connection target properties.
using winscp as a batch job
data and time of the uploaded files are changed to transfer date and time.
was working with 5.7.7 (build 6257)
Windows 10 Professional
Protocol: ftp
open target01
lcd C:\OCRVideoReader\x_infoscreen\
put -delete *.jpg -resume
put -delete *.xml -resume
close
open target02
lcd C:\OCRVideoReader\x_metacommunication\
put -delete *.jpg -resume
put -delete *.xml -resume
close
open target03
lcd C:\OCRVideoReader\x_observer\
put -delete *.jpg -resume
put -delete *.xml -resume
close