I just created a bugzilla for this, but I thought it'd make sense to raise this in the forum in case anyone else has run across it. What do you guys think? How responsive is cPanel to bugs usually?
http://bugzilla.cpanel.net/show_bug.cgi?id=2209
http://bugzilla.cpanel.net/show_bug.cgi?id=2209
cPanel creates virtual FTP user accounts in the form [email protected]. When
encoding this a URI, this is what you get:
[email protected]@vhost.com
I'm starting to have issues because many of the programs I'm using expect URIs
to be built as per the W3C spec as listed here:
http://www.w3.org/Addressing/URL/uri-spec.html
The only legal characters in the username portion according to this spec are:
A-Za-z0-9 and the characters "- _ . +"
The presence of the extra @ sign makes FTP virtually (no pun intended) useless
to me. Please fix asap. It would make sense to use + like you do with pop3.