home *** CD-ROM | disk | FTP | other *** search
/ The Best Internet Programs / BESTINTERNET.bin / internet / lrn_inet / li_tel.prn < prev    next >
Encoding:
Text File  |  1994-07-27  |  2.8 KB  |  55 lines

  1.                                    Telnet
  2.  
  3.           The basis of communication across the internet is the TCP/IP
  4.           software protocols.  Because of TCP/IP the widely diverse computing
  5.           platforms on the Internet can speak to each other.  Telnet is the
  6.           terminal handler part of TCP/IP.  It handles remote login to 
  7.           another Internet host.
  8.  
  9.           Start telnet by typing:    telnet [host]
  10.  
  11.           where [host] is the Internet address of the remote computer to 
  12.           which you wish to connect.  A domain name will usually work, 
  13.           provided the name is in the software Domain Name Table used by
  14.           your system.  The numeric IP address will always work, if the
  15.           remote computer is reachable at all.
  16.  
  17.           An alternate way to start telnet is to type telnet and press
  18.           Enter.  The telnet program on your system will start and your
  19.           prompt will change to: telnet>.  Then type open [host] to make
  20.           connections.
  21.  
  22.           Computers to which you connect will have preliminary instructional
  23.           screens and login procedures.  Pay close attention and write down
  24.           any special information you may need during your remote session.
  25.  
  26.           When you are finished using a remote system, log off normally.
  27.           Usually the opening screen will tell you how to exit.  If not
  28.           try: LOGOFF, LOGOUT, QUIT, END, EXIT, STOP.  If you are returned
  29.           to the telnet prompt after exiting, type close to close the 
  30.           connection.  To exit telnet type quit (or q), and press Enter.
  31.  
  32.           If your telnet session becomes hung up or you can't figure out
  33.           how to exit from a remote host, use the telnet escape character:
  34.           CTRL-].  Hold down the Control key and press the right bracket
  35.           key.  This keystroke combination is abbreviated ^].
  36.  
  37.                            Important Telnet Commands
  38.           ----------------------------------------------------------------
  39.             Command                   What It Does
  40.           ----------------------------------------------------------------
  41.             close            close current connection
  42.             emulate          emulate VT100 or IBM3270 terminal
  43.             open             connect to a host
  44.             quit             exit telnet
  45.             set              set operating parameters (type set ? for help)
  46.             status           print telnet status information
  47.             z                suspend telnet
  48.             ?                print help information
  49.           ----------------------------------------------------------------
  50.           escape character   ctrl-]
  51.           ----------------------------------------------------------------
  52.   
  53.  
  54.  
  55.