home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / c-kermit / ck9ker.ann < prev    next >
Internet Message Format  |  2020-01-01  |  5KB

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