Writing a scripts to send new files since last session
I am looking to create a batch file for running a scheduled transfer using WinSCP 3 times a day.
The time I want to run are 1pm, 6pm and 9.30pm.
My initial idea was to have the script scan the folder and transfer anything older than 5 hours..
Script I have is this (from commands):
I keep getting error – access denied, cannot copy file etc. I have tried a space between the
It will work without the time constraints no problem.
I was trying to find an answer on the KBs but no avail.
I've also seen the following guide on Remembering the last timestamp which would be really appealing if I could get it to work but it's beyond me at the moment!
How do I transfer new/modified files only?
Any help would be greatly appreciated.
Thanks,
Vee
The time I want to run are 1pm, 6pm and 9.30pm.
My initial idea was to have the script scan the folder and transfer anything older than 5 hours..
Script I have is this (from commands):
"open ftp://USER:PASS1@123.123.123.123/" ^ "lcd C:\Users\TEST\TEST" ^ "put *.CSV<5HS" ^
*.CSV
and the time operator, tried it with and without extra quotation marks but I'm not getting anywhere.
It will work without the time constraints no problem.
I was trying to find an answer on the KBs but no avail.
I've also seen the following guide on Remembering the last timestamp which would be really appealing if I could get it to work but it's beyond me at the moment!
How do I transfer new/modified files only?
Any help would be greatly appreciated.
Thanks,
Vee