Re: Example
That's how URLs works. Any URLs, anywhere. In all web browsers. In many command-line FTP/SFTP clients, like OpenSSH, curl, wget, etc.
There are standards for that.
https://datatracker.ietf.org/doc/html/rfc3986#section-2.1
https://en.wikipedia.org/wiki/Percent-encoding
If you do not like it, do it the way you do with
https://winscp.net/eng/docs/scriptcommand_open#username
Even the article, I've linked above tells that:
There are standards for that.
https://datatracker.ietf.org/doc/html/rfc3986#section-2.1
https://en.wikipedia.org/wiki/Percent-encoding
If you do not like it, do it the way you do with
mysql
. There are -username
and -password
switches in WinSCP:
https://winscp.net/eng/docs/scriptcommand_open#username
Even the article, I've linked above tells that:
To avoid having to URL-encode the credentials, particularly when sourcing them from a variable, you can use-username
and-password
switches of the open command or WinSCP commandline.