Anonymous FTP
There are various implementations of the FTP protocol available.
We shall implement FTP with a piece of shareware called Fetch (it is
freeware for education institutions).
Open the Fetch program by
double clicking on its icon.
Select "New Connection" from under the "File" menu (see adjacent figure).
This will bring up an FTP login screen like the one shown in the image below.
The server we are going to log into is in Finland (the Internet doesn't care
very much about national boundaries!), and we are going to get a
file containing some software; computer types would say that we are going to
"download" a file.
After giving the computer sufficient time to connect, you should get a display screen that looks approximately like the one shown below.

Double-clicking "pub" brings up a list of directories and files that are in this directory. Scroll down and find the directory "mac". Double-click its icon to open this directory. The resulting display gives a list of files and directories inside "mac". Scroll down to the directory labeled "comm" and double-click to open it.
At this point we are inside the directory "comm", which is inside the directory "mac", which is inside the directory "pub". In computer jargon, we would say that the path to our present location is /pub/mac/comm, relative to the "root" directory for the FTP server on the machine we are accessing.
In the resulting list of files there should be one
called "getmyaddress.sit". This is the file that we are going to download, so
select it with one click of the mouse.
Thus, we select the button in the lower right called "binary". (In many cases, the button labeled "Automatic" will cause the Fetch program to make the correct selection of "Text" or "Binary" automatically, but if you know the format for certain it is better to specify it.)
Now we are ready to download. Just click on the button labeled "Get File ...".
After a while (sometimes you may have to wait a minute or two if the server is
very busy) a screen like the one at the right should pop up asking where you
want to store the file on your computer, and under what name. Select the
default name in the box ("Get My Address") and the "Desktop" for the
destination.
Now the file should download to your computer. It may take a few seconds, or a
few minutes, depending on how fast your network is and (usually most important)
how busy the ftp server is. While the file is downloading, information will
displayed in the right portion of the Fetch window giving information
about how the transfer is progressing.
If your Browser is configured properly, it should have already launched a
program to uncompress and unstuff the file that you have just downloaded. Then
there should be a folder on your desktop called "GetMyAddress".
Open this
folder by double-clicking and start the program by double-clicking the program
icon, which is also
labled "GetMyAddress".
If all has gone well, you should get a display similar
to the one in the adjacent figure that gives information about the
networking configurations for your computer. In particular, in the adjacent
figure the IP address of the computer was 128.169.6.86. When you are finished,
close this window by clicking the square in the upper left corner.
There are many other things that you can do with Fetch. For example,
you can use it to send a file from your computer to another computer
(often called "Uploading"), and you can configure it to do many things
automatically, like logging into ftp addresses that you use frequently. You may
find out about these things by reading the "Fetch Help" files,
that may be accessed
from the pulldown "Windows" menu, as illustrated in the adjacent figure.
Next
Back
Top
Home
Help