Unknown command
I created a script file named test.txt.
When I try to run
winscp.com /script=test.txt
I get Unknown command 'winscp'.
However if I run
winscp.com
I get the winscp command prompt.
Within the file I have
Open sftp://<username>:<password>@<host>/ -privatekey="<directory>\<fileName>.ppk"
All the fields are filled in and I am just testing the script.
When I try to run
winscp.com /script=test.txt
I get Unknown command 'winscp'.
However if I run
winscp.com
I get the winscp command prompt.
Within the file I have
Open sftp://<username>:<password>@<host>/ -privatekey="<directory>\<fileName>.ppk"
All the fields are filled in and I am just testing the script.