home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / norskdata / ndkermhlp.txt < prev    next >
Text File  |  2020-01-01  |  2KB  |  62 lines

  1.  
  2. ND-KERMIT
  3.  
  4. Program:    H. Eidnes and A. Lie, Norwegian Institute of Technology
  5.             - also contributions by others.
  6. Language:   ND Pascal version J / MAC assembler
  7. Version:    3.1b
  8. Date:       22. April 1985
  9.  
  10.  
  11. Kermit-ND Capabilities At A Glance:
  12.  
  13.   Local operation:                   No
  14.   Remote operation:                  Yes
  15.   Transfers text files:              Yes
  16.   Transfers binary files:            Yes
  17.   Wildcard send:                     No      ( but indirect-file )
  18.   Filename collision avoidance:      No
  19.   Can time out:                      Yes
  20.   8th-bit prefixing:                 Yes
  21.   Repeat count prefixing:            No
  22.   Alternate block checks:            No
  23.   Communication settings:            No
  24.   IBM mainframe communication:       No
  25.   Transaction logging:               No
  26.   Session logging:                   No
  27.   Raw transmit:                      No
  28.   Act as server:                     No
  29.   Handle file attributes:            No
  30.   Command/init files:                No
  31.   Command macros:                    No
  32.  
  33.  
  34.  
  35. The following commands exist:
  36.  
  37.              EXIT  from Kermit-ND.
  38.              QUIT  from Kermit-ND.
  39.              HELP  about Kermit-ND.
  40.           RECEIVE  files from remote Kermit.
  41.              SEND  files to remote Kermit.
  42.               SET  various parameters.
  43.        STATISTICS  inquiry.
  44.  
  45.  
  46. The following SET commands exist:
  47.  
  48.             DEBUG  Log packet contents during file transfer
  49.             DELAY  Set delay before sending / receiving
  50.           RECEIVE  Set parameter to be used when receiving
  51.              SEND  Use the specified parameters when sending
  52.      FILE-WARNING  Specify wether to ignore filename collisions
  53. USE-8-BIT-QUOTING  (should be changed...) allow binary transfer
  54.                       on 7-bit line?
  55.  
  56.  
  57. Well - that's a pretty short glance.
  58.  
  59. For further documentation see the file NDKERM.HFI or
  60. KERMIT:HELP (on ND/Sintran).
  61.  
  62.