Workshop
In this workshop you connect to an FTP server, view directory listings, traverse the directory structure, and copy files to your computer. To perform this exercise, you must have an FTP client running on your computer. Windows NT/2000 and most Unix/Linux systems have built-in FTP support.
By the Way
The following procedure worked at the time this book was written, but things change on the Internet without notice, so it might not work forever.
Gain access to the Internet either by dialing in to your ISP or by accessing a live Internet connection. Start an FTP session and log in to rs.internic.net. In other words, enter ftp rs.internic.net. Enter the username anonymous. Enter your complete email address as your password. Enter the ls or ls -l command. Compare the ways the two commands display the names of files and directories. Enter cd domain to change the current directory to the /domain directory. Use the pwd command to display the path to your current working directory. Use the command cd .. to change your current working directory back to the parent directory. Use the type command to display the default representation format. Use the status command to display the current status of your FTP client. Use the help command to see the other commands that are available with your FTP client software. Use the close command to terminate the session with rs.internic.net. Use the bye command to terminate the session with rs.internic.net and also the current FTP session.
|