Re: Reg escape characters in password
Is above correct?
You are encoding characters you do not have to, but it does not hurt.
The only suspect is the double-quote. The one included in your post is not the standard "quotation mark" (what is
%22
), but "right double quotation mark" (what is %20%1D
).
https://www.fileformat.info/info/unicode/char/0022/index.htm
https://www.fileformat.info/info/unicode/char/201d/index.htm
Find out which one is actually included in your password. Also as the "right double quotation mark" is not ASCII character, there can be encoding problem between WinSCP and the server. It is better to avoid such characters.
Also Unicode characters in URL encoding are supported in recent versions only:
https://winscp.net/tracker/1062
Make sure you are using the latest version of WinSCP.