
The name FTP is an acronym for "File Transfer Protocol." This is the Internet service which allows you to transfer files from one computer to another. When you copy a file from a remote computer to your own computer, you are downloading the
file. When you copy a file from your computer to the remote computer, you are uploading the file.
In FTP terminology, your computer is called the local host and the other computer is called the remote host. It doesn't matter where the two computers are located, how they are connected, even if they are using the same operating system.
Using FTP, the two computers can, through the Internet, exchange files.
Anonymous FTP is a facility that lets you connect to certain remote hosts and download files without having to be registered as a user. To do so, you log in using a special user name: anonymous. By using this special user name to logon, you do
not need a regular password. Instead, you type in your email address. For example, if I logged onto an FTP site as anonymous, I would use jlagier@hartnell.eduas my password.
At times, you may wish to download extremely large files or entire software programs. To reduce the cost and space of storage and download time, large files are frequently stored in a compressed format. Such files should be treated as binary
files. The problem is that getting the file transferred from the remote host to your local computer is only half the process. Once it is there, you will need to compress or unzip the file to make it usable. Page 84 of The Whole Internet User's
Guide & Catalog provides a table listing the most common compression utilities.
When using FTP, you may want to move an entire directory or collection of directories. At this time, there is no standard command or effective means to accomplish this is a single step. Instead, the most common practice is to move multiple files from
an FTP archive or backup a selection of files into an aggregate file which then can be moved.