Anonymous Login

Any time I put my ftp URL into the address bar it ignores my user name and password, and logs me in as anonymous, which of course my server won't allow. How do I get the program to log me in using my information AND the address I've entered??

the correct format to encode username and password into the url is:

ftp://<username>:<password>@ftp.server.com/

smartftp recognizes this format and uses it instead of anonymous when you paste such an url into the address bar.