Re: When there is a + sign in the password, it won't open the SFTP automatically
@tashev2078: Thanks!
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
I'll consider optionally not decoding the plus sign, if more people have this problem.
+
sign does go through without interrupting the access to SFTP from HPE as described in this thread, I am going to make my contribution to WinSCP as it has saved me and my colleagues tremendous amount of time in manual entering (copy-paste). I appreciate and I am thankful that this SW exists and we all can benefit from it.
authority = [ userinfo "@" ] host [ ":" port ]
userinfo = *( unreserved / pct-encoded / sub-delims / ":" )
unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~"
pct-encoded = "%" HEXDIG HEXDIG
sub-delims = "!" / "$" / "&" / "'" / "(" / ")" / "*" / "+" / "," / ";" / "="
0-9
, a-z
, A-Z
, and also following chars !$&'()*+,;=-._~:
as they are. BTW, it's the same for the user, except for :
.
;
and +
are not accepted as-is (we have to encode them : %3B
and %2B
).
+
symbol used in the password, it would not make any issues and it will load the SFTP.
Ctrl+V
and it automatically load the user name, password and the respective host, port, etc.
sftp://hq624545:HT3zh+RZ3sz+LX8m@xxxx-ab.xz.cat.com:2222/
+
sign every single time? If yes, then this defeats the purpose, as I can do it much faster by simply copying the password and giving it to the prompt, but that's what I've been trying to resolve in the first place.
+
sign in the password, the SFTP won't load by pasting with Ctrl+V
in the app. It will rather show additional dialog box where the password needs to be entered manually.