Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

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

matrixwang

Subject: password is changed when connecting via script

I have a client to connect a sftp server. the password is complex. in the password there are some special character / ,+
with GUI, I could login in. but with the script. each it report access denied. I find the character / + is missing in the log file.

Here is the command line:
winscp.com /script=test.txt

Here is the script:
open sftp://user:pass@site/ -timeout=60
option transfer binary
close
exit