home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / extra / perkin.hlp < prev    next >
Text File  |  2020-01-01  |  1KB  |  46 lines

  1.                -- Kermit-CO Command Summary --
  2.  
  3.    Command                    Explanation
  4.  
  5. EXIT/QUIT      - End Kermit session
  6.  
  7. HELP           - Display Command Summary
  8.  
  9. RECEIVE n      - Prepare Kermit to receive file(s). For TEXT or BINARY
  10.                  files, n = record size; for CONTIG files, n = sectors
  11.  
  12. SEND FILENAME  - Send the contents of FILENAME to remote Kermit
  13.  
  14. SEND @FILENAME - Treat FILENAME as directory, send files listed
  15.  
  16. STATUS         - Display current option settings
  17.  
  18. SERVER         - Initiate Server mode  (Currently N/A)
  19.  
  20.  
  21.  
  22.  
  23. SET     {Option}       {New Value}
  24.  
  25.    DEBUG ON/OFF - Start/stop recording of Packets to Kermit.LOG
  26.  
  27.    DELAY n      - Specify 'n' second wait before first packet sent
  28.  
  29.    FCHEK ON/OFF - If ON, incoming file names are made unique
  30.  
  31.    FILE TEXT/BIN/CONTIG - Mode of incoming/outgoing files
  32.  
  33.    MYQUOTE n    - Control character quoting prefix (Default = # (35))
  34.  
  35.    NPADS n      - Request remote Kermit prefix packet with 'n' nulls
  36.  
  37.    8BIT ON/OFF  - If ON, 8-bit prefixing is done (Use with Even parity)
  38.  
  39.    PACKET n     - Size, in bytes, of Kermit packet (30 < n < 95)
  40.  
  41.    PARITY       - Line parity: EVEN/ODD = ASCII I/O, NONE = IMAGE I/O
  42.  
  43.    SEOR CRLF/CR/LF/NONE - End-of-Record delimiter used for SEND
  44.  
  45.    SOH n        - 'Start of packet' ASCII code (Default = 01)
  46.