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

Uterus

Schedule remote to remote job

Hey
I want to schedule a transfer via Task Scheduler from one remote server to remote FTP

So far I've created a task that opens "C:\Program Files (x86)\WinSCP\WinSCP.com" with added argument: in a single line.
"/log=D:\Logfilepath\log.txt /command "open ftp://username:password@FTPURL:port" "put ""\\source\folder\subfolder\sub folder\subbfolder\subfolder\*"" TargetURL/ "exit"

But as soon as I add multiple put-commands nothing works.
Ideally I want to have all my arguments on file, not inputed directly to task scheduler.