5 Minute Tips
General
Connecting to FTP Sites with a Web Browser | Connecting to FTP Sites with a Web Browser |
|
| Sunday, 22 May 2005 | ||
The acronym FTP may sound new, but it is a well-established transfer protocol. Webmasters use FTP software to upload files from their computer to a web server. Some companies use FTP to distribute software updates, patches and forms. Although you can use dedicated FTP clients such as CuteFTP, WS_FTP and others, it's easy to connect to FTP servers using Firefox or Internet Explorer if you know the FTP browser syntax.
Different FTP Connection TypesEach organization determines how they wish users to connect to their FTP server. There are three basic ways:
Regardless of your connection type, you can use your web browser to gain access in most situations. There are some cases where browser access is disabled by organizations. For example, the web hosting company I use for my test server does not allow FTP connections using a browser. Anonymous FTP LoginsFor most anonymous logins, the FTP browser syntax is the same regardless of browser. You type ftp://ftp.server_name in your browser's address bar. For example, ftp://ftp.microsoft.com
In the second thumbnail showing a FTP connection using Internet Explorer 7, you'll see additional information. This is an example where a company can customize the information based on user agent. After you press the Enter key, your browser displays a list of available folders for your use rather than a web page. Many sites that allow anonymous FTP access start you at a "pub" or "public" folder. As with file explorer, you can click a folder to see its contents. Some sites may direct you to other folders than the public ones such as /downloads. In these instances, the browser syntax would be: ftp://ftp.xyz.com/downloads FTP Connection Requires Username and PasswordOther companies offer FTP access, but they require the user to authenticate by providing a user name and possibly a password. Often, the files aren't for public distribution, but for specific purposes. For example, you need to submit your customer address list to a mailing house. In this case, neither company would want the public to access these files. There are actually several ways that you can do these type of FTP connections with your browser. The easy way is to start the connection as you did for an anonymous FTP connection. 1. Type ftp://ftp.xyz.com 2. Press Enter 3. A password dialog box should appear like the one below. I used my domain as an example. Fill in your user name and password if needed. 4. Click the Log On or OK button depending on your browser. Adding the User Information in the Address BarThere are also ways to skip the browser dialog that prompts for the User Name and Password. While this does save you a step, I find it's easy to make mistakes.
1. Open Firefox 2. In the locator bar, type ftp://username:
This e-mail address is being protected from spam bots, you need JavaScript enabled to view it
For example, if my User name was jess12 and my password was bosox67, the FTP browser syntax would be: ftp://jess12: This e-mail address is being protected from spam bots, you need JavaScript enabled to view it In some cases, the User name includes a domain name such as This e-mail address is being protected from spam bots, you need JavaScript enabled to view it In these situations, you would type: ftp:// This e-mail address is being protected from spam bots, you need JavaScript enabled to view it : This e-mail address is being protected from spam bots, you need JavaScript enabled to view it To connect to a FTP server with a User name with IE 6,1. Open Internet Explorer 2. In the address bar, type the ftp address such as ftp://ftp.xyz.com 3. Dismiss any error dialogs if needed. 4. From the File menu, select Login As 5. In the Log On As dialog, type your username and password. 6. Click Log On.
If you plan on connecting to FTP servers on a regular basis , I would suggest getting a good FTP client. They make the task of uploading or moving files much easier than a web browser. But for the occasional FTP connection, your web browser will work fine. Related Web Browser Tips How to add your own search engine to IE 7
|
||
| Last Updated ( Sunday, 20 April 2008 ) | ||
