home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / archives / 3789 < prev    next >
Encoding:
Internet Message Format  |  1992-12-16  |  5.6 KB

  1. Path: sparky!uunet!spool.mu.edu!agate!agate!usenet
  2. From: hemsing@abmx.rz.rwth-aachen.de
  3. Newsgroups: comp.archives
  4. Subject: [comp.os.os9] C-Kermit 5a ready
  5. Followup-To: comp.os.os9
  6. Date: 16 Dec 1992 09:27:52 GMT
  7. Organization: RZ RWTH Aachen, Germany
  8. Lines: 115
  9. Sender: adam@soda
  10. Approved: adam@soda
  11. Distribution: world
  12. Message-ID: <1gmsqoINNn1b@agate.berkeley.edu>
  13. References: <1ff58rINN7ln@urmel.informatik.rwth-aachen.de>
  14. Reply-To: hemsing@abmx.rz.rwth-aachen.de
  15. NNTP-Posting-Host: soda.berkeley.edu
  16. X-Original-Newsgroups: comp.os.os9
  17. X-Original-Date: 1 Dec 1992 07:46:35 GMT
  18.  
  19. Archive-name: auto/comp.os.os9/C-Kermit-5a-ready
  20.  
  21. FINALLY the FINAL release of C-Kermit version 5A, for UNIX,
  22. VMS, OpenVMS, OS/2, AOS/VS, OS-9, the Commodore Amiga, and the Atari ST is
  23. ready. The edit number is 188.  C-Kermit was written by Frank da Cruz
  24. of Columbia University with contributions from hundreds of other programmers
  25. all over the world.  Version 5A is the product of three and a half years of
  26. development; the previous release of C-Kermit was 4E(072), released in
  27. January 1989.  Version 5A was first announced for public Beta testing in
  28. Info-Kermit V15 #2, 18 February, 1992.  The second and final Beta test was
  29. announced in V16 #5, 13 Nov 1992.  The second beta test, though short, proved
  30. quite successful, and therefore the software is being released.
  31.  
  32. C-Kermit 5A(188) is available for the following operating systems:
  33.  
  34.  . UNIX, practically all versions: AIX, ULTRIX, SunOS, BSD, System V, etc
  35.  . VAX and AXP VMS and OpenVMS
  36.  . Data General MV systems with AOS/VS
  37.  . PCs and PS/2s with OS/2 1.0 and 2.0
  38.  . Microware OS-9
  39.  . The Commodore Amiga
  40.  . The Atari ST
  41.  
  42. The major improvements in version 5A since version 4E are:
  43.  
  44.  . Improved file transfer efficiency:  sliding windows, longer packets,
  45.    locking shifts, dynamic packet length, automatic parity detection.
  46.  . Character-set translation for both file transfer and CONNECT mode,
  47.    including West European, East European, Cyrillic, and Japanese.
  48.  . Improved CONNECT-mode performance.
  49.  . Dialing improvements, support for more modems, a new dialing directory.
  50.  . A powerful, easy-to-use script programming language similar to MS-DOS
  51.    Kermit's.
  52.  . File attribute packet support to convey file size, type, date, and
  53.    character-set.
  54.  . New file collision options.
  55.  . New server features, including security.
  56.  . FULLSCREEN file transfer display available in VMS, OS/2, OS-9 (VT100), 
  57.    and most UNIX implementations.
  58.  . Ability to transfer files with IBM mainframes through non-transparent
  59.    3270 protocol converters.
  60.  . Non-error-checked file transfer via TRANSMIT and LOG SESSION.
  61.  . Commands can be interrupted and C-Kermit returned to its prompt.
  62.  . Improvements in every area too numerous to list.
  63.  
  64. Special highlights:
  65.  
  66. The OS-9 specifics were done by Christian Hemsing, RWTH, Aachen and Robert
  67. Larson.  Thanks.
  68. The Commodore Amiga specifics are from Steve Walton.  Thanks.
  69. The Atari ST support is from Bruce J. Moore.  Thanks.
  70.  
  71. DOCUMENTATION
  72.  
  73. Like MS-DOS Kermit 3.x, C-Kermit 5A comes with a book, "Using C-Kermit" by
  74. Frank da Cruz and Christine M. Gianone, published by Digital Press,
  75. Burlington, MA, USA, Digital Press ISBN: 1-55558-108-0, Prentice Hall ISBN:
  76. 0-13-037490-3.  US single-copy price: $34.95; quantity discounts available.
  77. Publication is still in progress, and should be complete in mid-January 1993.
  78. In the USA, call DECdirect toll-free 1-800-344-4825 to order; use order number
  79. EY-J896E-DP.  Major credit cards accepted.
  80.  
  81. HOW TO GET IT
  82.  
  83. C-Kermit 5A(188) is available on the Internet via anonymous ftp from
  84. host watsun.cc.columbia.edu [128.59.39.2], using text (ASCII) mode, in the
  85. directory kermit/b/, and on BITNET/EARN from host CUVMA through the
  86. KERMSRV file server, in the main area.  Warning: some files might have records
  87. longer than 80, making it impossible for KERMSRV to MAIL them to you.
  88.  
  89. You can also order C-Kermit 5A on magnetic media (diskette, 9-track tape, TK50
  90. cartridge, or quarter-inch tape cartridge) from Columbia University by mail
  91. order as "Tape B" (see the order form, kermit/a/aaxfly.doc or aaxfly.ps).
  92.  
  93. The C-Kermit filenames all start with the letters "ck" (for C-Kermit).  The
  94. third letter in the filename is used for grouping: c = Portable C, u =
  95. UNIX-specific, v = VMS-specific, etc.  The following sections give brief
  96. synopses of the files needed for each version.  A detailed description of
  97. the file naming conventions and organization is given in the file
  98. ckaaaa.hlp.  Notation:
  99.  
  100.     *   = matches any string of characters
  101.   [abc] = matches the single character a, b, or c
  102.  
  103. GENERAL TEXT FILES
  104.  
  105.   ckaaaa.hlp   Explanation of file naming conventions
  106.   ckcplm.doc   C-Kermit "program logic manual"
  107.   ckccfg.doc   C-Kermit configuration info
  108.   ckcker.bwr   General C-Kermit beware file
  109.   ckuker.doc   plain-text user manual (still for edit 179)
  110.   ckuker.ps    Postscript user manual (ditto)
  111.   ckcker.upd   Detailed description of changes since edit 179
  112.  
  113. INITIALIZATION AND COMMAND FILES
  114.  
  115.   ckermit.ini  Standard initialization file for all versions
  116.   ckermod.ini  Sample user-modification (customization) file for all versions
  117.   ckermit.kdd  Sample Kermit Dialing Directory
  118.   ckermit.ksd  Sample Kermit Services Directory
  119.  
  120. THE OS-9 VERSION
  121.  
  122.   OS-9 sources:     ck[cuw9]*.[cawh]
  123.   OS-9 build:       ck9ker.mak or ck9ker.gcc
  124.   OS-9 executable:  ck9ker.boo (unboo with ckbunb.c) (for OS-9 2.2 - 2.4)
  125.             ck9ker.bin (ftp in binary mode)
  126.   OS-9 doc:         ck9ker.bwr, ck9ker.doc
  127.  
  128. Please report successes or failures to Frank da Cruz, FDCCU@CUVMA.BITNET
  129. or fdc@watsun.cc.columbia.edu.  Thanks again to the hundreds of people who
  130. helped with the development and testing of C-Kermit 5A.
  131.  
  132. Christian Hemsing
  133.  
  134.