Telnet is the way you can access someone else's computer,
assuming they have given you permission. (Such a computer is frequently
called a host computer.) More technically, Telnet is a user command and
an underlying TCP/IP protocol for accessing remote computers. On the Web,
HTTP and FTP protocols allow you to request specific files from remote
computers, but not to actually be logged on as a user of that computer.
With Telnet, you log on as a regular user with whatever privileges you
may have been granted to the specific application and data on that computer.
|