Using Telnet and FTP

colored bar

Computer Addresses

Computers on the internet have unique addresses of the form host.subnet.net.classification. With this information you can guess many addresses. You can use a computer's address to send mail, visit it's webpages, telnet to it or transfer files to and from it.

Telnet

To start an interactive session on a computer, use the telnet command telnet computer.name where computer.name is the name of the computer you wish to visit. You must have login access to this computer. Once you are connected you will have to either set the TERM environment variable or set the DISPLAY environment variable.

FTP

To transfer files to and from another computer type ftp computer.name. You will get a login prompt like the following:
Connected to vektron.physics.wm.edu.
220 vektron FTP server (Version wu-2.4.2-academ[BETA-2](1) Mon Jun 19 21:39:15 EDT 1995) ready.
Name (vektron:guest): 
Name is your username on the machine on which you are trying to connect. It will then ask for your password on that machine. To transfer files via ftp you must have an account on both machines. There is a public account on many machines; to access this account give your username as "anonymous" and for a password use your email address. Generally you can only retrieve files from these accounts. After logging in you will have an interactive session that has a few simple commands that control the transfer of files.