home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 033 / atcp40de.zip / TELNET.DOC < prev    next >
Text File  |  1994-10-05  |  3KB  |  71 lines

  1.  
  2. telnet                  AmiTCP/IP User Commands                 telnet
  3.  
  4. NAME
  5.         telnet -- Network Virtual Terminal program for logging to a
  6.                   remote host
  7.  
  8. SYNOPSIS
  9.         telnet HOST/A,SERVICE
  10.  
  11. DESCRIPTION
  12.         Telnet communicated with another host using TELNET protocol.
  13.  
  14.         Once a connection has been opened, telnet enters input mode.
  15.         In this mode, text typed is sent to the remote host.  The
  16.         input mode entered will be either "character at a time" or
  17.         "line by line" depending on what the remote system supports.
  18.  
  19.         In "character at a time" mode, most text typed is immediately
  20.         sent to the remote host for processing.
  21.  
  22.         In "line by line" mode, all text is echoed locally, and only
  23.         completed lines are sent to the remote host. This version of
  24.         telnet uses the COOKED mode of interface handler to provide
  25.         locally echoed line by line mode.
  26.  
  27.         While connected to a remote host, telnet command mode may be
  28.         entered by typing the telnet "escape character". That is
  29.         `^C' (control-c) when operating in line-by-line mode and `^]'
  30.         (control-right-bracket)) in character mode.
  31.         This version of telnet has a simple one-character command
  32.         options, which are the following:
  33.  
  34.                 ^]  -- send ctrl-], only available at character mode.
  35.  
  36.                 ^h  -- send ctrl-h, only available at character mode.
  37.                         (useful in backspace-to-delete -mode)
  38.  
  39.                  r  -- resume session, continues the session normally.
  40.  
  41.                  q  -- quit telnet. closes connection and exits.
  42.  
  43.                  b  -- toggles between backspace-to-backspace and
  44.                                 backspace-to-delete -modes.
  45.  
  46.                  c  -- tries to enter character mode. remote host may
  47.                                                 forbid this.
  48.  
  49.                  l  -- enters line-by-line mode.
  50.  
  51.                  ?  -- shows this command list on user's terminal.
  52.  
  53.  
  54.         Telnet may fail when user has written an unknown hostname or
  55.         service. There is a possibility that TCP/IP is not running
  56.         or TCP: not mounted. 
  57.  
  58. REQUIREMENTS
  59.         Inet-handler 1.73 (or newer) must be mounted as TCP: in your
  60.         machine and you must be running inet-handler compatible TCP/IP
  61.         protocol stack such as AmiTCP/IP.
  62.  
  63. AUTHOR
  64.         Tomi Ollila
  65.  
  66. COPYRIGHT 
  67.         Copyright ⌐ 1994 AmiTCP/IP Group,
  68.                          Network Solutions Development Inc.
  69.                          All rights reserved.
  70.  
  71.