Is there a way to login to a sub-FTP account like name@server.com through a browser directly?
ftp://name@server.com:password@server.com obviously doesn't work.
Thanks
Is there a way to login to a sub-FTP account like name@server.com through a browser directly?
ftp://name@server.com:password@server.com obviously doesn't work.
Thanks
Have you tried the full server name? ftp://server.domain.com
at prompt enter username / pass
In theory:
ftp://name%40server.com:password@server.com
In practice that doesn't work very well in IE.
You might try to add another username for that directory in the ftp password files, using for example + instead of @. You might also want to ask the Cpanel developers for Cpanel to add those usernames automatically.