schedule task automation problem
Hi People,
I am attempting to create a scheduled task that will pull down all the folders and files created in the last 24 hours.
I have managed to get to a point where I can seeming get all the files in the ftp server, using this...
/log=A:\ALLFTP\winscp.log /command "option batch abort" "option confirm off" "open ftp://user:password@myftpdomainname.co.uk/" "get * A:\ALLFTP" "exit"
However I am having no end of issues trying to get the files and folders created in the last 24hours or 1d, I had expected this to work...
/log=A:\ALLFTP\winscp.log /command "option batch abort" "option confirm off" "open ftp://user:password@myftpdomainname.co.uk/" "get *<1d A:\ALLFTP" "exit"
But again no joy it simple starts to pull down everything.
I would appreciate any help or advice you could offer as I have been going round in circles trying to figure this out.
Thanks Paul
I am attempting to create a scheduled task that will pull down all the folders and files created in the last 24 hours.
I have managed to get to a point where I can seeming get all the files in the ftp server, using this...
/log=A:\ALLFTP\winscp.log /command "option batch abort" "option confirm off" "open ftp://user:password@myftpdomainname.co.uk/" "get * A:\ALLFTP" "exit"
However I am having no end of issues trying to get the files and folders created in the last 24hours or 1d, I had expected this to work...
/log=A:\ALLFTP\winscp.log /command "option batch abort" "option confirm off" "open ftp://user:password@myftpdomainname.co.uk/" "get *<1d A:\ALLFTP" "exit"
But again no joy it simple starts to pull down everything.
I would appreciate any help or advice you could offer as I have been going round in circles trying to figure this out.
Thanks Paul