How do I need to encode special chars in a urls password:
<a href="ftp://user:password@server.com/html">ftp</a>
I have problem if the first character of the password is #
Chrome does change <a href="ftp://user:#password...
to ftp://user/password
if you click on the link.