home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / bit / listserv / iamiga / 10049 < prev    next >
Encoding:
Text File  |  1992-12-31  |  12.9 KB  |  286 lines

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