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: Reply

Prabu wrote:

prikryl, thanks for the response. from which version onwards, winscp accepts @ sign in password?

Please use the latest available.
Prabu

Reply

prikryl, thanks for the response. from which version onwards, winscp accepts @ sign in password?
Guest

Re: Not able to connect with SFTP from DOS using V3.7.0

martin wrote:

First, we do not support such ancient versions of WinSCP anymore (that includes 4.0.6).
Anyway, I'm afraid there's no way to use password with @ using WinSCP 3.7.


prikryl, thanks for the response. from which version onwards, winscp accepts @ sign in password?
martin

Re: Not able to connect with SFTP from DOS using V3.7.0

First, we do not support such ancient versions of WinSCP anymore (that includes 4.0.6).
Anyway, I'm afraid there's no way to use password with @ using WinSCP 3.7.
Prabu

Not able to connect with SFTP from DOS using V3.7.0

Hi Team,
I'm using winscp 3.7.0 (build 254) and trying to create a batch file to download files from SFTP location. my code works fine with WINSCP 4.0.6, but i have to build for 3.7.0 :cry:

below is my code
"C:\Program Files\WinSCP3\WinSCP3.exe" /console /command "option batch abort" "option confirm off" "open sftp://username:password@ipaddr" "put myfile /abc/def/" "exit" /log
this code works perfectly with winscp 4.0.6 (build 358), but while trying with winscp 3.7.0 build 254, winscp prompts to enter user name :?
if i use the open command inside winscp console, i'm able to connect without issues. problem is only when i connect from DOS prompt
Note: my password contains @ symbol in it
i'm using Windows 7
should i have to use modified command for older versions of winscp
please help