From: Frank da Cruz Subject: C-Kermit 5A(190) Replaces 5A(189) Date: 13 Nov 1994 19:38:59 GMT Keywords: C-Kermit, UNIX C-Kermit, VMS C-Kermit, OS/2 C-Kermit Keywords: Stratus VOS C-Kermit, AOS/VS C-Kermit, OS-9 C-Kermit Keywords: QNX C-Kermit, RESEND, Recovery As of 13 November 1994, C-Kermit 5A(190) is installed for real on kermit.columbia.edu, replacing the previous version, 5A(189) of 30 June 1993. This is the Kermit software for UNIX (all varieties), VMS, OS/2, Stratus VOS, AOS/VS, OS-9, the Macintosh, the Commodore Amiga, and the Atari ST. Highlights of the new version are: . File transfer recovery from point of failure (binary-mode transfers only): UNIX, VMS, OS/2, AOS/VS, VOS, Amiga. . Massive improvements in the OS/2 version. . Totally new and full-featured implementations for QNX and Stratus VOS. . Support for many new OS releases: Solaris 2.3, AIX 4.1, Unixware 1.1, new releases of Linux, {Free,Net,etc}BSD, OpenVMS 6.x, etc etc... . Auto-upload/download/configuration/anything-else via APC mechanism: UNIX, VMS, OS/2. . Numerous improvements in performance, script programming, client/server protocol, character sets, file transfer display, dialing, etc. C-Kermit 5A(190) is available via anonymous ftp from kermit.columbia.edu, directory kermit/f (NOT kermit/b), also known as kermit/c-kermit, and several other directories, as follows: kermit/f (= kermit/c-kermit) - FTP all files in text mode: Source code; Documentation files (.hlp, .nr, .upd, .bwr, .doc, etc); Initialization and script files (.ini, .kdd, .ksd, etc); ASCII-binaries except for VMS, UNIX, and OS/2: ckd190.uue - DG AOS/VS ckiker.boo - Amiga cklker.h68 - VOS 680x0 cklker.h86 - VOS i860 ckm190.hqx - Macintosh cksker.boo - Atari ST cksncp.boo - Atari ST (small version) kermit/bin - FTP all files in binary mode (except READ.ME): True binaries for UNIX, VMS, etc. See the READ.ME for details. kermit/vmshex - FTP in text mode: VMS C-Kermit binaries in hex format, together with the decoding program, ckvdeh.mar. See the READ.ME file for details. kermit/archives - FTP in binary mode unless otherwise indicated: cku190.tar.Z - Compressed tar of C-Kermit source code & other files. cku190.tar.gz - Gzip'd tar of C-Kermit source code & other files. ckvsrc.hex - (TEXT mode) VMS C-Kermit source BACKUP saveset. cko190.zip - OS/2 C-Kermit distribution diskette image. See kermit/f/ckc190.ann for a detailed list of changes in 5A(190). See kermit/f/cko190.ann for new features of the OS/2 version. For overviews of specific versions, see: kermit/f/ckaaaa.hlp - General C-Kermit overview kermit/f/ckdaaa.hlp - AOS/VS kermit/f/ckiaaa.hlp - Amiga kermit/f/cklaaa.hlp - Stratus VOS kermit/f/ckoaaa.hlp - OS/2 kermit/f/ckuaaa.hlp - UNIX kermit/f/ckvaaa.hlp - VMS The user manual, "Using C-Kermit", is recommended for everybody who wants to make serious use of C-Kermit and to get the most out of it; remember that manual sales are the primary source of support for the Kermit effort. Call +1 212-854-3703 to order, or send email to kermit@columbia.edu for further info. A German-language edition is also available. - Frank ------------------------------ Date: Thu Aug 25 17:50:57 1994 From: Frank da Cruz Subject: Announcing C-Kermit 5A(190) Beta Keywords: C-Kermit, UNIX C-Kermit, VMS C-Kermit, OS/2 C-Kermit Keywords: Stratus VOS C-Kermit, AOS/VS C-Kermit, OS-9 C-Kermit Keywords: QNX C-Kermit, RESEND, Recovery This is to announce a Beta testing period for C-Kermit 5A(190), a new release of C-Kermit communications software for for UNIX, VMS, OS/2, AOS/VS, Aegis, OS-9, the Commodore Amiga, the Apple Macintosh, and now also Stratus VOS. The major new feature of version 5A(190) is the ability to continue file transfers that failed. This feature is available in the C-Kermit versions for: . UNIX (all versions except 2.xBSD) . IBM OS/2 (the 16-bit and 32-bit versions) . Digital Equipment Corporation VMS . Data General AOS/VS . Stratus VOS . Commodore Amiga It works only for binary-mode transfers. For example, suppose you were transferring a huge binary file between UNIX C-Kermit and OS/2 C-Kermit over a slow dialup modem connection, and the phone call was disconnected. Now you can reconnect and continue the transfer where it left off. Suppose you were uploading or downloading a bunch of large ZIP files in binary mode and the same thing happened -- the new "resend" feature lets you reestablish the connection and "resend" the same files; the ones that were already transferred are not transferred again, the one that was partially transferred is continued where the transfer left off, and the ones that were not transferred are sent. All the commands are the same, except you tell C-Kermit to RESEND instead of to SEND. This feature will also be available in the next release of MS-DOS Kermit, 3.14, coming soon, and later maybe also other Kermit programs too. Other highlights of version 5A(190) include: . An entirely new C-Kermit implementation for Stratus VOS. . Execution of APC escape sequences while in CONNECT mode, just like MS-DOS Kermit 3.13, for "auto-download", "auto-upload", and auto-anything-else (UNIX, VMS, OS/2); . Macintosh Kermit now works under System 7.1 (on PowerMac, etc). . Automatic directory creation for incoming files (UNIX, VMS, OS/2, VOS) . Command retry and recall, typeahead now allowed in command mode. . Improved transaction logging. . MAJOR improvements in OS/2 C-Kermit (see below). . A complete, full-featured port of C-Kermit to QNX 4.2. . Numerous bug fixes and speedups in all departments, especially script programming. . Documentation now available in German. And here is a more-detailed list of the changes: NEW OR CHANGED COMMANDS ASK & ASKQ Now allow unquoted entry of backslash (\) and question mark (?) for more convenient processing of DOS-like file specifications. DIAL For the first time, DIAL is available in the Commodore Amiga version. FORWARD