Example of Windows Task Scheduler script for downloading
Hi
I am new on this and I am trying to automate ftp downloading to my pc.
I would like to know if the following script has the correct syntax in order to put it on the Windows Task schedule
I appreciate your help.
Thanks!
I am new on this and I am trying to automate ftp downloading to my pc.
I would like to know if the following script has the correct syntax in order to put it on the Windows Task schedule
/command "option batch abort" "option confirm off" "open ftp://user:pass@xxx.xxx.xxx.xxx/" "get -transfer=binary /backup-pdan-files/*.jpa c:\backups\" "close" "exit"
I appreciate your help.
Thanks!