Openeing session using command-line parameter is deprecated. Use 'open' command instead.
I am using the following command in my .bat file:
In the file winscpcmd.txt, I have the following commands:
However, I still get the error listed in the subject followed by an immediate abort. Why?
winscp.com /logsize=1*1M /log=rxbe2.log /loglevel-0 /nopermissions /script=winscpcmd.txt
In the file winscpcmd.txt, I have the following commands:
option batch abort option confirm off open sftp://walsftp:MyPassword@192.168.0.43:22/ put NOTX_Welig_20190308_105445_1249.txt.pgp /Walgreens/ exit
However, I still get the error listed in the subject followed by an immediate abort. Why?