home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: DFÜ und Kommunikation / SOS-DFUE.ISO / programm / internet / explorer / telnet.txt < prev    next >
Encoding:
Text File  |  1992-08-06  |  6.9 KB  |  168 lines

  1. Using remote host computers via Telnet
  2. ---------------------------------------
  3.  
  4.  
  5.  
  6.                             Understanding Telnet
  7.  
  8. The one common element across the disparate environments of the
  9. Internet is the TCP/IP software protocol suite, the basis of
  10. communications.
  11.  
  12. Telnet, the terminal-handler portion of the TCP/IP protocol suite,
  13. is the cornerstone of this striking communications technology.
  14. Telnet handles the remote login to another Internet host, so it is
  15. useful to know something about the way it works.
  16.  
  17. Telnet operates in a client/server environment in which one host
  18. (the computer you are using, running Client (User) Telnet)
  19. negotiates opening a session on another computer (the remote host,
  20. running Server Telnet).  During the behind-the-scenes negotiation
  21. process, the two computers agree on the parameters governing the
  22. session.  One of the first things they settle is the terminal type
  23. to be used -- in general, a line-by-line network virtual terminal,
  24. for simplicity's sake.  Virtual terminal, in this context, refers to
  25. a set of terminal characteristics and sequences that both sides of a
  26. network connection agree to use to transmit data from terminals
  27. across the network, regardless of the terminal used.
  28.  
  29.   Finding Telnet Commands
  30.  
  31.    Try typing "help" or "?"  at the Telnet prompt to get a list of
  32.    the commands available in your Telnet software.
  33.  
  34.   Using Local versus Remote Commands
  35.  
  36.    Once you have established a remote session, all commands you
  37.    type will be sent to the Server Telnet on the remote host for
  38.    execution.
  39.  
  40.    If you want a Telnet command issued in the remote environment to
  41.    be acted on locally by your client Telnet, on most systems you
  42.    would normally precede the command with an escape sequence (a
  43.    predetermined character or combination of characters that
  44.    signal your Telnet software to execute the command that follows
  45.    locally).  For example, in NCSA Telnet for pc-compatible
  46.    microcomputers, the F10 key is the escape character that alerts
  47.    Telnet to execute locally the next command you type (to turn
  48.    local echo on or off, or to toggle capture on or off, etc.).
  49.  
  50.    The Telnet escape sequence by itself followed by <cr> returns you
  51.    temporarily to your local operating environment.  On UNIX systems,
  52.    the escape sequence is usually the control key (CNTL) and left bracket
  53.    ([) pressed simultaneously.
  54.  
  55.  
  56.   Logging On
  57.  
  58.    TELNET <host>
  59.       or
  60.    TELNET <cr> followed by OPEN <host> at the prompt.
  61.  
  62.    The basic command set is simple.  You also need to know either the
  63.    machine domain name or the machine Internet address (a series of
  64.    numbers).  The numbers will always work; the names will work if
  65.    they are in a software table available to your version of Telnet.
  66.  
  67.    IBM systems that use TN3270 may require you to type a carriage
  68.    return, "DIAL VTAM," or just "VTAM" in response to the first
  69.    prompt from the remote system.
  70.  
  71.  
  72.   Logging Off
  73.  
  74.       LOGOFF or LOGOUT (also try QUIT, END, EXIT, STOP, etc.)
  75.  
  76.       CLOSE, prefixed by the escape sequence.
  77.  
  78.       ABORT, prefixed by the escape sequence--use as a last resort!
  79.  
  80.    To exit the remote system, first try that system's logoff
  81.    command.  To determine what the appropriate logoff command is,
  82.    check the menus, help, and welcome screens when you first log on.
  83.    Oftentimes, the logoff information is listed there but not always
  84.    easy to retrieve later.
  85.  
  86.    Logging off the remote system may return you to your primary
  87.    operating environment (all the way out of Telnet), or you may
  88.    be left in Telnet.  If so, type "quit".
  89.  
  90.    But some information systems have no graceful exit for remote
  91.    users.  In that case, you have two options --- CLOSE or ABORT.
  92.  
  93.    CLOSE should be your next choice after LOGOFF.  If you are
  94.    unable to CLOSE the connection normally (e.g., if your remote
  95.    session is hung), try the Telnet ABORT command to drop your
  96.    connection locally.
  97.  
  98.    ABORT will return control to you in your local environment, but
  99.    it may not properly terminate your session on the remote machine.
  100.    Since this can leave the port on the remote machine busy for an
  101.    indefinite period even though you are no longer using it, ABORT
  102.    should be used only as a last resort.
  103.  
  104.    In either case, you can also try escaping back to your local
  105.    environment and then issuing the termination commands.  If one
  106.    method doesn't work, try the other.
  107.  
  108.    Other commands may allow you to control your communications environment.
  109.    Investigate the help systems both in your local Telnet and on the
  110.    remote system at the outset.
  111.  
  112.  
  113.   Using the BREAK Key
  114.  
  115.    Don't be hasty with the Break key.  Too many Breaks may cause
  116.    your Telnet session to be dropped!
  117.  
  118.    There is no standard BREAK key across versions of Telnet and in
  119.    remote information systems.  Telnet is based on the concept of a
  120.    network virtual terminal, in which the control functions (breaks,
  121.    etc.) are communicated with characters regardless of terminal type
  122.    (rather than line conditions, used in the terminal server
  123.    environment). Your local Telnet receives your break and sends out
  124.    a character sequence which is reinterpreted on the other end,
  125.    hopefully as the break you intended.
  126.  
  127.    Your Break may not always be understood by the remote system, so
  128.    you should try HELP or ?  when you begin (at the Telnet prompt)
  129.    to determine what your version of Telnet uses as BREAK.
  130.  
  131.    Tips: In UNIX, CNTL-C may work for BREAK.  In the Mac environment,
  132.    BREAK may be a click down menu option or a character combination.
  133.    In NCSA Telnet (a popular PC version), BREAK is F10 followed by a
  134.    lower case letter "b".
  135.  
  136.  
  137.   Using the Backspace Key
  138.  
  139.    The backspace character may not be recognized by the remote
  140.    system.  Investigate in your local Telnet how to set an erasing
  141.    backspace.  Type ?  at the Telnet prompt, or SET ?  for a list of
  142.    possibilities.
  143.  
  144.  
  145.   Adjusting the Settings to your Needs
  146.  
  147.    Most Telnet programs have the ability to SET or TOGGLE many of
  148.    these settings on and off.  Erasable backspace, local echo,
  149.    carriage return interpretation (<cr> or <cr><lf> -- i.e.,
  150.    carriage return or carriage return with line feed), and the
  151.    escape character you use to return to the local environment are
  152.    things that you can usually SET or TOGGLE at the Telnet prompt.
  153.    Type ?  and use Telnet's internal help system to change a setting.
  154.  
  155.  
  156.   Using Function Keys
  157.  
  158.    Remember that special function keys are local implementations
  159.    and have no significance in a remote session.  Function keys
  160.    such as INSERT, DELETE, ERASE END-OF-FIELD, PF, and PA keys may
  161.    not be recognized in the remote environment.  Even though
  162.    function keys and control key combinations may have significance
  163.    on the remote system, they may vary from those on your local
  164.    system.
  165.  
  166.  
  167. ==== <g REMOTE>                      2 links in glossary topic
  168.