Entering an FTP username and password as well as the hostname in a URL
Sometimes it is useful to enter a username and password in a FTP URL. It is done in this format:
username:password@ftpserver.com </code? So if your username was "dave" and your password is "m0nkey" you would enter this string into your browser url bar. ftp://dave:m0nkey@ftpserver.com <img src="http://www.davidstclair.co.uk/sites/default/files/ftpurl.png"> Of course I am not endorsing this as a sensible way of transfering files across the internet and entering authentication but it can be handy on the odd occasion.