Example of Windows Task Scheduler script for downloading

Advertisement

dimoss
Guest

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

/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!

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: Example of Windows Task Scheduler script for downloading

It's not a script. These are command-line parameters of WinSCP.
Apart from a terminology, it's correct (to be put to "Argument" box in Windows Scheduler action).

Reply with quote

Advertisement

You can post new topics in this forum