Windows Task scheduler action -> argument issue
I am currently trying to automate a process of ftp-ing a file from my computer to an FTP server using Windows Task scheduler, WinSCP and adding in the commands in the argument section of "actions". The parameters I passed to Task Scheduler were as follows:
It looks like the command executed fine and in the log I see that everything ran successfully. I attached the portion of the log for reference. But when I actually went into the folder to check the file is missing/not there.
Please advise!
/log=c:\Users\xxxx\Desktop\linden\linden.log /command "open ftp://user:pass@ftpserver.com/" "put C:\test.txt /Observations/folder/" "exit"
Please advise!