Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WinSCP - password must be URL encoded #29

Closed
ben12 opened this issue Jul 22, 2019 · 4 comments
Closed

WinSCP - password must be URL encoded #29

ben12 opened this issue Jul 22, 2019 · 4 comments

Comments

@ben12
Copy link

ben12 commented Jul 22, 2019

Password must be URL encoded.

One of my password contains a slash "/", it must be replaced by "%2F" in the command to work.
"C:\WinSCP\WinSCP.exe" scp://dev:"my/password"@192.1681.1
must be:
"C:\WinSCP\WinSCP.exe" scp://dev:"my%2Fpassword"@192.1681.1

@cristianst85
Copy link
Owner

Hi @ben12,

Thank you for reporting this. I'll post an update in the following days with the fix.

Cristian,

@cristianst85
Copy link
Owner

This version should fix your current issue with the encodings, can you test it?

Please note that this release also includes fixes for issues #23 and #27.

QuickConnectPlugin-0.5.2-20190725-e6b084b.zip

@ben12
Copy link
Author

ben12 commented Jul 25, 2019

It works fine now. Thanks !

@cristianst85 cristianst85 unpinned this issue Jul 26, 2019
@mabroukb
Copy link

Hello,
I too tested it with single and double quote in passwords.
It works fine !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants