If you can use Windows or Mac OS X, you can use FTP. Setting up an e-mail account is harder.
What is FTP? How to Use FTP? Why Use FTP?
FTP is a "file transfer protocol". As the name suggests, it's a way to transfer files online. And similar to how most business check email, by using a dedicated email program, FTP is generally a task that uses a special program. In other words, not your web browser (Internet Explorer, for example) -- or the "Internet icon" as some people will say. There are any number of FTP clients out there, including both freeware ones, and commercial ones.
For Windows:
- WinSCP, freeware
- Filezilla, freeware -- passwords not secure/encrypted when saved
- CoffeeCup Free FTP, freeware -- PASV only, so not good to connect to some servers (Windows IIS for example)
For Max OS X:
- Filezilla, freeware -- passwords not secure/encrypted when saved
All FTP clients are relatively the same to setup.
You enter a few essential bits of data to connect to FTP:
- server address, either name (ftp.servername.com) or IP (192.168.1.0)
- username
- password
- sometimes servers require passive (PASV) mode be used, sometimes active mode is required
And then you connect, and you can drag and drop files back and forth in some sort of Windows-like GUI. It's more or less common sense.
Quick Guide on How to Use FTP with WinSCP:
Use the portable version that simply needs to be unzipped. I store all of my portable programs under
C:\Portable\programname (If you really insist on using the WinSCP installer, do the custom install, disabling most of the "typical options" it wants to install, such as shell extensions and icons all over your menus and desktops. And set it to use Explorer GUI mode.)
When WinSCP starts, select FTP mode from the dropdown, and enter your IP address or hostname, username, and password. Then connect/login to the server.
winscp-newlogin.jpg
After you've logged in, you'll see this window, where you can transfer files. Left side is your computer, right side is the server. Just drag and drop (and wait).
You must be logged in to view this content; either login or register for the forum. The attached screen shots, before/after images, photos and graphics are created/posted for the benefit of site members. And you are invited to join our digital media community. |
If you get an error trying to login, and you know the address/username/password information is all correct, then it may be an issue with the connection mode:
passive mode FTP vs
active mode FTP. Enable/disable passive mode when needed.
Checked/enabled = passive mode.
Unchecked/disable = active mode.
winscp-loggedin.jpg
If this is an FTP site that you'll use over and over again, you can "store a session" (save the login detail) for future reference. Then you'll just have double-click on the saved session, and only re-enter your password*.
* Note that saving passwords in FTP software is not suggested. As such, several FTP programs don't even allow the option of saving it. There is malware in the wild that scans computers for saved FTP details, and then uses it to hijack servers. Filezilla, for example, stores passwords "in the clear" (unencrypted) in plain-text files found in hidden files on your home/office computer. And many sites/servers have been harmed due to details harvested from infected computers.
Final Notes
This page used to have a somewhat comprehensive guide on using WS_FTP, but WinSCP and Filezilla are faster (and therefore better). The WinSCP guide above replaced the WS_FTP guide. The screen shots from the older
How to Use FTP with WS_FTP guide is still attached below, should you want to see an example of what it looks like to setup WS_FTP.
If you have any questions about Filezilla, WinSCP, WS_FTP, or FTP in general, then post a reply here.