Re: Using a % in the password in the GUI fails.
Indeed some special characters need to be URL-encoded for use in URL:
https://winscp.net/eng/docs/session_url#special
It seems that you have tried to use the password encoded for URL as a literal password in GUI, assuming the password contains an actual
https://winscp.net/eng/docs/session_url#special
It seems that you have tried to use the password encoded for URL as a literal password in GUI, assuming the password contains an actual
%, while it does not.