Auto Download Sync
First time WinSCP user, sorry for my basicness- We're working with a vendor which is amassing Terabytes of data on an FTP server and we wish to set up an automated process which logs in and downloads only new data added on the remote side to our local storage server.
I got WinSCP installed, created my bat and txt files, can get it to log in run on a schedule, but using
and watching it I can see that it is not only transferring the new files there, but is also transferring files which were already downloaded to the test directory. How can I get it to go about only downloading the new files, and how can I create a log file to list newly copied files?
I got WinSCP installed, created my bat and txt files, can get it to log in run on a schedule, but using
synchronize local L:\Local\testDIR /remote/testDIR/