Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Openeing session using command-line parameter is deprecated. Use 'open' command instead.

Please attach a full session log file showing the problem (using the latest version of WinSCP).

To generate the session log file, use /log=path_to_log_file command-line argument. Submit the log with your post as an attachment. Note that passwords and passphrases not stored in the log. You may want to remove other data you consider sensitive though, such as host names, IP addresses, account names or file names (unless they are relevant to the problem). If you do not want to post the log publicly, you can mark the attachment as private.
fadrian

Openeing session using command-line parameter is deprecated. Use 'open' command instead.

I am using the following command in my .bat file:
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?