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
    
But as soon as I add multiple 
Ideally I want to have all my arguments on file, not inputed directly to task scheduler.
            
        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"
put-commands nothing works. 
Ideally I want to have all my arguments on file, not inputed directly to task scheduler.