Re: Problem with WinSCP cli syntax
You are missing quotes and actual commands to perform after the connection is opened:
For a start, it's easier to use a script file, instead of specifying everything on commandline.
https://winscp.net/eng/docs/guide_automation#commands
WinSCP.com /command "open ftp://username:password@mydomain.com/" ... /log="C:\Users\Admin\winscp.log" /loglevel=0
For a start, it's easier to use a script file, instead of specifying everything on commandline.
https://winscp.net/eng/docs/guide_automation#commands