home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / v16.6 < prev    next >
Internet Message Format  |  2020-01-01  |  12KB

  1. From cmg  Mon Nov 23 16:40:19 1992
  2. Return-Path: <cmg>
  3. Received: by watsun.cc.columbia.edu (5.59/FCB/jba)
  4.     id AA20006; Mon, 23 Nov 92 16:40:19 EST
  5. Date: Mon, 23 Nov 92 16:40:17 EST
  6. From: Christine M Gianone <cmg@watsun.cc.columbia.edu>
  7. To: Info-Kermit
  8. Subject: Info-Kermit Digest V16 #6
  9. Reply-To: Info-Kermit@watsun.cc.columbia.edu
  10. Queries-To: Info-Kermit-Request@WATSUN.CC.COLUMBIA.EDU
  11. Errors-To: Info-Kermit-Request@watsun.cc.columbia.edu
  12. Message-Id: <CMM.0.90.4.722554817.cmg@watsun.cc.columbia.edu>
  13.  
  14. Info-Kermit Digest         Mon, 23 Nov 1992        Volume 16 : Number 6
  15.  
  16. Today's Topics:
  17.         Announcing C-Kermit 5A
  18.  
  19.  
  20. Digest submissions may be sent to Info-Kermit@WATSUN.CC.COLUMBIA.EDU or
  21. KERMIT@CUVMA.BITNET.  Requests for addition to or deletion from the
  22. Info-Kermit subscriber list should be sent to LISTSERV@CUVMA.BITNET or
  23. LISTSERV@CUVMA.CC.COLUMBIA.EDU.  These messages must be of the form:
  24.  
  25.   SUBSCRIBE I$KERMIT <your-personal-name>    (To start a subscription)
  26.   UNSUBSCRIBE I$KERMIT                       (To cancel a subscription)
  27.   REGISTER I$KERMIT <your-personal-name>     (To correct your name)
  28.  
  29. Kermit files may be obtained over networks and by mail order.  On the
  30. Internetwork, use FTP to log in to host WATSUN.CC.COLUMBIA.EDU, a SUN-4/280
  31. running UNIX (SUNOS 4.1), IP host number 128.59.39.2.  Login as user anonymous
  32. (note, lower case), any password, and GET or MGET (MULTIPLE GET) the desired
  33. files.  The file kermit/read.me is a general guide to where things are.  The
  34. Kermit files are in directories kermit/a, kermit/b, kermit/c, kermit/d, and
  35. kermit/e.  Test versions are in kermit/test.  All files in these directories
  36. should be transferred in text (ASCII) mode.  Binaries are in kermit/bin (use
  37. ftp in binary mode).  All files on watsun have lowercase names, and case is
  38. significant.
  39.  
  40. You can also get Kermit files over the BITNET/EARN network; to get started
  41. send a message with text HELP to KERMSRV, the Kermit file server, at host
  42. CUVMA.  For detailed instructions, read the file kermit/a/aanetw.hlp
  43. (AANETW.HLP on KERMSRV).  To order by mail, request a complete list of Kermit
  44. versions and an order form from Kermit Distribution, Columbia University
  45. Center for Computing Activities, 612 West 115th Street, New York, NY 10025
  46. USA.
  47.  
  48. ----------------------------------------------------------------------
  49.  
  50. Date: Mon, 23 Nov 92 16:59:59 EST
  51. >From: Christine M Gianone <cmg@watsun.cc.columbia.edu>
  52. Subject: Announcing C-Kermit 5A
  53. Keywords: C-Kermit 5A, UNIX Kermit, VMS Kermit, Amiga Kermit
  54. Keywords: Atari ST Kermit, OS/2 Kermit, OS-9 Kermit, AOS/VS Kermit
  55. Keywords: Sliding Windows, Script Programming, International Character Sets
  56. Keywords: TCP/IP and C-Kermit
  57. Xref: Commodore Amiga, See Amiga
  58. Xref: OpenVMS, See VMS
  59.  
  60. I am delighted to FINALLY announce the FINAL release of C-Kermit version 5A,
  61. for UNIX, VMS, OpenVMS, OS/2, AOS/VS, OS-9, the Commodore Amiga, and the
  62. Atari ST.  The edit number is 188.  C-Kermit was written by Frank da Cruz
  63. of Columbia University with contributions from hundreds of other programmers
  64. all over the world.  Version 5A is the product of three and a half years of
  65. development; the previous release of C-Kermit was 4E(072), released in
  66. January 1989.  Version 5A was first announced for public Beta testing in
  67. Info-Kermit V15 #2, 18 February, 1992.  The second and final Beta test was
  68. announced in V16 #5, 13 Nov 1992.  The second beta test, though short, proved
  69. quite successful, and therefore the software is being released.
  70.  
  71. C-Kermit 5A(188) is available for the following operating systems:
  72.  
  73.  . UNIX, practically all versions: AIX, ULTRIX, SunOS, BSD, System V, etc
  74.  . VAX and AXP VMS and OpenVMS
  75.  . Data General MV systems with AOS/VS
  76.  . PCs and PS/2s with OS/2 1.0 and 2.0
  77.  . Microware OS-9
  78.  . The Commodore Amiga
  79.  . The Atari ST
  80.  
  81. The major improvements in version 5A since version 4E are:
  82.  
  83.  . Improved file transfer efficiency:  sliding windows, longer packets,
  84.    locking shifts, dynamic packet length, automatic parity detection.
  85.  . Character-set translation for both file transfer and CONNECT mode,
  86.    including West European, East European, Cyrillic, and Japanese.
  87.  . Improved CONNECT-mode performance.
  88.  . Dialing improvements, support for more modems, a new dialing directory.
  89.  . The ability to make TCP/IP and other network connections.
  90.  . A powerful, easy-to-use script programming language similar to MS-DOS
  91.    Kermit's.
  92.  . File attribute packet support to convey file size, type, date, and
  93.    character-set.
  94.  . New file collision options.
  95.  . New server features, including security.
  96.  . FULLSCREEN file transfer display available in VMS, OS/2, OS-9, and most
  97.    UNIX implementations.
  98.  . Ability to transfer files with IBM mainframes through non-transparent
  99.    3270 protocol converters.
  100.  . Non-error-checked file transfer via TRANSMIT and LOG SESSION.
  101.  . Commands can be interrupted and C-Kermit returned to its prompt.
  102.  . In UNIX, C-Kermit can be suspended and continued in the fore- or background.
  103.  . More systems supported, including many more varieties of UNIX.
  104.  . Support for hardware flow control on selected systems.
  105.  . Improvements in every area too numerous to list.
  106.  
  107. Special highlights:
  108.  
  109. C-Kermit 5A includes extensive support for VMS and OpenVMS on VAX and Alpha
  110. AXP platforms, including detailed knowledge of the VMS file system and a
  111. special method for encoding complex VMS files for transmission and archival,
  112. thanks to Terry Kennedy of Saint Peters College.  It also supports three
  113. different TCP/IP networking products for VMS: DEC, TGV, and Wollongong; thanks
  114. in particular to folks at TGV, DEC, and Wollongong for their help.
  115.  
  116. The OS/2 version includes built-in VT102 and VT52 terminal emulators with key
  117. mapping, screen rollback, printer control, color selection, and communications
  118. features including both software and hardware flow control and, if you have
  119. PATHWORKS installed on your PC, support for DECnet LAT connections.  Thanks to
  120. Kai Uwe Rommel of the Technical University of Munich for a great deal of work
  121. on the OS/2 specifics.
  122.  
  123. The Data General AOS/VS version is brand-new and fully up to date, the first
  124. upgrade to this program since version 4D in May 1987, thanks to Eugenia
  125. Harris at DG.  It includes all the major features of version 5A, including
  126. built-in TCP/IP support.
  127.  
  128. The OS-9 specifics were done by Christian Hemsing, RWTH, Aachen.  Thanks.
  129. The Commodore Amiga specifics are from Steve Walton.  Thanks.
  130. The Atari ST support is from Bruce J. Moore.  Thanks.
  131.  
  132. DOCUMENTATION
  133.  
  134. Like MS-DOS Kermit 3.x, C-Kermit 5A comes with a book, "Using C-Kermit" by
  135. Frank da Cruz and Christine M. Gianone, published by Digital Press,
  136. Burlington, MA, USA, Digital Press ISBN: 1-55558-108-0, Prentice Hall ISBN:
  137. 0-13-037490-3.  US single-copy price: $34.95; quantity discounts available.
  138. Publication is still in progress, and should be complete in mid-January 1993.
  139. In the USA, call DECdirect toll-free 1-800-344-4825 to order; use order number
  140. EY-J896E-DP.  Major credit cards accepted.
  141.  
  142. HOW TO GET IT
  143.  
  144. C-Kermit 5A(188) is available on the Internet via anonymous ftp from
  145. host watsun.cc.columbia.edu [128.59.39.2], using text (ASCII) mode, in the
  146. directory kermit/b/, and on BITNET/EARN from host CUVMA through the
  147. KERMSRV file server, in the main area.  Warning: some files might have records
  148. longer than 80, making it impossible for KERMSRV to MAIL them to you.
  149.  
  150. You can also order C-Kermit 5A on magnetic media (diskette, 9-track tape, TK50
  151. cartridge, or quarter-inch tape cartridge) from Columbia University by mail
  152. order as "Tape B" (see the order form, kermit/a/aaxfly.doc or aaxfly.ps).
  153.  
  154. The C-Kermit filenames all start with the letters "ck" (for C-Kermit).  The
  155. third letter in the filename is used for grouping: c = Portable C, u =
  156. UNIX-specific, v = VMS-specific, etc.  The following sections give brief
  157. synopses of the files needed for each version.  A detailed description of
  158. the file naming conventions and organization is given in the file
  159. ckaaaa.hlp.  Notation:
  160.  
  161.     *   = matches any string of characters
  162.   [abc] = matches the single character a, b, or c
  163.  
  164. GENERAL TEXT FILES
  165.  
  166.   ckaaaa.hlp   Explanation of file naming conventions
  167.   ckcplm.doc   C-Kermit "program logic manual"
  168.   ckccfg.doc   C-Kermit configuration info
  169.   ckcker.bwr   General C-Kermit beware file
  170.   ckuker.doc   plain-text user manual (still for edit 179)
  171.   ckuker.ps    Postscript user manual (ditto)
  172.   ckcker.upd   Detailed description of changes since edit 179
  173.  
  174. INITIALIZATION AND COMMAND FILES
  175.  
  176.   ckermit.ini  Standard initialization file for all versions
  177.   ckermod.ini  Sample user-modification (customization) file for all versions
  178.   ckermit.kdd  Sample Kermit Dialing Directory
  179.   ckermit.ksd  Sample Kermit Services Directory
  180.  
  181. NOTE: Some of the binaries listed below are not yet at edit 188 level.  They
  182. will be installed as soon as they arrive.
  183.  
  184. THE UNIX VERSION
  185.  
  186.   UNIX sources:     ck[cuw]*.[cwh] (+ ckustr.sed for 2.1x BSD)
  187.   UNIX build:       ckuker.mak (for 2.1xBSD, use ckubs2.mak)
  188.   UNIX docs:        ckuins.doc, ckuker.bwr, ckuker.nr
  189.   UNIX binaries:    There are some UNIX binaries in kermit/bin/wermit.*,
  190.             use ftp in binary mode:
  191.  
  192.               wermit.next         - NeXT OS 2.0 or 3.0
  193.               wermit.sun4         - SunOS 4.1.1, sparc
  194.               wermit.sv386r4      - i368 with Dell System V R4
  195.  
  196.   There is also a compressed tar archive of the UNIX sources and makefile
  197.   in kermit/bin/cku188.tar.Z, which you can ftp in BINARY mode.
  198.  
  199. To build the UNIX version, rename ckuker.mak (or ckubs2.mak) to makefile, read
  200. the comments at the top of the makefile to select the make-option appropriate
  201. for your computer, and then give the appropriate "make" command, for example
  202. "make bsd", "make sunos41", "make sys5r4", etc (there are about 150
  203. possibilities).  Read the makefile and the file ckuins.doc for further
  204. installation instructions.
  205.  
  206. THE (Open)VMS VERSION
  207.  
  208.   VMS sources:      ck[cuwv]*.[cwh], plus ckvcvt.c (labeled-file decoder)
  209.   VMS build:        ckvker.com (DCL), ckvker.mak (VMS MAKE), or
  210.             ckvker.mms (MMS).  Instructions: ckvins.doc.
  211.   VMS executable:   ckvker.hex, use ckvdeh.mar to decode it into .EXE format.
  212.             NOTE: this executable does not include TCP/IP support.
  213.   VMS docs:         ckvker.hlp, ckvins.doc, ckvker.bwr
  214.  
  215. To get a version of VMS C-Kermit that includes TCP/IP networking support, you
  216. must build from source code on a VMS system that has a C compiler and
  217. libraries plus the TCP/IP libraries for DEC, TGV, or Wollongong TCP/IP.
  218.  
  219. THE OS/2 VERSION
  220.  
  221.   OS/2 sources:     ck[cuwo]*.[cwh], ckwart.def, ckoker.def
  222.   OS/2 build:       ckoker.mak
  223.   OS/2 executable:  ckoker16.boo (unboo with ckbunb.c)              (16-bit)
  224.             ckoker32.boo (ditto)                            (32-bit)
  225.             or kermit/bin/ckoker16.exe (ftp in binary mode) (16-bit)
  226.             or kermit/bin/ckoker32.exe (ditto)              (32-bit)
  227.   OS/2 doc:         ckoker.bwr
  228.  
  229.     OS/2 C-Kermit comes in a 16-bit version (required for OS/2 1.x) and a
  230.     32-bit version (only works on OS/2 2.x).  See ckoker.bwr for details.
  231.  
  232. THE DATA GENERAL AOS/VS VERSION
  233.  
  234.   AOS/VS sources:     ck[cuwd]*.[cwh]
  235.   AOS/VS build:       ckd*.cli
  236.   AOS/VS executable:  kermit/bin/ckdker.df (binary, dumpfile format)
  237.               ckdker.uue (uuencoded, decode with ckdeco.c)
  238.   AOS/VS doc:         ckdins.doc, ckdker.bwr
  239.  
  240. THE OS-9 VERSION
  241.  
  242.   OS-9 sources:     ck[cuw9]*.[cawh]
  243.   OS-9 build:       ck9ker.mak or ck9ker.gcc
  244.   OS-9 executable:  ck9ker.boo (unboo with ckbunb.c) (for OS-9 2.2 - 2.4)
  245.             ck9ker.bin (ftp in binary mode)
  246.   OS-9 doc:         ck9ker.bwr, ck9ker.doc
  247.  
  248. THE AMIGA VERSION
  249.  
  250.   Amiga sources:    ck[cuwi]*.[cwh]
  251.   Amiga build:      ckiker.mak (use Aztec C V5.0b)
  252.   Amiga executable: ckiker.boo (for edit 178 -- unboo with ckbunb.c)
  253.             kermit/bin/ckiker.exe (ftp in binary mode)
  254.   Amiga doc:        ckiker.bwr, ckiker.doc (old)
  255.  
  256. THE ATARI ST VERSION
  257.  
  258.   Atari ST sources: ck[cuws]*.[cwh]
  259.   Atari build:      cksker.mak
  260.   Atari executable: cksker.boo (full version, unboo with ckbunb.c).
  261.             kermit/bin/cksker.ttp (full version, ftp in binary mode)
  262.             kermit/bin/cksncp.ttp (no cmd parser,ftp in binary mode)
  263.   Atari doc:        (none yet)
  264.  
  265. Please report successes or failures to Frank da Cruz, FDCCU@CUVMA.BITNET
  266. or fdc@watsun.cc.columbia.edu.  Thanks again to the hundreds of people who
  267. helped with the development and testing of C-Kermit 5A.
  268.  
  269. ------------------------------
  270.  
  271. End of Info-Kermit Digest
  272. *************************
  273.