home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / c / tp4ker.hlp < prev    next >
Text File  |  2020-01-01  |  2KB  |  59 lines

  1.  
  2. NOTES ON THIS IMPLEMENTATION OF KERMIT
  3.  
  4. Capabilities:
  5.  
  6.      * Wild card transfer
  7.      * (Limited) Talk to server (GET, SEND, LOGOUT)
  8.      * (Limited) Server operation
  9.      * 1 and 2-byte checksums, and 3-byte CRC
  10.      * 31 packet sliding window
  11.      * 9024 maximum packet length
  12.      * Any legal baud rate from 2 to 115200
  13.      * Attribute packets (File creation and size)
  14.  
  15.      * Non-standard high-speed option which can transfer full
  16.        8-bit binary data in the 'D' packets.
  17.      * Automatic handling of file name collisions:
  18.       Default values:
  19.       - No attribute packet (i.e. no date transferred):
  20.            Rename the file.
  21.       - Old file (received-file.date <= existing-file.date)
  22.            Skip the file.
  23.       - New file (rec.date > exist.date)
  24.            Rename existing file to .BAK,
  25.            Give new file the original name
  26.      * Save most parameters on a setup file.
  27.      * Can talk to IBM 370's trough protocol emulators when
  28.        logged in as a VT100 terminal on the emulator.
  29.  
  30.    * To save a particular setup, hit F5(Save). A small file with
  31.      the name KERMIT.INI will be created. If you need more than
  32.      one setup, the easiest is to rename the setup file. You may
  33.      then start the program as KERMIT /I=<SetupFile>. If no setup-
  34.      file was given, the default KERMIT.INI will be used. Under
  35.      DOS 3+, the .INI file will be looked for in the directory
  36.      where KERMIT.EXE was found.
  37.  
  38.    * Start-up commands:
  39.     The following commands may be given on the command line:
  40.     - Server
  41.     - Send <filespec>
  42.     - Get  <filespec>
  43.     - Receive
  44.     If a command is given, it will be executed, and the program
  45.     will then exit.
  46.  
  47.    * Features I am working on:
  48.       VT100 emulation
  49.           Keyboard macro's
  50.       Script capabilities (Command line interface)
  51.  
  52. I hope to get some feedback on what I should put into this
  53. program, and on how it works on different PC's.
  54. Please send BIX-mail to TerjeM.
  55.  
  56.             Terje Mathisen
  57.             Norsk Hydro Data
  58.             Norway
  59.