11.B:
ftp
|
11:
|
11:
|
|
One way to log into another machine is with the telecommunications
network command telnet. Don't get confused,
telnet is also the name of a terminal "emulator program", that
is, a program which lets your PC act as a terminal to another computer.
The syntax for the telnet command is telnet
followed by the machine you wish to log onto:
> telnet ucs.orst.edu
-l followed by your userid:
> telnet ucs.orst.edu -l smithjo
> telnet ucs
Trying 128.193.4.5...
Connected to ucs.orst.edu.
Escape character is '^]'.
login:
> logout
11.B:
ftp
|
11:
|
11:
|
|