Re: Special characters in passwords.
Are you specifying the password on WinSCP command line from a batch file? (i.e. a different use than your other question shows)
Then you need to use
I've documented that:
https://winscp.net/eng/docs/session_url#special
WinSCP GUI can generate correct code with all the escaping done right for you:
https://winscp.net/eng/docs/ui_generateurl#script
Then you need to use
%%40
, because %
has a special meaning in batch files.
I've documented that:
https://winscp.net/eng/docs/session_url#special
WinSCP GUI can generate correct code with all the escaping done right for you:
https://winscp.net/eng/docs/ui_generateurl#script