windows task scheduler action ->argument issue
I am currently trying to automate a process of ftp-ing a file from my computer to a 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:
/log=c:\Users\xxxx\Desktop\linden\linden.log /command "open ftp://user:pass@ftpserver.com/" "put C:\test.txt /Observations/folder/" "exit"
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"
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!