Using Internet Explorer, I'd like to allow others to FTP into my site. Usually I do something like:
ftp://username:password@****
but ftp usernames require that you use the entire generated name (like someuser@****). So the resulting URL would be:
ftp://someuser@****:password@****
which IE obviously doesn't understand. Any help?
Thanks...