home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / c / croutes.zip / KERMITPC.HLP < prev    next >
Text File  |  1983-09-13  |  5KB  |  95 lines

  1. KERMIT is a family of  programs that do reliable file transfer between 
  2. computers over TTY lines.  KERMIT can also be used to make the IBM PC 
  3. behave as a terminal for a mainframe.  These are the commands for the  
  4. 8086/8088 DOS version, KERMIT-86:
  5.  
  6.   BYE         When talking to a remote Kermit Server, this command shuts
  7.               down the server and logs it out.  It then exits from 
  8.               Kermit-86 to DOS.
  9.  
  10.   CONNECT     To make a "virutual terminal" connection to a remote system.
  11.               To break the connection and "escape" back to the PC, type
  12.               the escape sequence (CTRL-] C, that is Control rightbracket
  13.               followed immediately by the letter C.)
  14.  
  15.   EXIT        To return back to DOS. 
  16.  
  17.   FINISH      When talking to a remote Kermit Server, this command shuts
  18.               down the server but does not log you out on the remote host.
  19.  
  20.   HELP        To get a list of KERMIT commands.
  21.  
  22.   LOGOUT      When talking to a remote Kermit Server, this command shuts
  23.               down the server and logs it out.  This command is similar
  24.               to BYE, but leaves you at the Kermit-86 command level.
  25.  
  26.   RECEIVE     To accept a file from the remote system. 
  27.  
  28.   SEND        To send a file or group of files to the remote system. 
  29.  
  30.   SET         To establish system-dependent parameters.  The SET options 
  31.               are as follows: 
  32.  
  33.               BAUD             To set terminal speed to 300, 1200, 1800, 
  34.                                2400, 4800 (default) and 9600.
  35.  
  36.               BELL             To ring bell after transfer has completed
  37.                                or has failed (default is ON).
  38.  
  39.               DEBUG            To set debug mode ON or OFF (default is OFF). 
  40.  
  41.               END-OF-LINE      To change the character used at the end of
  42.                                packets to something other than the default
  43.                                of CR.  It must be a digit between 0 and 31.
  44.  
  45.               ESCAPE           To change the escape sequence that lets you 
  46.                                return to the PC Kermit from the remote host.
  47.                                The default is CTRL-] c. 
  48.  
  49.               FILE-WARNING     ON/OFF, default is OFF.  If ON, Kermit will warn
  50.                                you and rename an incoming file so as not to 
  51.                                write over a file that currently exists with the
  52.                                same name. 
  53.  
  54.               IBM              ON/OFF, default is OFF.  This flag should be
  55.                                ON only when transfering files between the PC 
  56.                                and an IBM VM/CMS system.  It also causes the 
  57.                                parity to be set appropriately and activates 
  58.                                local echoing.
  59.  
  60.               LOCAL-ECHO       ON/OFF, default is OFF.  This sets the duplex.
  61.                                It should be ON when using the IBM and OFF for
  62.                                the DEC-20.
  63.  
  64.               PARITY           EVEN, ODD, MARK, SPACE, or NONE.  NONE is the
  65.                                default but if the IBM flag is set, parity is
  66.                                set to MARK.  This flag selects the parity for
  67.                                outgoing and incoming characters during CONNECT
  68.                                and file transfer to match the requirements of 
  69.                                the host.
  70.  
  71.               VT52-EMULATION   Determines whether Kermit should emulate a
  72.                                VT52 or have to PC run in "native" mode.
  73.                                The options are ON (default) and OFF.
  74.  
  75.   STATUS      To see the values of parameters that can be modified 
  76.               via the SET command.
  77.  
  78. (Installation notes:)
  79.  
  80. KERMIT-86 runs on the IBM PC or XT under PC DOS 1.1 or 2.0; The same program
  81. is known to run on "IBM-PC-Compatible" systems like the Compaq portable, and
  82. there is a separate version of KERMIT-86 for the Heath/Zenith Z100.
  83.  
  84. PCKERMIT.ASM is the IBM Macro Assembler source file, which can be assembled
  85. on the IBM PC or Z100.  PCKERMIT.FIX is a printable encoding of the executable
  86. program, which can be downloaded to the PC using PCKSEND and PCKGET.
  87.  
  88. PCKERMIT.OLD is a previous, and stable, version of KERMIT-86 which does not
  89. contain support for the XT or certain hard disks.  PCKERMIT.OFX is the FIX
  90. file for that version.  The XT/hard disk support was added at Cargnegie-Mellon
  91. University, and further debugged at Columbia.  The old version runs under DOS
  92. 1.1 or 2.0 on a vanilla IBM PC (not XT).  If you have trouble with the
  93. current version, and you don't have an XT or hard disk, try dropping back to
  94. the old version.  (23 Jun 83)
  95.