home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / c / ck5a188s.zip / CKCKER.ANN < prev    next >
Internet Message Format  |  1992-11-23  |  45KB

  1. Date: Mon, 23 Nov 92 16:40:17 EST
  2. From: Christine M Gianone <cmg@watsun.cc.columbia.edu>
  3. To: Info-Kermit
  4. Subject: Info-Kermit Digest V16 #6
  5. Reply-To: Info-Kermit@watsun.cc.columbia.edu
  6. Queries-To: Info-Kermit-Request@WATSUN.CC.COLUMBIA.EDU
  7.  
  8. Info-Kermit Digest         Mon, 23 Nov 1992        Volume 16 : Number 6
  9.  
  10. Today's Topics:
  11.         Announcing C-Kermit 5A
  12.  
  13.  
  14. Digest submissions may be sent to Info-Kermit@WATSUN.CC.COLUMBIA.EDU or
  15. KERMIT@CUVMA.BITNET.  Requests for addition to or deletion from the
  16. Info-Kermit subscriber list should be sent to LISTSERV@CUVMA.BITNET or
  17. LISTSERV@CUVMA.CC.COLUMBIA.EDU.  These messages must be of the form:
  18.  
  19.   SUBSCRIBE I$KERMIT <your-personal-name>    (To start a subscription)
  20.   UNSUBSCRIBE I$KERMIT                       (To cancel a subscription)
  21.   REGISTER I$KERMIT <your-personal-name>     (To correct your name)
  22.  
  23. Kermit files may be obtained over networks and by mail order.  On the
  24. Internetwork, use FTP to log in to host WATSUN.CC.COLUMBIA.EDU, a SUN-4/280
  25. running UNIX (SUNOS 4.1), IP host number 128.59.39.2.  Login as user anonymous
  26. (note, lower case), any password, and GET or MGET (MULTIPLE GET) the desired
  27. files.  The file kermit/read.me is a general guide to where things are.  The
  28. Kermit files are in directories kermit/a, kermit/b, kermit/c, kermit/d, and
  29. kermit/e.  Test versions are in kermit/test.  All files in these directories
  30. should be transferred in text (ASCII) mode.  Binaries are in kermit/bin (use
  31. ftp in binary mode).  All files on watsun have lowercase names, and case is
  32. significant.
  33.  
  34. You can also get Kermit files over the BITNET/EARN network; to get started
  35. send a message with text HELP to KERMSRV, the Kermit file server, at host
  36. CUVMA.  For detailed instructions, read the file kermit/a/aanetw.hlp
  37. (AANETW.HLP on KERMSRV).  To order by mail, request a complete list of Kermit
  38. versions and an order form from Kermit Distribution, Columbia University
  39. Center for Computing Activities, 612 West 115th Street, New York, NY 10025
  40. USA.
  41.  
  42. ----------------------------------------------------------------------
  43.  
  44. Date: Mon, 23 Nov 92 16:59:59 EST
  45. >From: Christine M Gianone <cmg@watsun.cc.columbia.edu>
  46. Subject: Announcing C-Kermit 5A
  47. Keywords: C-Kermit 5A, UNIX Kermit, VMS Kermit, Amiga Kermit
  48. Keywords: Atari ST Kermit, OS/2 Kermit, OS-9 Kermit, AOS/VS Kermit
  49. Keywords: Sliding Windows, Script Programming, International Character Sets
  50. Keywords: TCP/IP and C-Kermit
  51. Xref: Commodore Amiga, See Amiga
  52. Xref: OpenVMS, See VMS
  53.  
  54. I am delighted to FINALLY announce the FINAL release of C-Kermit version 5A,
  55. for UNIX, VMS, OpenVMS, OS/2, AOS/VS, OS-9, the Commodore Amiga, and the
  56. Atari ST.  The edit number is 188.  C-Kermit was written by Frank da Cruz
  57. of Columbia University with contributions from hundreds of other programmers
  58. all over the world.  Version 5A is the product of three and a half years of
  59. development; the previous release of C-Kermit was 4E(072), released in
  60. January 1989.  Version 5A was first announced for public Beta testing in
  61. Info-Kermit V15 #2, 18 February, 1992.  The second and final Beta test was
  62. announced in V16 #5, 13 Nov 1992.  The second beta test, though short, proved
  63. quite successful, and therefore the software is being released.
  64.  
  65. C-Kermit 5A(188) is available for the following operating systems:
  66.  
  67.  . UNIX, practically all versions: AIX, ULTRIX, SunOS, BSD, System V, etc
  68.  . VAX and AXP VMS and OpenVMS
  69.  . Data General MV systems with AOS/VS
  70.  . PCs and PS/2s with OS/2 1.0 and 2.0
  71.  . Microware OS-9
  72.  . The Commodore Amiga
  73.  . The Atari ST
  74.  
  75. The major improvements in version 5A since version 4E are:
  76.  
  77.  . Improved file transfer efficiency:  sliding windows, longer packets,
  78.    locking shifts, dynamic packet length, automatic parity detection.
  79.  . Character-set translation for both file transfer and CONNECT mode,
  80.    including West European, East European, Cyrillic, and Japanese.
  81.  . Improved CONNECT-mode performance.
  82.  . Dialing improvements, support for more modems, a new dialing directory.
  83.  . The ability to make TCP/IP and other network connections.
  84.  . A powerful, easy-to-use script programming language similar to MS-DOS
  85.    Kermit's.
  86.  . File attribute packet support to convey file size, type, date, and
  87.    character-set.
  88.  . New file collision options.
  89.  . New server features, including security.
  90.  . FULLSCREEN file transfer display available in VMS, OS/2, OS-9, and most
  91.    UNIX implementations.
  92.  . Ability to transfer files with IBM mainframes through non-transparent
  93.    3270 protocol converters.
  94.  . Non-error-checked file transfer via TRANSMIT and LOG SESSION.
  95.  . Commands can be interrupted and C-Kermit returned to its prompt.
  96.  . In UNIX, C-Kermit can be suspended and continued in the fore- or background.
  97.  . More systems supported, including many more varieties of UNIX.
  98.  . Support for hardware flow control on selected systems.
  99.  . Improvements in every area too numerous to list.
  100.  
  101. Special highlights:
  102.  
  103. C-Kermit 5A includes extensive support for VMS and OpenVMS on VAX and Alpha
  104. AXP platforms, including detailed knowledge of the VMS file system and a
  105. special method for encoding complex VMS files for transmission and archival,
  106. thanks to Terry Kennedy of Saint Peters College.  It also supports three
  107. different TCP/IP networking products for VMS: DEC, TGV, and Wollongong; thanks
  108. in particular to folks at TGV, DEC, and Wollongong for their help.
  109.  
  110. The OS/2 version includes built-in VT102 and VT52 terminal emulators with key
  111. mapping, screen rollback, printer control, color selection, and communications
  112. features including both software and hardware flow control and, if you have
  113. PATHWORKS installed on your PC, support for DECnet LAT connections.  Thanks to
  114. Kai Uwe Rommel of the Technical University of Munich for a great deal of work
  115. on the OS/2 specifics.
  116.  
  117. The Data General AOS/VS version is brand-new and fully up to date, the first
  118. upgrade to this program since version 4D in May 1987, thanks to Eugenia
  119. Harris at DG.  It includes all the major features of version 5A, including
  120. built-in TCP/IP support.
  121.  
  122. The OS-9 specifics were done by Christian Hemsing, RWTH, Aachen.  Thanks.
  123. The Commodore Amiga specifics are from Steve Walton.  Thanks.
  124. The Atari ST support is from Bruce J. Moore.  Thanks.
  125.  
  126. DOCUMENTATION
  127.  
  128. Like MS-DOS Kermit 3.x, C-Kermit 5A comes with a book, "Using C-Kermit" by
  129. Frank da Cruz and Christine M. Gianone, published by Digital Press,
  130. Burlington, MA, USA, Digital Press ISBN: 1-55558-108-0, Prentice Hall ISBN:
  131. 0-13-037490-3.  US single-copy price: $34.95; quantity discounts available.
  132. Publication is still in progress, and should be complete in mid-January 1993.
  133. In the USA, call DECdirect toll-free 1-800-344-4825 to order; use order number
  134. EY-J896E-DP.  Major credit cards accepted.
  135.  
  136. HOW TO GET IT
  137.  
  138. C-Kermit 5A(188) is available on the Internet via anonymous ftp from
  139. host watsun.cc.columbia.edu [128.59.39.2], using text (ASCII) mode, in the
  140. directory kermit/b/, and on BITNET/EARN from host CUVMA through the
  141. KERMSRV file server, in the main area.  Warning: some files might have records
  142. longer than 80, making it impossible for KERMSRV to MAIL them to you.
  143.  
  144. You can also order C-Kermit 5A on magnetic media (diskette, 9-track tape, TK50
  145. cartridge, or quarter-inch tape cartridge) from Columbia University by mail
  146. order as "Tape B" (see the order form, kermit/a/aaxfly.doc or aaxfly.ps).
  147.  
  148. The C-Kermit filenames all start with the letters "ck" (for C-Kermit).  The
  149. third letter in the filename is used for grouping: c = Portable C, u =
  150. UNIX-specific, v = VMS-specific, etc.  The following sections give brief
  151. synopses of the files needed for each version.  A detailed description of
  152. the file naming conventions and organization is given in the file
  153. ckaaaa.hlp.  Notation:
  154.  
  155.     *   = matches any string of characters
  156.   [abc] = matches the single character a, b, or c
  157.  
  158. GENERAL TEXT FILES
  159.  
  160.   ckaaaa.hlp   Explanation of file naming conventions
  161.   ckcplm.doc   C-Kermit "program logic manual"
  162.   ckccfg.doc   C-Kermit configuration info
  163.   ckcker.bwr   General C-Kermit beware file
  164.   ckuker.doc   plain-text user manual (still for edit 179)
  165.   ckuker.ps    Postscript user manual (ditto)
  166.   ckcker.upd   Detailed description of changes since edit 179
  167.  
  168. INITIALIZATION AND COMMAND FILES
  169.  
  170.   ckermit.ini  Standard initialization file for all versions
  171.   ckermod.ini  Sample user-modification (customization) file for all versions
  172.   ckermit.kdd  Sample Kermit Dialing Directory
  173.   ckermit.ksd  Sample Kermit Services Directory
  174.  
  175. NOTE: Some of the binaries listed below are not yet at edit 188 level.  They
  176. will be installed as soon as they arrive.
  177.  
  178. THE UNIX VERSION
  179.  
  180.   UNIX sources:     ck[cuw]*.[cwh] (+ ckustr.sed for 2.1x BSD)
  181.   UNIX build:       ckuker.mak (for 2.1xBSD, use ckubs2.mak)
  182.   UNIX docs:        ckuins.doc, ckuker.bwr, ckuker.nr
  183.   UNIX binaries:    There are some UNIX binaries in kermit/bin/wermit.*,
  184.             use ftp in binary mode:
  185.  
  186.               wermit.next         - NeXT OS 2.0 or 3.0
  187.               wermit.sun4         - SunOS 4.1.1, sparc
  188.               wermit.sv386r4      - i368 with Dell System V R4
  189.  
  190.   There is also a compressed tar archive of the UNIX sources and makefile
  191.   in kermit/bin/cku188.tar.Z, which you can ftp in BINARY mode.
  192.  
  193. To build the UNIX version, rename ckuker.mak (or ckubs2.mak) to makefile, read
  194. the comments at the top of the makefile to select the make-option appropriate
  195. for your computer, and then give the appropriate "make" command, for example
  196. "make bsd", "make sunos41", "make sys5r4", etc (there are about 150
  197. possibilities).  Read the makefile and the file ckuins.doc for further
  198. installation instructions.
  199.  
  200. THE (Open)VMS VERSION
  201.  
  202.   VMS sources:      ck[cuwv]*.[cwh], plus ckvcvt.c (labeled-file decoder)
  203.   VMS build:        ckvker.com (DCL), ckvker.mak (VMS MAKE), or
  204.             ckvker.mms (MMS).  Instructions: ckvins.doc.
  205.   VMS executable:   ckvker.hex, use ckvdeh.mar to decode it into .EXE format.
  206.             NOTE: this executable does not include TCP/IP support.
  207.   VMS docs:         ckvker.hlp, ckvins.doc, ckvker.bwr
  208.  
  209. To get a version of VMS C-Kermit that includes TCP/IP networking support, you
  210. must build from source code on a VMS system that has a C compiler and
  211. libraries plus the TCP/IP libraries for DEC, TGV, or Wollongong TCP/IP.
  212.  
  213. THE OS/2 VERSION
  214.  
  215.   OS/2 sources:     ck[cuwo]*.[cwh], ckwart.def, ckoker.def
  216.   OS/2 build:       ckoker.mak
  217.   OS/2 executable:  ckoker16.boo (unboo with ckbunb.c)              (16-bit)
  218.             ckoker32.boo (ditto)                            (32-bit)
  219.             or kermit/bin/ckoker16.exe (ftp in binary mode) (16-bit)
  220.             or kermit/bin/ckoker32.exe (ditto)              (32-bit)
  221.   OS/2 doc:         ckoker.bwr
  222.  
  223.     OS/2 C-Kermit comes in a 16-bit version (required for OS/2 1.x) and a
  224.     32-bit version (only works on OS/2 2.x).  See ckoker.bwr for details.
  225.  
  226. THE DATA GENERAL AOS/VS VERSION
  227.  
  228.   AOS/VS sources:     ck[cuwd]*.[cwh]
  229.   AOS/VS build:       ckd*.cli
  230.   AOS/VS executable:  kermit/bin/ckdker.df (binary, dumpfile format)
  231.               ckdker.uue (uuencoded, decode with ckdeco.c)
  232.   AOS/VS doc:         ckdins.doc, ckdker.bwr
  233.  
  234. THE OS-9 VERSION
  235.  
  236.   OS-9 sources:     ck[cuw9]*.[cawh]
  237.   OS-9 build:       ck9ker.mak or ck9ker.gcc
  238.   OS-9 executable:  ck9ker.boo (unboo with ckbunb.c) (for OS-9 2.2 - 2.4)
  239.             ck9ker.bin (ftp in binary mode)
  240.   OS-9 doc:         ck9ker.bwr, ck9ker.doc
  241.  
  242. THE AMIGA VERSION
  243.  
  244.   Amiga sources:    ck[cuwi]*.[cwh]
  245.   Amiga build:      ckiker.mak (use Aztec C V5.0b)
  246.   Amiga executable: ckiker.boo (for edit 178 -- unboo with ckbunb.c)
  247.             kermit/bin/ckiker.exe (ftp in binary mode)
  248.   Amiga doc:        ckiker.bwr, ckiker.doc (old)
  249.  
  250. THE ATARI ST VERSION
  251.  
  252.   Atari ST sources: ck[cuws]*.[cwh]
  253.   Atari build:      cksker.mak
  254.   Atari executable: cksker.boo (full version, unboo with ckbunb.c).
  255.             kermit/bin/cksker.ttp (full version, ftp in binary mode)
  256.             kermit/bin/cksncp.ttp (no cmd parser,ftp in binary mode)
  257.   Atari doc:        (none yet)
  258.  
  259. Please report successes or failures to Frank da Cruz, FDCCU@CUVMA.BITNET
  260. or fdc@watsun.cc.columbia.edu.  Thanks again to the hundreds of people who
  261. helped with the development and testing of C-Kermit 5A.
  262.  
  263. ------------------------------
  264.  
  265. End of Info-Kermit Digest
  266. *************************
  267.  
  268.  
  269. Date: Fri, 13 Nov 92 11:42:56 EST
  270. From: Christine M Gianone <cmg@watsun.cc.columbia.edu>
  271. To: Info-Kermit
  272. Subject: Info-Kermit Digest V16 #5
  273. Reply-To: Info-Kermit@watsun.cc.columbia.edu
  274. Queries-To: Info-Kermit-Request@WATSUN.CC.COLUMBIA.EDU
  275.  
  276. Info-Kermit Digest         Fri, 13 Nov 1992        Volume 16 : Number 5
  277.  
  278. Today's Topics:
  279.         Announcing C-Kermit 5A(186), The Final Beta Test
  280.  
  281. Digest submissions may be sent to Info-Kermit@WATSUN.CC.COLUMBIA.EDU or
  282. KERMIT@CUVMA.BITNET.  Requests for addition to or deletion from the
  283. Info-Kermit subscriber list should be sent to LISTSERV@CUVMA.BITNET or
  284. LISTSERV@CUVMA.CC.COLUMBIA.EDU.  These messages must be of the form:
  285.  
  286.   SUBSCRIBE I$KERMIT <your-personal-name>    (To start a subscription)
  287.   UNSUBSCRIBE I$KERMIT                       (To cancel a subscription)
  288.   REGISTER I$KERMIT <your-personal-name>     (To correct your name)
  289.  
  290. Kermit files may be obtained over networks and by mail order.  On the
  291. Internetwork, use FTP to log in to host WATSUN.CC.COLUMBIA.EDU, a SUN-4/280
  292. running UNIX (SUNOS 4.1), IP host number 128.59.39.2.  Login as user anonymous
  293. (note, lower case), any password, and GET or MGET (MULTIPLE GET) the desired
  294. files.  The file kermit/read.me is a general guide to where things are.  The
  295. Kermit files are in directories kermit/a, kermit/b, kermit/c, kermit/d, and
  296. kermit/e.  Test versions are in kermit/test.  All files in these directories
  297. should be transferred in text (ASCII) mode.  Binaries are in kermit/bin (use
  298. ftp in binary mode).  All files on watsun have lowercase names, and case is
  299. significant.
  300.  
  301. You can also get Kermit files over the BITNET/EARN network; to get started
  302. send a message with text HELP to KERMSRV, the Kermit file server, at host
  303. CUVMA.  For detailed instructions, read the file kermit/a/aanetw.hlp
  304. (AANETW.HLP on KERMSRV).  To order by mail, request a complete list of Kermit
  305. versions and an order form from Kermit Distribution, Columbia University
  306. Center for Computing Activities, 612 West 115th Street, New York, NY 10025
  307. USA.
  308.  
  309. ----------------------------------------------------------------------
  310.  
  311. Date: Tue, 10 Nov 44, 13:30:00 EST
  312. >From: Christine M Gianone <cmg@watsun.cc.columbia.edu>
  313. Subject: Announcing C-Kermit 5A(186), The Final Beta Test
  314. Keywords: C-Kermit 5A, UNIX Kermit, VMS Kermit, Amiga Kermit
  315. Keywords: Atari ST Kermit, OS/2 Kermit, OS-9 Kermit, AOS/VS C-Kermit
  316. Keywords: Sliding Windows, Script Programming, International Character Sets
  317. Keywords: TCP/IP and C-Kermit
  318. Xref: Commodore Amiga, See Amiga
  319. Xref: OpenVMS, See VMS
  320.  
  321. The final Beta release of C-Kermit 5A, Version 5A(186) BETA-8, is ready for
  322. public testing.  This will be a relatively short testing period.  The final
  323. release of version 5A should occur in a few weeks.
  324.  
  325. C-Kermit 5A is available for:
  326.  
  327.  . UNIX, practically all versions: AIX, ULTRIX, SunOS, BSD, System V, etc
  328.  . VAX and AXP VMS and OpenVMS
  329.  . Data General MV systems with AOS/VS
  330.  . PCs and PS/2s with OS/2 1.0 and 2.0
  331.  . Microware OS-9
  332.  . The Commodore Amiga
  333.  . The Atari ST
  334.  
  335. The changes since the first Beta release, 5A(179), on February 8th, 1992,
  336. which was announced in Info-Kermit V15 #2, are:
  337.  
  338. SYSTEMS AND NETWORKS SUPPORTED
  339.  
  340.  . New support for Data General AOS/VS, including TCP/IP
  341.  . Many new UNIX versions supported
  342.  . OpenVMS AXP support
  343.  . DEC TCP/IP, Wollongong TCP/IP, and TGV MultiNet TCP/IP support in (Open)VMS
  344.  . Improved performance and functionality on VMS and OpenVMS
  345.  . DECnet LAT supported in OS/2 version, and many OS/2-specific improvements
  346.  
  347. COMMUNICATIONS AND DIALING
  348.  
  349.  . Dialing directory feature added
  350.  . Many new controls over the dialing process
  351.  . Improved support for Telebit, Hayes, and Hayes-compatible modems
  352.  . New support for CCITT and Digitel modems
  353.  . New commands for managing TCP/IP connections and TELNET protocol
  354.  . Improved support for hardware flow control
  355.  . Improved SunLink X.25 support
  356.  
  357. KERMIT FILE TRANSFER
  358.  
  359.  . New support for IBM fullscreen file transfers (See Info-Kermit V16 #1)
  360.  . New fullscreen and crt file transfer displays for local-mode file transfer
  361.  . Standard "KERMIT READY TO xxx ..." messages at beginning of file transfer
  362.  
  363. PLUS:
  364.  
  365.  . New support for East European (Latin-2) character sets.
  366.  . Improved script programming controls
  367.  . Many, many bugs fixed and (hopefully) not too many new ones introduced
  368.  
  369. Before reporting bugs in this version of C-Kermit, please read the file
  370. ckcker.bwr, the general C-Kermit "beware" file, plus the system-specific
  371. beware file for your system, e.g. ckuker.bwr for UNIX, ckvker.bwr for VMS.
  372.  
  373. HOW TO GET IT
  374.  
  375. C-Kermit 5A(186) BETA is available on the Internet via anonymous ftp from
  376. host watsun.cc.columbia.edu [128.59.39.2], using text (ASCII) mode, in the
  377. directory kermit/test/, and on BITNET/EARN from host CUVMA through the
  378. KERMSRV file server, in the T: area.  Warning: some files might have records
  379. longer than 80, making it impossible for KERMSRV to MAIL them to you.
  380.  
  381. You can also order C-Kermit 5A on magnetic media (9-track tape, TK50
  382. cartridge, or quarter-inch tape cartridge) from Columbia University by mail
  383. order as "Tape T" (see the order form, kermit/a/aaxfly.doc or aaxfly.ps).
  384.  
  385. The C-Kermit filenames all start with the letters "ck" (for C-Kermit).  The
  386. third letter in the filename is used for grouping: c = Portable C, u =
  387. UNIX-specific, v = VAX/VMS-specific, etc.  The following sections give brief
  388. synopses of the files needed for each version.  A detailed description of
  389. the file naming conventions and organization is given in the file
  390. ckaaaa.hlp.  Notation:
  391.  
  392.     *   = matches any string of characters
  393.   [abc] = matches the single character a, b, or c
  394.  
  395. GENERAL TEXT FILES
  396.  
  397.   ckaaaa.hlp   Explanation of file naming conventions
  398.   ckcplm.doc   C-Kermit "program logic manual"
  399.   ckccfg.doc   C-Kermit configuration info
  400.   ckcker.bwr   General C-Kermit beware file
  401.   ckuker.doc   plain-text user manual (still for edit 179)
  402.   ckuker.ps    Postscript user manual (ditto)
  403.   ckcker.upd   Detailed description of changes since edit 179
  404.  
  405. THE UNIX VERSION
  406.  
  407.   UNIX sources:     ck[cuw]*.[cwh] (+ ckustr.sed for 2.1x BSD)
  408.   UNIX build:       ckuker.mak (for 2.1xBSD, use ckubs2.mak)
  409.   UNIX docs:        ckuins.doc, ckuker.bwr, ckuker.nr
  410.   UNIX binaries:    There are some UNIX binaries in kermit/bin/wermit.*,
  411.             use ftp in binary mode:
  412.  
  413.               wermit.aviion.5.4   - DG Aviion, DG/UX 5.4
  414.               wermit.du42         - DECstation 5800 Ultrix 4.2
  415.               wermit.next         - NeXT OS 2.0 or 3.0
  416.               wermit.rs6000       - RS/6000 AIX 3.1
  417.               wermit.sun4         - SunOS 4.1.1, sparc
  418.               wermit.sv386r4      - i368 with Dell System V R4
  419.  
  420.             The last one *might* run on other i366/486 PCs with
  421.             other USL-based System V R4 implementations.
  422.  
  423.   There is also a compressed tar archive of the UNIX sources and makefile
  424.   in kermit/bin/cku186.tar.Z, which you can ftp in BINARY mode.
  425.  
  426. To build the UNIX version, rename ckuker.mak (or ckubs2.mak) to makefile,
  427. read the comments at the top of the makefile to select the make-option
  428. appropriate for your computer, and then give the appropriate "make" command,
  429. for example "make bsd", "make sunos41", "make sys5r4", etc.  Read the
  430. makefile and the file ckuins.doc for further installation instructions.
  431.  
  432. THE (Open)VMS VERSION
  433.  
  434.   VMS sources:      ck[cuwv]*.[cwh], plus ckvcvt.c (labeled-file decoder)
  435.   VMS build:        ckvker.com (DCL), ckvker.mak (VMS MAKE), or
  436.             ckvker.mms (MMS).  Instructions: ckvins.doc.
  437.   VMS executable:   ckvker.hex, use ckvdeh.mar to decode it into .EXE format.
  438.             NOTE: this executable does not include TCP/IP support.
  439.   VMS docs:         ckvker.hlp, ckvins.doc, ckvker.bwr
  440.  
  441. To get a version of VMS C-Kermit that includes TCP/IP networking support, you
  442. must build from source code on a VMS system that has a C compiler and
  443. libraries plus the TCP/IP libraries for DEC, TGV, or Wollongong TCP/IP.
  444.  
  445. THE OS/2 VERSION
  446.  
  447.   OS/2 sources:     ck[cuwo]*.[cwh], ckwart.def, ckoker.def
  448.   OS/2 build:       ckoker.mak
  449.   OS/2 executable:  ckoker16.boo (unboo with ckbunb.c)              (16-bit)
  450.             ckoker32.boo (ditto)                            (32-bit)
  451.             or kermit/bin/ckoker16.exe (ftp in binary mode) (16-bit)
  452.             or kermit/bin/ckoker32.exe (ditto)              (32-bit)
  453.   OS/2 doc:         ckoker.bwr
  454.  
  455.     OS/2 C-Kermit comes in a 16-bit version (required for OS/2 1.x) and a
  456.     32-bit version (only works on OS/2 2.x).  See ckoker.bwr for details.
  457.  
  458. THE DATA GENERAL AOS/VS VERSION
  459.  
  460.   AOS/VS sources:     ck[cuwd]*.[cwh]
  461.   AOS/VS build:       ckd*.cli
  462.   AOS/VS executable:  kermit/bin/ckdker.df (binary, dumpfile format)
  463.               ckdker.uue (uuencoded, decode with ckdeco.c)
  464.   AOS/VS doc:         ckdins.doc, ckdker.bwr
  465.  
  466. THE OS-9 VERSION
  467.  
  468.   OS-9 sources:     ck[cuw9]*.[cawh]
  469.   OS-9 build:       ck9ker.mak or ck9ker.gcc
  470.   OS-9 executable:  ck9ker.boo (unboo with ckbunb.c) (for OS-9 2.2 - 2.4)
  471.             ck9ker.bin (ftp in binary mode)
  472.   OS-9 doc:         ck9ker.bwr, ck9ker.doc
  473.  
  474. THE AMIGA VERSION
  475.  
  476.   Amiga sources:    ck[cuwi]*.[cwh]
  477.   Amiga build:      ckiker.mak (use Aztec C V5.0b)
  478.   Amiga executable: ckiker.boo (for edit 178 -- unboo with ckbunb.c)
  479.             kermit/bin/ckiker.exe (ftp in binary mode)
  480.   Amiga doc:        ckiker.bwr, ckiker.doc (old)
  481.  
  482. THE ATARI ST VERSION
  483.  
  484.   Atari ST sources: ck[cuws]*.[cwh]
  485.   Atari build:      cksker.mak
  486.   Atari executable: cksker.boo (full version, unboo with ckbunb.c).
  487.             kermit/bin/cksker.ttp (full version, ftp in binary mode)
  488.             kermit/bin/cksncp.ttp (no cmd parser,ftp in binary mode)
  489.   Atari doc:        (none yet)
  490.  
  491. Please report successes or failures to Frank da Cruz, FDCCU@CUVMA.BITNET
  492. or fdc@watsun.cc.columbia.edu.  Thanks again to the hundreds of people who
  493. helped with the development and testing of C-Kermit 5A.
  494.  
  495. ------------------------------
  496.  
  497. End of Info-Kermit Digest
  498. *************************
  499.  
  500.  
  501. Date:         Tue, 18 Feb 1992 11:39:16 EST
  502. Reply-To: Info-Kermit%watsun.cc.columbia.edu@cuvmb.cc.columbia.edu
  503. Sender: INFO-KERMIT Digest <I-KERMIT%CUVMA.BITNET@cuvmb.cc.columbia.edu>
  504. From: Christine M Gianone <cmg%watsun.cc.columbia.edu@cuvmb.cc.columbia.edu>
  505. Subject:      Info-Kermit Digest V15 #2
  506. Comments: To: Info-Kermit@watsun.cc.columbia.edu
  507. To: Multiple recipients of list I-KERMIT <I-KERMIT@CUVMA.BITNET>
  508.  
  509. Info-Kermit Digest         Tue, 18 Feb 1992        Volume 15 : Number 2
  510.  
  511.  
  512.                             Today's Topic:
  513.  
  514.                        Announcing C-Kermit 5A BETA
  515.  
  516.  
  517. Digest submissions may be sent to Info-Kermit@WATSUN.CC.COLUMBIA.EDU or
  518. KERMIT@CUVMA.BITNET.  Requests for addition to or deletion from the
  519. Info-Kermit subscriber list should be sent to LISTSERV@CUVMA.BITNET or
  520. LISTSERV@CUVMA.CC.COLUMBIA.EDU.  These messages must be of the form:
  521.  
  522.   SUBSCRIBE I-KERMIT <your-personal-name>    (To start a subscription)
  523.   UNSUBSCRIBE I-KERMIT                       (To cancel a subscription)
  524.   REGISTER I-KERMIT <your-personal-name>     (To correct your name)
  525.  
  526. Kermit files may be obtained over networks and by mail order.  On the
  527. Internetwork, use FTP to log in to host WATSUN.CC.COLUMBIA.EDU, a SUN-4/280
  528. running UNIX (SUNOS 4.1), IP host number 128.59.39.2.  Login as user anonymous
  529. (note, lower case), any password, and GET or MGET (MULTIPLE GET) the desired
  530. files.  The Kermit files are in directories kermit/a, kermit/b, kermit/c,
  531. kermit/d, and kermit/e.  Test versions are in kermit/test.  All files in these
  532. directories should be transferred in text (ASCII) mode.  Binaries are in
  533. kermit/bin (use ftp in binary mode).  You can also get Kermit files over the
  534. BITNET/EARN network; to get started send a message with text HELP to KERMSRV,
  535. the Kermit file server, at host CUVMA.  For detailed instructions, read the
  536. file kermit/a/aanetw.hlp (AANETW.HLP on KERMSRV).  To order by mail, request a
  537. complete list of Kermit versions and an order form from Kermit Distribution,
  538. Columbia University Center for Computing Activities, 612 West 115th Street,
  539. New York, NY 10025 USA.
  540.  
  541. ----------------------------------------------------------------------
  542.  
  543. Date: Sat, 8 Feb 92 23:31:00 EST
  544. From: Christine M Gianone <cmg@watsun.cc.columbia.edu>
  545. Subject: Announcing C-Kermit 5A BETA
  546. Keywords: C-Kermit 5A, UNIX Kermit, VAX/VMS Kermit, Amiga Kermit
  547. Keywords: Atari ST Kermit, OS/2 Kermit, OS-9 Kermit
  548. Keywords: Sliding Windows, Script Programming, International Character Sets
  549. Keywords: TCP/IP and C-Kermit
  550. Xref: Commodore Amiga, See Amiga
  551.  
  552. We are very pleased to announce the availability of C-Kermit version 5A,
  553. edit 179, for public Beta testing.  Over three years in the making, C-Kermit
  554. 5A was written by Frank da Cruz of Columbia University with contributions
  555. from hundreds of other programmers all over the world.  Its major new
  556. features include:
  557.  
  558. ADVANCED KERMIT FILE TRANSFER PROTOCOL
  559.  
  560. Sliding window packet protocol, up to 31 window slots, for improved
  561. efficiency, especially on connections with long delays (public networks,
  562. satellites, etc).  The maximum packet size has been increased to 9024.
  563. Sliding windows and long packets can be used together.  Using combinations
  564. of long packets and sliding windows, file transfer efficiencies up to about
  565. 95% can be achieved (and more when Kermit can compress the data).
  566.  
  567. CHARACTER-SET TRANSLATION
  568.  
  569. C-Kermit translates character sets during text-file transfer and terminal
  570. emulation.  Most Roman-alphabet-based character sets are supported, as well
  571. as Cyrillic character sets and Japanese Kanji.  A new locking-shift
  572. mechanism is provided for efficient transfer of Kanji and other
  573. predominantly 8-bit character sets in the 7-bit communication environment.
  574.  
  575. SCRIPT LANGUAGE PROGRAMMING
  576.  
  577. C-Kermit now has a powerful and easy-to-use script programming language
  578. similar to MS-DOS Kermit's.  Write script programs to automate your logins,
  579. interact automatically with remote computers or services, and even run your
  580. scripts late at night, unattended, when phone rates are lower and networks
  581. less congested.
  582.  
  583. NETWORK SUPPORT
  584.  
  585. On UNIX computers that have Berkeley Sockets libraries and a TCP/IP
  586. connection, and on VAX/VMS systems with TGV MultiNet, C-Kermit now can make
  587. TCP/IP TELNET connections.  Unlike regular TELNET, C-Kermit brings its
  588. script language capabilities and character-set translation ability to the
  589. Internet world.  And unlike FTP, C-Kermit can translate text file character
  590. sets as part of the file transfer process.  On SUN computers with SunLink
  591. X.25, X.25 connections are also supported.
  592.  
  593. SYSTEMS SUPPORTED BY C-KERMIT
  594.  
  595. C-Kermit 5A is available for the following platforms:
  596.  
  597.  - Most known variations of UNIX including V7, 2.x BSD, 4.x BSD, AT&T
  598.    System III and System V R2, R3, and R4, POSIX, Ultrix, SUNOS, NeXT OS, AIX,
  599.    HP-UX, DGUX, IRIX, SCO XENIX, DNIX, UMAX, RTU, DYNIX, PTX, etc, etc, on
  600.    hardware platforms of all makes, models, sizes, and shapes
  601.  - VAX/VMS, including a completely new RMS interface
  602.  - OS/2 1.3 and 2.0
  603.  - Commodore Amiga
  604.  - Atari ST
  605.  - OS-9
  606.  
  607. Full ANSI C and/or POSIX compliance can be selected.
  608.  
  609. OTHER NEW FEATURES
  610.  
  611. Kermit File Transfer Protocol:
  612.   Packet lengths shrink and grow dynamically based on the quality of the
  613.     connection.
  614.   Even, Odd, or Mark parity is detected automatically during packet
  615.     operations.
  616.   Low-level packet readers and writers recoded for increased efficiency.
  617.   File transfer performance improvements (see below)
  618.   Transfer of files with international character set translation (see below)
  619.   Sending and recognition of file attribute (A) packets:
  620.     File size, creation date, file type, character set, system ID.
  621.     Incoming file's creation date set from Attribute packet.
  622.     Control of use of attributes via SET ATTRIBUTES.
  623.   Automatic entry into binary or text mode when receiving files that specify
  624.     the file type in the attribute packet.
  625.   New MSEND command to send a list of files ("msend foo.* dir/*.c aaa bbb")
  626.   New MAIL and REMOTE PRINT commands (work in both directions).
  627.   SET FILE COLLISION { APPEND, BACKUP, DISCARD, OVERWRITE, RENAME, UPDATE }
  628.   REMOTE SET commands are now supported in both directions.
  629.   REMOTE LOGIN, LOGOUT, and KERMIT commands (client end only).
  630.   GET, BYE, FINISH, REMOTE commands now work in both local & remote modes.
  631.   SET ATTRIBUTES ON/OFF can be used to enable/disable attribute packets.
  632.   DISABLE and ENABLE commands to control client access to server functions.
  633.   Ability to read packets without terminators, based on length field.
  634.   Printable start-of-packet character now supported.
  635.   Packet buffers allocated dynamically, overall size specifiable by user.
  636.   Ability to run external protocols.
  637.   Increased maximum number of files that can be sent in a single operation.
  638.  
  639. Non-Error-Checked File Transfer:
  640.   New TRANSMIT command for uploading text files, complete with character
  641.     set translation and many other options via SET/SHOW TRANSMIT.
  642.   LOG SESSION for downloading text files or capturing other screen data,
  643.     complete with character-set translation and TEXT/BINARY mode selection.
  644.  
  645. Command parser:
  646.   Expansion of variables and functions in commands (see below).
  647.   Partial as well as full completion of filenames.
  648.   Improved error and help messages.
  649.   Commands in progress can be interrupted, with return to prompt.
  650.  
  651. Macros and variables, compatible with MS-DOS Kermit:
  652.   DEFINE macros and variables.
  653.   ASSIGN variable's current value to another variable.
  654.   INCREMENT and DECREMENT numeric variables by 1 (or any other number).
  655.   Execute macros using DO or just by giving their name.
  656.   Arguments are passed as parameters \%1..\%9
  657.   Global variables \%a..\%z (and others).
  658.   Access to environment variables via \$(name).
  659.   Access to builtin Kermit named variables via \v(name), e.g. \v(date).
  660.   Long variable names: \m(name).
  661.   Backslash notation for numbers and characters as in MS-DOS Kermit.
  662.   Dynamically allocated space for macro names and definitions.
  663.   Variables and backslash codes in all commands are fully expanded.
  664.  
  665. And beyond MS-DOS Kermit (at least for now!):
  666.   Built-in string and arithmetic functions.
  667.   User-defined functions.
  668.   Arrays.
  669.  
  670. Script programming language, mostly compatible with MS-DOS Kermit:
  671.   INPUT, OUTPUT, REINPUT, PAUSE, GOTO, IF, ASK, ASKQ, ECHO, STOP, END,
  672.   GETOK, and other new commands.
  673.   INPUT, PAUSE, and WAIT interruptible from keyboard.
  674.   SET INPUT, SET TAKE, SET MACRO, SET SCRIPT commands to control echoing,
  675.     error handling.
  676.   WRITE <log> <string>.
  677.   OPEN, READ, WRITE/APPEND, and CLOSE local files.
  678.   FOR and WHILE loops, which may be nested.
  679.   BREAK and CONTINUE allowed in FOR and WHILE loops.
  680.   Trailing comments ; like this one, allowed in all contexts.
  681.   Command line continuation using hyphen (-) or backslash (\).
  682.   Relaxed prefixing rules; backslashes no longer doubled.
  683.   Conditional branching or execution of commands via IF. The IF command:
  684.     May have an ELSE part.
  685.     IF NOT can be used to reverse the truth of the following condition.
  686.     IF <, IF =, IF > for numeric variables.
  687.     IF EQUAL, LLT, LGT for string comparison.
  688.     IF NUMERIC for checking numbers.
  689.     IF COUNT for looping.
  690.     IF EXIST for files.
  691.     IF DEFINED for variable and macro names.
  692.     IF SUCCESS, IF FAILURE based on success of previous command.
  693.   Extended IF statement (XIF) allows nested, compound parts.
  694.  
  695. Terminal emulation:
  696.   Key-mapping via SET KEY command
  697.   SET TERMINAL CHARACTER-SET
  698.   SET TERMINAL LOCKING-SHIFT
  699.   SET TERMINAL NEWLINE-MODE
  700.   Flexible session logging
  701.   TELNET protocol
  702.   New escape functions: Suspend, Shell, Send Long BREAK, etc
  703.   Improved efficiency
  704.  
  705. Other:
  706.   Improved use of Xon/Xoff software flow control during file transfer.
  707.   Ability to use RTS/CTS hardware flow control when host computer supports it.
  708.   Ability to couple to external protocols via open file descriptor (UNIX).
  709.   Many file-format-related options for VMS.
  710.   Tilde-expansion in local UNIX filenames (~ = home directory).
  711.   Ability to ask shell to expand wildcards ("send ck[cuw]*.{[cwh],{doc,ps}}").
  712.   Alternative initialization filename specifiable on command line with -y.
  713.   Kermit "application files" start Kermit automatically (UNIX only).
  714.   Correct handling of Suspend interrupt (Ctrl-Z) in UNIXes with job control.
  715.   New SUSPEND (Z) command.
  716.   New TYPE command, interruptible by Ctrl-C.
  717.   New PRINT command.
  718.   New DELETE command.
  719.   New RENAME command.
  720.   Command synonyms added for compatibility with MS-DOS Kermit: RUN, PUSH, etc.
  721.   And with UNIX: RM, LS, etc.
  722.   And with VMS: SET/SHOW DEFAULT, SPAWN, @, etc
  723.   SHOW command divided into SHOW FILE, SHOW PROTOCOL, SHOW COMMUNICATIONS, etc.
  724.   SET SPEED no longer required with SET LINE - current speed used by default.
  725.   75/1200 Split-speed communication supported in some implementations.
  726.   Improved control and monitoring of modem signals.
  727.   Improved interaction with Hayes modems.
  728.   Support for speed-matching modems.
  729.   Support for many new modem types including Telebit, Microcom.
  730.   New SET DIAL command controls: HANGUP, TIMEOUT, INIT-STRING, DISPLAY, etc.
  731.   New REDIAL command.
  732.   Compatibility with new and distributed (struct dirent) file systems.
  733.   Improved use of UUCP lockfiles.
  734.   Improved operation and security when run setuid/setgid on UNIX.
  735.   Improved handling of disk-full and disk-write errors.
  736.   More detailed and accurate statistics reporting.
  737.   New debugging display available during CONNECT.
  738.   Append mode available for all logs.
  739.   Under UNIX, Kermit no longer appears "idle" while transferring files.
  740.   Program exit status code now reflects protocol success/failure.
  741.   EXIT n explicitly sets program's exit status code to n.
  742.   Many new additions and improvements to UNIX makefile.
  743.   Simplification and expansion of makefile configuration options.
  744.   New documentation - user manual, man page, improved built-in help text.
  745.   Many bugs fixed.
  746.  
  747. ACKNOWLEDGEMENTS
  748.  
  749. C-Kermit 5A has been a three-year cooperative effort involving hundreds of
  750. people in all parts of the world.  It is not possible to list them all here
  751. (but we have tried to keep track of them in the documentation); here is a very
  752. much abbreviated list of just a few of the major designers, developers, and
  753. testers:
  754.  
  755.    Chris Adie, Edinburgh U, Scotland (OS/2 support)
  756.    William Bader, Moravian College (VMS, mostly)
  757.    Fuat Baran, formely of Columbia University (lots of help)
  758.    Jim Barbour, U of Colorado
  759.    Donn Baumbartner, Dell
  760.    Jack Bryans, California State U at Long Beach
  761.    Nelson Beebe, U of Utah
  762.    John Chandler, Harvard U / Smithsonian Astronomical Observatory
  763.    Joe R Doupnik, Utah State U (many, many things)
  764.    Kristoffer Eriksson, Peridot Konsult AB, Oerebro, Sweden (many things)
  765.    Marcello Frutig, Catholic University, Sao Paulo, Brazil (X.25 support)
  766.    Hirofumi Fujii, Japan National Lab for High Energy Physics, Tokyo (Kanji)
  767.    James Harvey, Indiana/Purdue U (VMS)
  768.    Chuck Hedrick, Rutgers U
  769.    Ron Heiby, Motorola
  770.    Christian Hemsing, RWTH Aachen, Germany (OS-9)
  771.    Mark Johnson, Apple Computer
  772.    Luke Jones, AT&T
  773.    Peter Jones, U of Quebec at Montreal (MIPS)
  774.    Sergei Kartashoff, Inst. of Precise Mechanics & Computer Equipment, Moscow
  775.    Howie Kaye, Columbia University (lots of help)
  776.    Terry Kennedy, St Peter's College, Jersey City, NJ (VAX/VMS, 2.11 BSD)
  777.    John Klensin, MIT (standards, sage advice)
  778.    Bo Kullmar, Central Bank of Sweden, Kista, and ABC-Klubben (many things)
  779.    Bob Larson, USC (OS-9 and more)
  780.    Bert Laverman, Groningen University, Netherlands
  781.    David MacKenzie, Environmental Defense Fund, University of Maryland
  782.    Fulvio Marino, Olivetti, Ivrea, Italy
  783.    Peter Mauzey, AT&T
  784.    Bruce J Moore, Allen-Bradley Co, Highland Heights, OH (Atari ST)
  785.    Andre Pirard, U of Liege, Belgium (character sets)
  786.    Paul W Placeway, (formerly of) Ohio State U (Macintosh & more)
  787.    Piet W Plomp, ICCE, Groningen University, Netherlands
  788.    Manfred Prange, Oakland U (Coherent)
  789.    Frank Prindle, NADC
  790.    Alan Robiette, Oxford University, UK (VMS)
  791.    Kai Uwe Rommel, Technische Universitaet Muenchen (OS/2)
  792.    Larry Rosenman (Amiga)
  793.    Jay S Rouman, U of Michigan
  794.    Benn Schreiber, DEC
  795.    Steven Schultz, Contel
  796.    Gisbert W Selke, WIdO, Bonn, Germany
  797.    Warren Tucker, Tridom Corp, Mountain Park, GA (many things)
  798.    Konstantin Vinogradov, ICSTI, Moscow (Cyrillic and more)
  799.    Stephen Walton, Calif State U, Northridge (Amiga)
  800.    Jamie Watson, Switzerland (RS/6000)
  801.    Ken Yap, formerly of the U of Rochester
  802.    Michael Yaroslavtsev, Inst. Precise Mechanics & Computer Equipment, Moscow
  803.  
  804. HOW TO GET IT
  805.  
  806. C-Kermit 5A(179) BETA is available on the Internet via anonymous ftp from host
  807. watsun.cc.columbia.edu [128.59.39.2], using text (ASCII) mode, in the
  808. directory kermit/test, and on BITNET/EARN from host CUVMA through the KERMSRV
  809. file server, in the T: area.  Warning: some files might have records longer
  810. than 80, making it impossible for KERMSRV to MAIL them to you.
  811.  
  812. You can also order C-Kermit 5A on magnetic media (9-track tape, TK50
  813. cartridge, or quarter-inch tape cartridge) from Columbia University by mail
  814. order as "Tape T" (see the order form, kermit/a/aaxfly.doc or aaxfly.ps).
  815.  
  816. The C-Kermit filenames all start with the letters "ck" (for C-Kermit).  The
  817. third letter in the filename is used for grouping: c = Portable C, u =
  818. UNIX-specific, v = VAX/VMS-specific, etc.  The following sections give
  819. brief synopses of the files you will need for each version.  A detailed
  820. description of the file naming conventions and organization is given in the
  821. file ckaaaa.hlp.  Notation:
  822.  
  823.     *   = match any string of characters
  824.   [abc] = match the single character a, b, or c
  825.  
  826. ALL VERSIONS
  827.  
  828. All C-Kermit versions include the files ckc*.c, ck*.h, and ckcpro.w.  These
  829. files implement the Kermit file transfer protocol.  The user manual is
  830. ckuker.doc (plain text), ckuker.ps (postscript).  It applies to all
  831. versions, but (so far) includes system-specific information only for UNIX,
  832. VAX/VMS, OS/2, Amiga, and OS-9.
  833.  
  834. THE UNIX VERSION
  835.  
  836.   UNIX sources:     ck[cuw]*.[cwh]
  837.   UNIX build:       ckuker.mak (for 2.1xBSD, use ckubs2.mak)
  838.   UNIX executable:  (none, build from source code)
  839.   UNIX doc:         ckuker.doc, ckuker.ps
  840.  
  841. To build the UNIX version, rename ckuker.mak (or ckubs2.mak) to makefile,
  842. read the comments at the top of the makefile to select the make-option
  843. appropriate for your computer, and then give the appropriate "make" command,
  844. for example "make bsd", "make sunos41", "make sys5r4", etc.  Read the file
  845. ckuins.doc for further instructions and hints.
  846.  
  847.   There is also a compressed tar archive of the UNIX sources in
  848.   kermit/bin/cku179.tar.Z, which you can ftp in BINARY mode: 595K.
  849.  
  850. THE VAX/VMS VERSION
  851.  
  852. This version is not quite finished.  Work on an interrupt-driven
  853. communications I/O module is still in progress.  However, the file system
  854. interface is more or less complete, and is quite advanced, thanks to endless
  855. and unenviable hours of work by Terry Kennedy of St Peter's College in New
  856. Jersey.  The result is quite usable, provided you don't push the
  857. communications too hard (very long packets and/or big sliding window sizes),
  858. especially on small, slow, or old VAXes.
  859.  
  860. A special feature of VMS C-Kermit 5A is called "labeled files", which allows
  861. VMS files of any type to be transmitted to a foreign system and then
  862. brought back to a VMS system with all their attributes and formats intact --
  863. or for that matter, between two VMS systems directly.
  864.  
  865.   VMS sources:      ck[cuwv]*.[cwh], plus ckvcvt.c (labeled-file decoder)
  866.   VMS build:        ckvcdt.com plus ckvker.com (DCL), ckvker.mak (VMS MAKE),
  867.                     or ckvker.mms (DEC MMS)
  868.   VMS executable:   ckvker.hex, use ckvdeh.mar to decode it into .EXE format.
  869.   VMS doc:          ckuker.doc, ckuker.ps
  870.  
  871. THE OS/2 VERSION
  872.  
  873. C-Kermit was originally adapted to OS/2 by Chris Adie, of Edinburgh University
  874. in Scotland in 1988.  Kai Uwe Rommel of the Technical University of Munich in
  875. Germany has brought Chris's version up to date and added many new features in
  876. the bargain.  This program runs in an OS/2 window under both OS/2 1.3 and 2.0,
  877. performs VT102 emulation complete with key mapping, screen rollback, etc.
  878.  
  879.   OS/2 sources:     ck[cuwo]*.[cwh], ckwart.def, ckoker.def
  880.   OS/2 build:       ckoker.mak
  881.   OS/2 executable:  ckoker.boo (unboo with ckbunb.c), kermit/bin/ckoker.exe
  882.   OS/2 doc:         ckuker.doc, ckuker.ps
  883.  
  884. THE COMMODORE AMIGA VERSION
  885.  
  886. The adaptation of C-Kermit 5A to the Amiga was handled by Steve Walton,
  887. California State University at Northridge.  The original adaptation (for
  888. C-Kermit 4E) was done by Jack Rouse of the "Software Distillery" in 1986.
  889. The files are:
  890.  
  891.   Amiga sources:    ck[cuwi]*.[cwh]
  892.   Amiga build:      ckiker.mak (use Aztec C V5.0b)
  893.   Amiga executable: ckiker.boo, kermit/bin/ckiker.exe
  894.   Amiga doc:        ckuker.doc, ckuker.ps
  895.  
  896. THE ATARI ST VERSION
  897.  
  898. This one is hot off the press, just in from Bruce J Moore of Allen-Bradley
  899. Company in Highland Heights, Ohio.  This is not a desktop application; it
  900. must be run under a character-mode shell like msh (which comes with Mark
  901. Williams C), gulam, ksh, or bash.
  902.  
  903.   Atari ST sources: ck[cuws]*.[cwh]  (Mark Williams C)
  904.   Atari build:      cksker.mak
  905.   Atari executable: cksker.boo (decode with ckbunb.c), kermit/bin/cksker.ttp
  906.   Atari doc:        cksker.bwr (more coming)
  907.  
  908. THE OS-9 VERSION
  909.  
  910. OS-9 is a UNIX variant from Microware Systems Corporation, designed mainly
  911. for the real-time processing environment, mostly on Motorola CPUs.  C-Kermit
  912. 5A was adapted to OS-9/68K by Christian Hemsing, RWTH Aachen, Germany, and
  913. Bob Larson of the University of Southern California.
  914.  
  915.   OS-9 sources:     ck[cuw9]*.[cwh]
  916.   OS-9 build:       ck9ker.mak or ck9ker.gcc
  917.   OS-9 executable:  (None, build from source code using cc or gcc)
  918.   OS-9 doc:         ckuker.doc, ckuker.ps
  919.  
  920. OTHER VERSIONS
  921.  
  922. Macintosh Kermit is not at BETA level yet.  Much work remains to be done and
  923. is, in fact, underway at this moment.  Announcements to come in forthcoming
  924. Info-Kermit Digest issues.
  925.  
  926. Previous editions of C-Kermit were available for Apollo Aegis and Data General
  927. AOS/VS.  The Aegis version appears to be pretty much dead; most people run
  928. a UNIX-like environment on Apollos now, under SR10.  The Apollo SR10 UNIX
  929. environments are fully supported by the UNIX version.
  930.  
  931. Work on updating the Data General AOS/VS support has recently begun.  Watch
  932. this space for announcements.
  933.  
  934. Anybody who might have plans to adapt C-Kermit to any other kind of system,
  935. please contact us first so we can keep all efforts coordinated.
  936.  
  937. DOCUMENTATION
  938.  
  939. Much of the documentation listed below needs additional work.  Improved
  940. documentation will be announced as it becomes available.
  941.  
  942.   ckaaaa.hlp   Explanation of file naming conventions
  943.   ckaplm.doc   C-Kermit "program logic manual"
  944.   ckuker.ann   This message
  945.   ckuker.doc   plain-text user manual, UNIX and VMS
  946.   ckuker.ps    Postscript user manual, UNIX and VMS
  947.   ckuker.mss   Scribe source for user manual + ckuhdr.mss
  948.   ckuker.nr    UNIX man page, NROFF source (NEEDS WORK!)
  949.   ckuins.doc   UNIX and VMS installation instructions, plain text
  950.   ckuker.bwr   UNIX and VMS "Beware file", plain text
  951.   ckvker.bwr   VAX/VMS-specific "beware file", plain text (mostly obsolete?)
  952.   ckvker.hlp   VAX/VMS help file, for VMS HELP command (needs updates)
  953.   ckiker.bwr   Amiga beware file
  954.   ck9ker.bwr   OS-9 beware file
  955.   ckuker.upd   C-Kermit program update history, plain text, BIG
  956.  
  957. As you might guess from the contents of this message, C-Kermit has grown
  958. considerably in size and complexity since version 4E.  Consequently, many of
  959. its features are now deselectable via feature-selection switches at compile
  960. time: network support, script programming language, character sets, etc.  This
  961. is necessary when the target computer (or compiler or linker) does not have
  962. the capacity (memory or address space) to support this version in its full
  963. glory.  The feature-removal techniques are documented in the file
  964. ckuins.doc, and the various build procudures (UNIX makefile, etc) show which
  965. (if any) features are removed from which versions.  In most versions, the
  966. SHOW VERSION command also lists which features are present and which are
  967. absent.
  968.  
  969. WHAT NEXT?
  970.  
  971. As far as features are concerned, this is the end of C-Kermit 5A.  Bugs will
  972. be fixed, support for various systems will be updated, and then it will
  973. replace version 4E(072) as the standard, supported, released version.  New
  974. features will be added to future releases.
  975.  
  976. Please report successes or failures to Frank da Cruz, FDCCU@CUVMA.BITNET
  977. or fdc@watsun.cc.columbia.edu.
  978.  
  979. ------------------------------
  980.  
  981. End of Info-Kermit Digest
  982. *************************
  983.