home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / cmsqueens / cm2mit.txt < prev    next >
Text File  |  2020-01-01  |  3KB  |  79 lines

  1. 29-Jul-85 11:55:08-EDT,88691;000000000001
  2. Received: from CUVMA by CU20B with HASP; 29 Jul 85 11:54:58 EDT
  3. Received: from QUCDN(MAILER) by CUVMA (Mailer X1.21) id 2081;
  4.           Mon, 29 Jul 85 11:50:52 EDT
  5. Received: by QUCDN (Mailer X1.21) id 4110; Mon, 29 Jul 85 11:27:41 EDT
  6. Date:    Mon, 29 Jul 85 11:23 EDT
  7. From:    VIC@QUCDN
  8. To:      SY.DAPHNE@CU20B
  9. Subject: PASCALVS KERMIT FOR CMS system.
  10.  
  11.      I have made a few changes to the Pascalvs version of KERMIT-CMS to
  12. correct a few bugs. So I am sending you a updated source code for it.
  13.  
  14.  
  15. Victor Lee
  16. Queen's University
  17.  
  18.  
  19.  
  20.  7-Jun-85 17:02:48-EDT,2480;000000000015
  21. Received: from CUVMA by CU20B with HASP; 7 Jun 85 17:02:47 EDT
  22. Received: from QUCDN(MAILER) by CUVMA (Mailer X1.20) id 0876;
  23.           Fri, 07 Jun 85 16:57:26 EDT
  24. Received: by QUCDN (Mailer X1.20) id 5753; Fri, 07 Jun 85 16:55:09 EDT
  25. Date:    Fri, 7 Jun 85 16:47 EDT
  26. From:    VIC@QUCDN
  27. To:      SY.DAPHNE@CU20B
  28. Subject: KERMIT CMS
  29.  
  30. I have just sent you an updated version of my Pascalvs version of
  31. KERMIT-CMS .  This version eliminates the use of the LINEMODE call and
  32. thus can be run as a self-contained module and should work with any
  33. other  Kermit  without modification.  There is a quick comparison of the
  34. Assembler and Pascal version below.
  35.  
  36. COMPARING ASSEMBLER AND PASCALVS KERMIT FEATURES.
  37.  
  38. CMS Kermit Capabilities :        ASSEMBLER            PASCALVS
  39.  
  40.   Local operation:                   No                Yes
  41.   Remote operation:                  Yes               no
  42.   Transfers text files:              Yes               Yes
  43.   Transfers binary files:            Yes               Yes
  44.   Wildcard send:                     Yes               Yes
  45.   ^X/^Y interruption:                Yes               Yes
  46.   Filename collision avoidance:      Yes               No
  47.   Can time out:                      No                No
  48.   8th-bit prefixing:                 Yes               Yes
  49.   Repeat count prefixing:            Yes               Receiving only
  50.   Alternate block checks:            Yes               Yes
  51.   Terminal emulation:                No                No
  52.   Communication settings:            No                No
  53.   Transmit BREAK:                    No                No
  54.   Transaction logging:               Yes               No
  55.   Session logging:                   No                No
  56.   Raw transmit:                      No                Yes
  57.   Act as server:                     Yes               Yes
  58.   Talk to server:                    No                Yes
  59.   Advanced server functions:         No                Yes  ****
  60.   Advanced commands for servers:     No                No
  61.   Local file management:             Yes               Yes
  62.   Handle Attribute Packets:          No                No
  63.   Command/init files:                Yes               No
  64.   Command macros:                    No                No
  65.  
  66.  **** Advanced server commands DIR,ERASE,and TYPE have been
  67.       implemented.   All of the advance server functions will
  68.       respond if only to tell you it has not been implemented.
  69.  
  70.  
  71. Victor Lee
  72. Queen's University
  73.  
  74.  
  75. There are three files relating to this version:
  76. a) This file, CM2MIT.TXT
  77. b) The Pascal source, CM2MIT.PAS
  78. c) Full screen support written in 370 assembly language , CM2FULL.ASM
  79.