Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

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).
dimoss

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!