home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / imail.94b < prev    next >
Text File  |  2020-01-01  |  56KB  |  1,309 lines

  1.  
  2.  
  3.  
  4.  
  5.          Columbia University Academic Information Systems
  6.  
  7.  
  8.  
  9.                        
  10.                   INFO-KERMIT DIGEST
  11.  
  12.                    VOLUME 20
  13.  
  14.              Christine M. Gianone, Editor
  15.  
  16.                   July - December 1994
  17.  
  18.  
  19.  
  20. Table of Contents
  21.  
  22.  
  23. Volume 20, Number 1                                                           1
  24.   Announcing C-Kermit 5A(190) Beta                                            1
  25.   "Using C-Kermit" Now Available in German                                    9
  26. Volume 20, Number 2                                                          13
  27.   MS-DOS Kermit 3.14 Available for Beta Testing                              13
  28.   HP-3000 Kermit Updates                                                     18
  29.   New UNISYS / Burroughs Kermit                                              18
  30. Volume 20, Number 3                                                          19
  31.   C-Kermit 5A(190) Replaces 5A(189)                                          19
  32.   Kermit-370 4.3.1 Beta Test                                                 21
  33.   MS-DOS Kermit 3.1 Beta Test Continues                                      22
  34.  
  35.  
  36. INFO KERMIT DIGEST V20 #1                                                Page 1
  37.  
  38. Info-Kermit Digest         Thu, 25 Aug 1994        Volume 20 : Number 1
  39.  
  40. Today's Topics:
  41.   Announcing C-Kermit 5A(190) Beta
  42.   "Using C-Kermit" Now Available in German
  43.   "Using C-Kermit" Review
  44.   Kermit Book Publisher Information
  45.   Nicolet NIC-80 Kermit
  46.  
  47. Kermit Digest submissions may be sent to Info-Kermit@columbia.edu or
  48. KERMIT@CUVMA.BITNET.  Requests for addition to or deletion from the
  49. Info-Kermit subscriber list should be sent to LISTSERV@CUVMA.BITNET or
  50. LISTSERV@CUVMA.CC.COLUMBIA.EDU.  These messages must be of the form:
  51.  
  52.   SUBSCRIBE I$KERMIT <your-personal-name>    (To start a subscription)
  53.   UNSUBSCRIBE I$KERMIT                       (To cancel a subscription)
  54.   REGISTER I$KERMIT <your-personal-name>     (To correct your name)
  55.  
  56. Kermit files may be obtained over networks and by mail order.  On the
  57. Internetwork, use FTP to log in to host KERMIT.COLUMBIA.EDU, a Sun
  58. SPARCserver running UNIX (SunOS 4.1), IP address 128.59.39.2.  Login as user
  59. anonymous or ftp (lower case), supply your email ID as the password, and GET
  60. or MGET (MULTIPLE GET) the desired files.  The file kermit/READ.ME is a
  61. general guide to where things are.  The Kermit files are in directories
  62. kermit/a, kermit/b, kermit/c, kermit/d, and kermit/e, and sometimes also
  63. kermit/test.  All files in these directories should be transferred in text
  64. (ASCII) mode.  Binaries are in kermit/bin and sometimes also kermit/test/bin
  65. (use ftp in binary mode).  All files (with the exceptions of some of the
  66. READ.ME files) have lowercase names, and case is significant.
  67.  
  68. You can also get Kermit files over the BITNET/EARN network; to get started
  69. send a message with text HELP to KERMSRV, the Kermit file server, at host
  70. CUVMA.  For detailed instructions, read the file kermit/a/aanetw.hlp
  71. (AANETW.HLP on KERMSRV).
  72.  
  73. To order by mail, request a Kermit software catalog from Kermit
  74. Distribution, Columbia University Academic Information Systems, 612 West
  75. 115th Street, New York, NY 10025 USA.
  76.  
  77. ----------------------------------------------------------------------
  78.  
  79. Date: Thu Aug 25 17:50:57 1994
  80. From: Frank da Cruz <fdc@columbia.edu>
  81. Subject: Announcing C-Kermit 5A(190) Beta
  82. Keywords: C-Kermit, UNIX C-Kermit, VMS C-Kermit, OS/2 C-Kermit
  83. Keywords: Stratus VOS C-Kermit, AOS/VS C-Kermit, OS-9 C-Kermit
  84. Keywords: QNX C-Kermit, RESEND, Recovery
  85.  
  86. This is to announce a Beta testing period for C-Kermit 5A(190), a new
  87. release of C-Kermit communications software for for UNIX, VMS, OS/2, AOS/VS,
  88. Aegis, OS-9, the Commodore Amiga, the Apple Macintosh, and now also Stratus
  89. VOS.
  90.  
  91. The major new feature of version 5A(190) is the ability to continue file
  92. transfers that failed.  This feature is available in the C-Kermit versions
  93. for:
  94.  
  95. Page 2                                                INFO KERMIT DIGEST V20 #1
  96.  
  97.  
  98.  . UNIX (all versions except 2.xBSD)
  99.  . OS/2 (the 16-bit and 32-bit versions)
  100.  . Data General AOS/VS
  101.  . Commodore Amiga
  102.  
  103. It works only for binary-mode transfers.  For example, suppose you were
  104. transferring a huge binary file between UNIX C-Kermit and OS/2 C-Kermit over
  105. a slow dialup modem connection, and the phone call was disconnected.  Now
  106. you can reconnect and continue the transfer where it left off.  Suppose you
  107. were uploading or downloading a bunch of large ZIP files in binary mode and
  108. the same thing happened -- the new "resend" feature lets you reestablish the
  109. connection and "resend" the same files; the ones that were already
  110. transferred are not transferred again, the one that was partially
  111. transferred is continued where the transfer left off, and the ones that were
  112. not transferred are sent.  All the commands are the same, except you tell
  113. C-Kermit to RESEND instead of to SEND.  This feature will also be available
  114. in the next release of MS-DOS Kermit, 3.14, coming soon, and later maybe
  115. also other Kermit programs too.
  116.  
  117. Other highlights of version 5A(190) include:
  118.  
  119.  . Execution of APC escape sequences while in CONNECT mode, just like MS-DOS
  120.     Kermit 3.13, for "auto-download", "auto-upload", and auto-anything-else
  121.     (UNIX, VMS, OS/2);
  122.  . Macintosh Kermit now works under System 7.1 (on PowerMac, etc).
  123.  . Automatic directory creation for incoming files (UNIX, VMS, OS/2)
  124.  . Command retry and recall, typeahead now allowed in command mode.
  125.  . Improved transaction logging.
  126.  . MAJOR improvements in OS/2 C-Kermit (see below).
  127.  . An entirely new C-Kermit implementation for Stratus VOS.
  128.  . A complete, full-featured port of C-Kermit to QNX 4.2.
  129.  . Numerous bug fixes and speedups in all departments, especially
  130.     script programming.
  131.  . Documentation now available in German.
  132.  
  133. And here is a more-detailed list of the changes:
  134.  
  135. NEW OR CHANGED COMMANDS
  136.  
  137. ASK & ASKQ
  138.   Now allow unquoted entry of backslash (\) and question mark (?) for
  139.   more convenient processing of DOS-like file specifications.
  140. DIAL <phone-number>
  141.   For the first time, DIAL is available in the Commodore Amiga version.
  142. FORWARD <label>
  143.   A forward-only GOTO (for speeding up command-file execution).
  144. GETC <variable> <prompt>
  145.   Like ASK, but gets a single character from the keyboard.
  146. IF DIRECTORY <name> <command>
  147.   Execute the <command> if <name> is a directory.
  148. IF NEWER <file1> <file2> <command>
  149.   Execute the <command> if <file1> is newer than <file2>.
  150. INPUT & OUTPUT commands
  151.   Are now buffered for speed.
  152. MINPUT <timeout> <list-of-strings>
  153.  
  154. INFO KERMIT DIGEST V20 #1                                                Page 3
  155.  
  156.   Like INPUT, but looks for multiple input strings simultaneously.
  157. PSEND <filespec> <position> [ <as-name> ]
  158.   Send a file starting at the given byte position (UNIX, OS/2, Amiga).
  159. REDIRECT command (OS/2, SunOS, AIX, NeXT, ULTRIX, OSF/1, Linux, ...)
  160.   For running external protocols via redirected standard i/o,
  161.   or for use with "term" (mainly UNIX).
  162. REMOTE PWD
  163.   Display remote server's current directory.
  164. REMOTE ASSIGN <name> [ <value> ]
  165.   Client assigns a value to a variable in the remote server's namespace.
  166. REMOTE QUERY { KERMIT, SYSTEM, USER } <name>
  167.   Client retrieves the value of a variable in the remote server's
  168.   namespace, displays it, and makes its value available in the local
  169.   \v(query) variable.
  170. REMOTE SET FILE TYPE { TEXT, BINARY, LABELED }
  171.   LABELED added for VMS, OS/2.
  172. RESEND <filespec> [ <as-name> ]
  173.   Continue a binary-mode transfer from where it was interrupted
  174.   (UNIX, OS/2, AOS/VS, Amiga).
  175. SCRIPT <script-string>
  176.   For the first time, SCRIPT is available in the Commodore Amiga version.
  177. SET COMMAND QUOTING { ON, OFF }
  178.   Turn ON/OFF special processing of \ and ? during command entry (turn it
  179.   off to allow easier entry of DOS-style file specifications).
  180. SET EXIT WARNING { ON, OFF }
  181.   Require confirmation before EXIT or SET HOST/LINE if a connection is
  182.   active.
  183. SET { FILE, TERMINAL } CHARACTER-SET HP-ROMAN8
  184.   New support for the Hewlett-Packard Roman8 character set.
  185. SET TERMINAL APC { ON, OFF, UNCHECKED }
  186.   Whether and how to allow execution of APC escape sequences
  187.   (UNIX, VMS, OS/2).
  188. WRITE-LINE (or WRITELN) <file> <text>
  189.   A system-independent way to write a line of text to a file.
  190.  
  191. GENERAL CHANGES
  192.  
  193. File transfer protocol fixes, speedups, and improvements:
  194.  . Recovery of failed (incomplete) binary-mode transfers.
  195.  . A bug that made windowed transfers sometimes act like stop & wait, fixed.
  196.  . A bug that (very infrequently) resulted in corrupted files, fixed.
  197.  . Faster recovery from errors in non-windowed transfers.
  198.  . SET SEND PAUSE to overcome problems with HP-48s, etc.
  199.  . End-of-Attributes attribute (@) now emitted at end of attribute string.
  200.  . Maximum sliding window size increased from 31 to 32.
  201.  . Long G and Y packets now permitted.
  202.  . Improved recovery from echoed packets.
  203. RECEIVE command can be given a disk/directory name for incoming files.
  204. Ability to create directories for incoming files on the fly (UNIX, VMS, OS/2)
  205. File transfer display now includes a "percent done" thermometer graphic.
  206. File transfer display now includes a running display of chars per second.
  207. Repainting of fullscreen file-transfer display (UNIX, VMS, OS/2).
  208. New command-line options:
  209.  -D n  Delay n seconds before sending
  210.  -R    "remote-only" for faster startup with standard init file
  211.  -N n  NETBIOS adapter number (OS/2 only)
  212.  
  213. Page 4                                                INFO KERMIT DIGEST V20 #1
  214.  
  215. BSEND and TSEND macros in CKERMIT.INI fixed to accept wildcards.
  216. PCGET macro now recovers from errors.
  217. Services directory now allows specification of host prompts.
  218. Many annoying pauses between commands removed.
  219. TRANSLATE command fixed for Latin-2 based character sets.
  220. CD commands in "application files" were broken, now fixed.
  221. KERMIT READY TO blah ... messages now issued consistently.
  222. Default cancellation sequence changed from 2 to 3 Ctrl-C's.
  223. Command retry, command history buffer, command recall.
  224. Typeahead is now permitted in interactive command mode.
  225. DIAL now uses no parity during dialing, selected parity after connection.
  226. Crashes during DIAL command (hopefully) all fixed.
  227. DIAL and SCRIPT commands added to Commodore Amiga version.
  228. END and RETURN commands now work from within FOR, WHILE, and XIF.
  229.  
  230. NEW VARIABLES AND FUNCTIONS
  231.  
  232. \v(charset)      - local character set or code page.
  233. \v(cols)         - number of columns on (characters across) screen.
  234. \v(connection)   - connection type (serial, tcp/ip, etc).
  235. \v(cps)          - speed in characters-per-second of last file transfer.
  236. \v(dialstatus)   - completion code from DIAL command.
  237. \v(keyboard)     - keyboard type (OS/2 only).
  238. \v(newline)      - the system's line terminator.
  239. \v(parity)       - current parity setting.
  240. \v(query)        - result of most recent REMOTE QUERY.
  241. \v(rows)         - number of rows (lines) on screen.
  242. \v(space)        - free space on current storage device.
  243. \v(startup)      - Kermit's startup directory (OS/2 only).
  244. \v(sysid)        - Kermit code for system ID.
  245. \v(terminal)     - terminal type.
  246. \fdate(filename) - returns modification date/time of given file.
  247. \fsize(filename) - returns size of the given file.
  248.  
  249. UNIX IMPROVEMENTS
  250.  
  251. APC support during CONNECT sessions.
  252. CONNECT-mode speedups, important when C-Kermit is "in the middle".
  253. Interfork-signaling in CONNECT module bulletproofed.
  254. POSIX signal handling is now supported, for reliable signals.
  255. New makefile entries and/or systems supported:
  256.   Amdahl UTS + TCP/IP
  257.   Bull DPX/2 BOS/X
  258.   CONSENSYS System V R4 + TCP + curses
  259.   DECstation 5000 MIPS3 CPU
  260.   FreeBSD
  261.   HP-UX: many variations, big improvements in functionality
  262.   Lynx
  263.   MachTen
  264.   OSF/1 2.0
  265.   QNX 4.2
  266.   Solaris 2.x
  267.   UnixWare 1.1 + curses + TCP/IP
  268. System-wide initialization file is now an option.
  269. TELNET window (i.e. screen) size negotiation, SIGWINCH trapping.
  270. RTS/CTS flow control added for Linux, NetBSD, FreeBSD, OSF/1, SCO ODT 3.0,..
  271.  
  272. INFO KERMIT DIGEST V20 #1                                                Page 5
  273.  
  274. Support for higher serial speeds added for Linux, HP-UX, QNX, etc.
  275. FIONREAD and select() support added for Linux.
  276. (Optional) FSSTND compliance for Linux.
  277. Correct handling of file date/time in 4.4BSD, BSDI, etc.
  278.  
  279. IMPROVEMENTS FOR VMS AND OPENVMS, VAX AND ALPHA AXP
  280.  
  281. APC support during CONNECT sessions.
  282. Problems running from DCL procedures, SPAWN'd, in batch, etc - fixed.
  283. New support for CMU/Tektronix TCP/IP.
  284. Append-to-file operations now available.
  285. SET SPEED problems fixed.
  286. Console terminal flow-control fixed.
  287. Automatic compensation for systems SYSGEN'd with small MAXFUFs, etc.
  288. GNU CC and DEC C compatibility.
  289. TRANSMIT command fixed to handle VMS-specific file types sensibly.
  290. Session-log record format fixed.
  291. TELNET window (i.e. screen) size negotiation.
  292. Completion codes for RUN, SPAWN, !, @, DIR, etc, fixed.
  293.  
  294. MACINTOSH KERMIT 0.991(190)
  295.  
  296. Now works with System 7.1 and later on Power Macs, etc:
  297.   downloads files without crashing.
  298. Many commands fixed or added that never worked before:
  299.   CD, PWD, DIRECTORY
  300.   OPEN READ / READ / CLOSE READ
  301.   LOG { SESSION, TRANSACTION, PACKETS }
  302.   Log files and other text files now in TeachText format
  303.   LOG DEBUG goes to a window.
  304.   SET FILE TYPE { TEXT, BINARY, MACBINARY }
  305. File transfer display improved:
  306.   Direction and mode shown correctly when transfer started from prompt.
  307.   Current directory is shown.
  308. Numerous bugs fixed.
  309. Mac-specific modules can now be compiled with Think C as well as MPW C.
  310.  
  311. OS/2 C-KERMIT IMPROVEMENTS
  312.  
  313. Numerous terminal-emulation improvements:
  314.  . VT220, ANSI, and VT100 emulations added (to VT102 and VT52);
  315.  . Mouse support added: mouse-directed cursor movement, copy-and-paste.
  316.  . Complete support for all VT220 PF, F, keypad, arrow, and editing keys.
  317.  . A big selection of keyboard verbs ("\Kverbs"), as in MS-DOS Kermit,
  318.      including a complete set of VT220 keyboard verbs and a
  319.      new keymap file, CKOVTK2.INI, to set them up for you, and
  320.      allowing the Num Lock key to be used as DEC PF1 (or anything else);
  321.  . Hebrew terminal emulation for use with ALEPH library software;
  322.  . Ability to assign user-defined macros to hot keys via \Kverbs;
  323.  . Executes APC escape sequences, just like MS-DOS Kermit, for
  324.      "auto-download", "auto-upload", and auto-anything-else;
  325.  . Improved colors, color control, new border color;
  326.  . Improved, context-sensitive popup help screens and status lines;
  327.  . Print/Dump screen;
  328.  . Many new host-controlled printer actions;
  329.  . Redirection of printer to file;
  330.  
  331. Page 6                                                INFO KERMIT DIGEST V20 #1
  332.  
  333.  . New screen rollback options and features, increased rollback capacity;
  334.  . TELNET bugs fixed, TELNET screen-size negotiation added;
  335.  . Session debugging display, including graphic display of TELNET
  336.      options, control characters, and escape sequences;
  337.  . Compose Key for composing accented characters;
  338.  . New unique scan codes added for keypad period, Shift-Esc, Tab;
  339.  . Answerback string now includes C-Kermit version number and terminal type;
  340.  . Code page control.
  341.  . SET FLOW KEEP now leaves RTS alone instead of always turning it on.
  342.  
  343. OS/2 C-Kermit file transfer improvements:
  344.  . File transfer recovery.
  345.  . ".LONGNAME" attribute supported on FAT file systems.
  346.  . Automatic directory creation for incoming files.
  347.  . SET FILE TYPE LABELED, a file-transfer mode that transfers OS/2
  348.      files along with all their attributes (read-only, hidden, system,
  349.      and extended), similar to the same facility in VMS C-Kermit.
  350.  . Automatic parity detection during file transfer;
  351.  . Ability to transfer files with IBM mainframes thru non-transparent
  352.      3270 protocol converters;
  353.  . SET FILE COLLISION UPDATE really works now;
  354.  . Server's execution of REMOTE DIRECTORY, REMOTE TYPE, etc, fixed;
  355.  . Problems transferring with HP-48, CP/M, etc, fixed.
  356.  . New XSEND macro transfers entire directory trees intact.
  357.  . New macros for activating external protocols.
  358.  
  359. Other OS/2 C-Kermit improvements:
  360.  . Support for the LAN Manager Named Pipe communication method.
  361.  . Support for peer-to-peer NETBIOS connections (e.g. to MS-DOS Kermit).
  362.  . NetBIOS and Named Pipe connections can be either established or received.
  363.  . A REXX programming interface, so C-Kermit scripts can contain REXX
  364.      commands, and REXX programs executed from within C-Kermit may contain
  365.      C-Kermit commands.  This also works, to a limited extent, with VX-REXX.
  366.  . Improved, more-flexible install procedure.
  367.  . HP-Roman8 character-set support.
  368.  . Hebrew text-file transfer.
  369.  . Task list adjusted to show current serial port or TELNET host.
  370.  . More accurate available-space checking for incoming files.
  371.  
  372. AMIGA C-KERMIT IMPROVEMENTS
  373.  
  374. File transfer recovery (RESEND)
  375. DIAL command added.
  376. SCRIPT command added.
  377.  
  378. ATARI ST
  379.  
  380. The Atari ST version has not been updated from 5A(189) level.  Bruce J.
  381. Moore, who had previously cared for the Atari ST version, would like to
  382. turn over this responsibility to someone else who has more time and a
  383. bigger Atari ST system -- volunteers are needed.
  384.  
  385. ACKNOWLEDGEMENTS
  386.  
  387. Grateful acknowledgements for help with developing and testing edit 190 to:
  388.  
  389.  
  390. INFO KERMIT DIGEST V20 #1                                                Page 7
  391.  
  392.   Ken Adelman, Jeffrey Altman, Ric Anderson, Ronald Antony, Steven Asher,
  393.   William Bader, Mark Berryman, John Chandler, Albert Crosby, Joe Doupnik,
  394.   Alex Dupuy, Max Evarts, Vincent Fatica, Mike Freeman, Christine Gianone,
  395.   Madhusudan Giyyarpuram, Bill Glass, Chuck Goodhart, Eugenia Harris, Russ
  396.   Herman, Dan Hildebrand, Tarjei Jensen, Hugo Jimenez, Mark Johnson, Terry
  397.   Kennedy, "Carlo Kid", Tom Kloos, John Kohl, Bo Kullmar, David Lane, Mike
  398.   Long, James Lummel, Scott Mace, Montserrat Mane, Mike O'Malley, Andy
  399.   Newcomb, Marc Pawliger, Paul Placeway, Jim Reisert, Kai Uwe Rommel,
  400.   Shinichi Sakata, Nick Sayer, Bill Schlesinger, Steven Schultz, Jason
  401.   Seaman, Olaf Seibert, Rick Sladkey, Marko Teittinen, Lee Tibbert, Bernie
  402.   Volz, Steve Walton, Jamie Watson, Rick Watson, Rob Weiner, Gerald Werner,
  403.   Steven Woolgar, and many others, and with apologies to everybody I missed.
  404.  
  405. Special thanks to Jeffrey Altman for huge amounts of work on OS/2 C-Kermit
  406. (REXX, .LONGNAME, Labeled-File transfer, mouse, Named Pipe, and NETBIOS
  407. support, multithreading in the CONNECT module, plus the installation script
  408. and much more), and also to Kai Uwe Rommel for much OS/2 work, to David Lane
  409. for the Stratus VOS support -- *all* of it, to Steve Walton for his
  410. continuing support of the Amiga, to Terry Kennedy for many services above
  411. and beyond the call of duty, to Mike O'Malley for not only the CMU/Tek
  412. TCP/IP support in C-Kermit but also for the CMU/Tek sockets library itself,
  413. and to Eduard Vopicka in Prague for his contributions to the UNIX CONNECT
  414. module.
  415.  
  416. TESTING
  417.  
  418. I have successfully compiled and tested edit 190 on the following platforms:
  419.  
  420.    Apple Macintosh with System 6.03 and MPW C 3.2
  421.    Apple PowerMac 7100 System 7.1.2
  422.    Apple Centris 660 AV System 7.1
  423.    Data General AViiON DG/UX 5.4
  424.    Data General MV 2500 with AOS/VS-II 2.20.00.39 and TCP/IP-II
  425.    DEC Alpha AXP with OSF/1 1.3 and 2.0
  426.    DEC Alpha AXP with OpenVMS 1.5 and 6.1
  427.    DEC MicroVAX-II with VMS 5.3 and VAX C 3.1 and TGV MultiNet TCP/IP
  428.    DEC PDP-11/44 with 2.11BSD
  429.    DEC VAXstation 3100 with VMS 5.5 and VAX C 3.2 and DEC TCP/IP
  430.    DECstation 5800 with Ultrix 4.2
  431.    HP-9000/300 4.4BSD
  432.    HP-9000/550 HP-UX 5.21
  433.    HP-9000/385 HP-UX 8.00
  434.    HP-9000 Model 385 with HP-UX 8.0
  435.    HP-9000 Model 715 with HP-UX 9.03
  436.    IBM PS/2-70 with OS/2 2.00
  437.    IBM PS/VP with OS/2 2.01 and IBM TCP/IP 1.20 (16-bit and 32-bit)
  438.    IBM RS/6000 with AIX 3.2.1
  439.    NeXT with NeXTSTEP 3.1
  440.    PC 486/50 with Dell UNIX System V/386 R4
  441.    PC 486/50 with Linux 0.99.14
  442.    PC 486/50 with UnixWare 1.1.1
  443.    PC 486/xx with QNX 4.21 (16-bit and 32-bit)
  444.    PC 486/xx with NetBSD 1.0
  445.    Silicon Graphics Indigo R4000 with IRIX 5.2
  446.    Sun SPARC-10 with SunOS 4.1.3 in BSD and POSIX environments
  447.    Sun SPARC-10 with Solaris 2.3
  448.  
  449. Page 8                                                INFO KERMIT DIGEST V20 #1
  450.  
  451.  
  452. Volunteer testers have reported success on numerous other platforms, listed
  453. at the end of the ckc190.upd file.
  454.  
  455. I'd like to find out every machine and operating system where this new version
  456. can be built and used successully.  Please report testing results, positive or
  457. negative, or just questions, to kermit@columbia.edu.  In your reports, please
  458. include:
  459.  
  460.  . The make and model of computer
  461.  . The operating system name and version
  462.  . The build procedure if any, e.g. which UNIX makefile entry you used
  463.  . The size of the resulting (stripped) executable.
  464.  
  465. For example:
  466.  
  467. MACHINE                 OS NAME     OS VERSION  MAKE ENTRY  DATE     SIZE
  468. DEC Alpha AXP 3000-800  VMS / TVG 3.3   6.1FT4  ckvker.mak  940820 819200
  469. Dell 433 DE             SCO UNIX       3.2v4.0  sco32v4     940820 344872
  470. IBM RS/6000 320         AIX             3.2.3E  rs6aix32c   940820 491445
  471. Harris Night Hawk       CX/UX              6.1  cx_ux       940820 626560
  472. Silicon Graphics Indigo IRIX            4.0.5F  irix40ypc   940820 606208
  473. Tandy Model 6000        Xenix              3.2  trs16       940820 435842
  474.  
  475. HOW TO GET IT
  476.  
  477. During the testing period, C-Kermit 5A(190) will be available via anonymous
  478. ftp from kermit.columbia.edu [128.59.39.2] in the following directories:
  479.  
  480.   kermit/test/text  -  Text files, ftp in text (ASCII) mode
  481.   kermit/test/bin   -  Binary files, ftp in binary (I) mode
  482.  
  483. In particular:
  484.  
  485. kermit/test/bin/cku190.tar.Z (or cku190.tar.gz for gunzip)
  486.   Compressed (or gzip'd) tar archive for the complete set of files
  487.   needed for UNIX C-Kermit.  C-Kermit must be built from the included
  488.   source code using the included makefile (but if you don't have a C
  489.   compiler, see below about selected binaries).  Read the comments at
  490.   the top of the makefile for more detailed building instructions.
  491.  
  492. kermit/test/bin/cko190.zip
  493.   ZIP archive of the complete OS/2 C-Kermit distribution (no source code).
  494.   Includes both the 32- and 16-bit versions, all supporting files, and an
  495.   automated install script (INSTALL.CMD).
  496.  
  497. kermit/test/text/ckvaaa.hlp
  498.   A text file explaining exactly which files are needed for the VMS version.
  499.   Get this file, read it, then follow the instructions.
  500.  
  501. kermit/test/text/ckm*
  502.   ckm190.hqx - Macintosh Kermit 0.991(190) in BinHex 4.0 format.
  503.   ckmker.bwr - Macintosh Kermit "beware" file (up to date).
  504.   ckmaaa.hlp - Macintosh Kermit "read me" file (points to other files too).
  505.  
  506. kermit/test/text/ckd190.uue
  507.  
  508. INFO KERMIT DIGEST V20 #1                                                Page 9
  509.  
  510.   uuencoded AOS/VS DUMP_II dumpfile containing the AOS/VS C-Kermit
  511.   executable and supporting text files.
  512.  
  513. kermit/test/bin/
  514.   Also contains selected C-Kermit executables for UNIX, VMS, AOS/VS, and
  515.   others.  See the READ.ME file in that directory for a list.
  516.  
  517. kermit/test/text/ckcker.upd
  518.   Documentation for all features new to edits 189 and 190.  Use this as
  519.   a supplement to the user manual, "Using C-Kermit" and/or "C-Kermit
  520.   Einfuehrung und Referenz".
  521.  
  522. kermit/test/text/ckc190.upd
  523.   Detailed edit history and test results.
  524.  
  525. kermit/test/text/ckaaaa.hlp
  526.   A text file describing all of the C-Kermit files and which ones are needed
  527.   for each type of system, including the sources files, which are all in the
  528.   the kermit/test/text directory.
  529.  
  530. Some of the binaries for this version might not be quite up to date, and in
  531. a few cases might be missing altogether.  The stragglers will be installed
  532. as they arrive.  (If you are able to provide any of the missing our outdated
  533. ones, please let me know.)
  534.  
  535. The public Beta testing period should be relatively short because this
  536. version has already been tested thoroughly by a smaller (though still quite
  537. large) group.  Please send testing results to kermit@columbia.edu.
  538. Hopefully we can have the new release out of Beta quickly -- e.g. in time
  539. for the Fall semester.  Thanks.
  540.  
  541. - Frank
  542.  
  543. ------------------------------
  544.  
  545. Date: Thu Aug 25 12:30:54 1994
  546. From: Frank da Cruz <fdc@columbia.edu>
  547. Subject: "Using C-Kermit" Now Available in German
  548. Keywords: C-Kermit Manual, German Documentation for C-Kermit
  549.  
  550. The user manual for C-Kermit, "Using C-Kermit", has been translated into
  551. German by Gisbert W. Selke of Bonn and published in Germany by Verlag Heinz
  552. Heise in Hannover.  The German edition is current as of version 5A(189) --
  553. a small bonus for the German reader:
  554.  
  555.   Frank da Cruz and Christine M. Gianone, "C-Kermit - Einfuehrung und
  556.   Referenz", Verlag Heinz Heise, Hannover, Germany (1994).
  557.   ISBN 3-88229-023-4.  Deutsch von Gisbert W. Selke.  Preis: DM 90,00.
  558.   Verlag Heinz Heise GmbH & Co. KG, Helstorfer Strasse 7, D-30625 Hannover.
  559.   Tel. +49 (05 11) 53 52-0, Fax. +49 (05 11) 53 53-1 29.
  560.  
  561. I can attest to the incredibly hard and detailed work that went into this
  562. edition.  It is a literate, accurate, and tasteful translation that should
  563. appeal to all German speakers including those who normally disdain German
  564. translations of English computer books :-).
  565.  
  566.  
  567. Page 10                                               INFO KERMIT DIGEST V20 #1
  568.  
  569. ----------------------------------------------------------------------
  570.  
  571. Date: Mon, 04 Jul 1994 12:47:48 -0600 (MDT)
  572. From: "Rob Slade <ROBERTS@DECUS.CA>
  573. Subject: "Using C-Kermit" Review
  574.  
  575. BKUSCKMT.RVW  940404
  576.  
  577. Digital Press / Butterworth-Heinemann
  578. 313 Washington Street
  579. Newton, MA  02158
  580. Voice: 1-800-366-BOOK
  581. Fax:   1-617-933-6333
  582.  or
  583. Kermit Distribution
  584. Columbia University
  585. 612 West 115th Street
  586. New York, NY  10025
  587. Voice: 1-212-854-3703
  588. Fax:   1-212-663-8202
  589. Email: kermit@columbia.edu
  590. "Using C-Kermit", da Cruz/Gianone, 1993, 1-55558-108-0
  591. fdc@columbia.edu cmg@columbia.edu
  592.  
  593. Kermit is the most widely available communications software in the world.
  594. Versions on some platforms, however, may lack features available on others.
  595. Also, there may be a few computers to which Kermit has not been ported.
  596. This is where C-Kermit comes in.  C-Kermit is the C language source code for
  597. a very feature-rich version of Kermit, very similar in function to the
  598. highly mature MS-DOS version of Kermit.  This is the native version for at
  599. least four of the Kermit versions on major platforms, and there is no longer
  600. any reason not to have a Kermit for *your* machine.
  601.  
  602. This is the user level manual for C-Kermit.  (General advice on porting,
  603. configuration and compiling is included with the source, available from the
  604. Kermit distribution centre at Columbia University.  Extensive documentation
  605. and back issues of the Info-Kermit digest are also available.)  Well thought
  606. out, well presented, well written, the book is an excellent addition to the
  607. previous "Kermit: a file transfer protocol" (BKKERMIT.RVW) and "Using MS-DOS
  608. Kermit" (BKUMSKMT.RVW).
  609.  
  610. The structure and order of the book is logically organized for users, new
  611. and old.  Chapter three states that it assumes you are familiar with the
  612. basic data communications parameters.  If you are not, it directs you to a
  613. comprehensive tutorial in appendix two.  The only minor oddity in the
  614. arrangement is that scripting, possibly of most use to non-programming
  615. users, comes after the chapters on macros and programming.  This is intended
  616. to give some basic programming concepts prior to introducing scripts, since
  617. the book assumes no programming background.  It is, however, possible to
  618. write simple scripts without much in the way of conditional structures,
  619. controls or variables, and it would be a pity if non-programmers gave up too
  620. early to find this out.
  621.  
  622. C-Kermit will likely become, as far as possible, the standard for the Kermit
  623. interface and functions.  This, therefore, will be the standard Kermit user
  624. guide.
  625.  
  626. INFO KERMIT DIGEST V20 #1                                               Page 11
  627.  
  628.  
  629. copyright Robert M. Slade, 1994   BKUSCKMT.RVW  940404
  630. Vancouver        p1@arkham.wimsey.bc.ca   | "If a train station
  631. Institute for    Robert_Slade@sfu.ca      |  is where a train
  632. Research into    rslade@cue.bc.ca         |  stops, what happens
  633. User             p1@CyberStore.ca         |  at a workstation?"
  634. Security         Canada V7K 2G6           | Frederick Wheeler
  635.  
  636. ------------------------------
  637.  
  638. Date: Thu Aug 25 12:30:54 1994
  639. From: Frank da Cruz <fdc@columbia.edu>
  640. Subject: Kermit Book Publisher Information
  641. Keywords: Digital Press, Kermit Books
  642.  
  643. A few months ago, Digital Press, the publisher of the English-language
  644. editions of "Kermit, A File Transfer Protocol", "Using MS-DOS Kermit", and
  645. "Using C-Kermit", was acquired from Digital Equipment Corporation by
  646. Butterworth-Heinemann, 313 Washington Street, Newton, MA 02158 USA.
  647. Digital Press is now an Imprint of Butterworth-Heinemann.  The books still
  648. have the same ISBNs, prices, etc, but reportedly there has been some
  649. confusion in the bookstores.  Reports to the effect that the Kermit books
  650. are out of print are greatly exaggerated.
  651.  
  652. The new Digital Press can be reached at the following telephone numbers:
  653.  
  654.   +1 800 366-2665 (Woburn, Massachusetts office for USA & Canada)
  655.   +1 800 665-1148 (Logan Bros, Winnepeg, Manitoba office for Canada)
  656.   +44 993 58521   (Rushden, England office for Europe)
  657.   +61 02 372-5511 (Chatswood, NSW office for Australia & New Zealand)
  658.   +65 220-3684    (Singapore office for Asia)
  659.  
  660. ------------------------------
  661.  
  662. Date: 2 July 1994
  663. From: Peter McClintock <pya007@lancaster.ac.uk>
  664. Subject: Nicolet NIC-80 Kermit
  665. Keywords: Nicolet Kermit, NIC-80, LAB-80, NMR-80
  666. Keywords: MED-80, BNC-12
  667.  
  668. I have written a Kermit for Nicolet data-processors in the NIC-80 series
  669. (LAB-80, NMR-80, MED-80, BNC-12).  Although it provides a relatively simple
  670. implementation of the protocol, it will open up a new dimension to many
  671. enthusiasts for these ancient machines.  The main usage in practice is
  672. likely to be in transferring averaged spectra or other data to a mainframe,
  673. workstation or PC for further analysis or for plotting with modern plotting
  674. packages.  But the Kermit will, of course, also enable Nicolet users to
  675. exchange programmes and data with each other on a world-wide basis.
  676.  
  677. To get started there is a choice of two options -
  678.  
  679.   (a) Obtain the sourcecode from Kermit Distribution, type it in, assemble
  680.   it, and generate and de-bug the executable programme according to the
  681.   instructions, all on the Nicolet.
  682.  
  683.   (b) Ask me for a copy of the binary.  This can be supplied on paper tape;
  684.  
  685. Page 12                                               INFO KERMIT DIGEST V20 #1
  686.  
  687.   alternatively, send me a formatted 8-inch floppy, or front-loading
  688.   Diablo-30 cartridge, onto which the binary can be stored.
  689.  
  690. For option (b), there is a $100 handling charge (waived if the applicant
  691. can offer new NIC-80 software of comparable utility in return).  Please make
  692. cheques payable to "University of Lancaster".
  693.  
  694. Once the initial version of the Kermit is installed and running on a given
  695. system, future updates can obviously be received by ftp or e-mail, using the
  696. current Kermit to download them from the receiving machine to the NIC-80 on
  697. which they are to be used.
  698.  
  699. Mailing address for disks:
  700.   P V E McClintock,
  701.   School of Physics and Materials,
  702.   University of Lancaster,
  703.   LANCASTER  LA1 4YB,  UK.
  704.  
  705. ------------------------------
  706.  
  707. End of Info-Kermit Digest
  708.  
  709. INFO-KERMIT DIGEST V20 #2                                               Page 13
  710.  
  711. Info-Kermit Digest         Thu, 13 Oct 94        Volume 20 : Number 2
  712.  
  713. Today's Topics:
  714.     MS-DOS Kermit 3.14 Available for Beta Testing
  715.     HP-3000 Kermit Updates
  716.     New UNISYS / Burroughs Kermit
  717.  
  718. Kermit Digest submissions may be sent to Info-Kermit@columbia.edu or
  719. KERMIT@CUVMA.BITNET.  Requests for addition to or deletion from the
  720. Info-Kermit subscriber list should be sent to LISTSERV@CUVMA.BITNET or
  721. LISTSERV@CUVMA.CC.COLUMBIA.EDU.  These messages must be of the form:
  722.  
  723.   SUBSCRIBE I$KERMIT <your-personal-name>    (To start a subscription)
  724.   UNSUBSCRIBE I$KERMIT                       (To cancel a subscription)
  725.   REGISTER I$KERMIT <your-personal-name>     (To correct your name)
  726.  
  727. The I$KERMIT list is also reflected in the comp.protocols.kermit.announce
  728. newsgroup.  Further discussions can be found in comp.protocols.kermit.misc.
  729.  
  730. Kermit files may be obtained over networks and by mail order.  On the
  731. Internetwork, use FTP to log in to host KERMIT.COLUMBIA.EDU, a Sun
  732. SPARCserver running UNIX (SunOS 4.1), IP address 128.59.39.2.  Login as user
  733. anonymous or ftp (lower case), supply your email ID as the password, and GET
  734. or MGET (MULTIPLE GET) the desired files.  The file kermit/READ.ME is a
  735. general guide to where things are.  The Kermit files are in directories
  736. kermit/a, kermit/b, kermit/c, kermit/d, and kermit/e, and sometimes also
  737. kermit/test.  All files in these directories should be transferred in text
  738. (ASCII) mode.  Binaries are in kermit/bin and sometimes also kermit/test/bin
  739. (use ftp in binary mode).  All files (with the exceptions of some of the
  740. READ.ME files) have lowercase names, and case is significant.
  741.  
  742. You can also get Kermit files over the BITNET/EARN network; to get started
  743. send a message with text HELP to KERMSRV, the Kermit file server, at host
  744. CUVMA.  For detailed instructions, read the file kermit/a/aanetw.hlp
  745. (AANETW.HLP on KERMSRV).
  746.  
  747. To order by post, request a Kermit software catalog from Kermit
  748. Distribution, Columbia University Academic Information Systems, 612 West
  749. 115th Street, New York, NY 10025 USA.
  750.  
  751. ----------------------------------------------------------------------
  752.  
  753. Thu, 13 Oct 1994 09:59:51 EST
  754. From: Christine M Gianone <cmg@columbia.edu>
  755. Subject: MS-DOS Kermit 3.14 Available for Beta Testing
  756. Keywords: MS-DOS Kermit 3.14, Hebrew, Data General Terminal Emulation
  757. Keywords: Wyse Terminal Emulation, "Recovery, File Transfer", Cyrillic
  758.  
  759. This is to announce a beta testing period for MS-DOS Kermit 3.14 for the IBM
  760. PC, PS/2, and compatibles with DOS or Windows.  The new MS-DOS Kermit release
  761. was prepared, as always, by Professor Joe R. Doupnik of Utah State University.
  762.  
  763. HIGHLIGHTS
  764.  
  765. FILE TRANSFER RECOVERY allows interrupted binary-mode transfers to be
  766. continued from the point of failure.  Can be used with C-Kermit 5A(190),
  767.  
  768. Page 14                                               INFO-KERMIT DIGEST V20 #2
  769.  
  770. which is still in Beta test, on UNIX, AOS/VS, Stratus VOS, and the Commodore
  771. Amiga.  Maybe also with VMS, no promises.  And in the near future, probably
  772. also with other major operating systems (stay tuned).
  773.  
  774.   NOTE: C-Kermit 5A(190) is still in the kermit/test directories on
  775.   kermit.columbia.edu, but should be finalized and moved to kermit/b
  776.   and also made available on BITNET KERMSRV within a few days.  So
  777.   if you look for it one place and don't find it, just look in the
  778.   other place.
  779.  
  780. ANSI AND WYSE TERMINAL EMULATION add two popular terminal types to Kermit's
  781. repertoire.  ANSI emulation, not quite the same as VT100 emulation, is used
  782. to access most BBSs, and Wyse emulation is required by certain applications
  783. and services.
  784.  
  785. Workarounds for buggy UART simulator on Pentium motherboards and other new
  786. processors allows MS-DOS Kermit 3.14 to work on these systems, where earlier
  787. versions might not have.  Also: support for the Hayes ESP serial
  788. communications board in 16550A mode; support for Fossil drivers; dialing
  789. scripts for more and more new kinds of modems (many of them with X and/or Z
  790. in their names -- all the popular brands!).
  791.  
  792. Numerous additions to the script programming language, including a full
  793. selection built-in functions compatible with C-Kermit's: \fsubstring(), etc.
  794.  
  795. Complete Hebrew and Cyrillic support packages are now included, and Kanji
  796. terminal emulation is now available for DOS/V on IBM and compatible PCs.
  797.  
  798. Network, printer, keyboard, font, and other support support utilities are now
  799. included in the basic package.
  800.  
  801. New smaller versions are available for those who don't need (or can't fit)
  802. all the features of the full version.
  803.  
  804. Here is a more detailed list of the changes in version 3.14:
  805.  
  806.  . ANSI terminal emulation
  807.  . Wyse-50 terminal emulation
  808.  . Data General DASHER and DEC VT terminal emulation improvements
  809.  . Kanji character-set translation during terminal emulation
  810.  . HP-Roman8 terminal character-set
  811.  . Control over timeslicing method in Windows, DesqView, OS/2, NT
  812.  . Control over automatic video-mode switching
  813.  . Selectable fore- and background colors for underline simulation
  814.  . Additional scan codes for Alt/Ctrl/Shift - SpaceBar/EscKey combinations
  815.  . DEC User Definable Keys (UDKs) now supported
  816.  . Revised printer support for better interoperation with Novell CAPTURE
  817.  . Additional control over TCP/IP and TELNET protocol features
  818.  . Debugging display of TELNET options negotiation
  819.  . Networking support for Telebit PPP
  820.  . TCP/IP fixes, speedups, and refinements
  821.  . Multiple TCP/IP sessions to the same host now allowed
  822.  . Support for Artisoft Int14 redirector
  823.  . Support for Meridian Technology SuperLAT network connections
  824.  . Workarounds for buggy SMC FDC37C665 UART simulator on Pentium motherboards
  825.  . Support for Hayes ESP serial communications board in 16550A mode
  826.  
  827. INFO-KERMIT DIGEST V20 #2                                               Page 15
  828.  
  829.  . Support for Fossil Drivers
  830.  . SET SPEED 28800
  831.  . User control over treatment of carrier signal on serial connections
  832.  . Binary-mode file transfer recovery
  833.  . Ability to send partial files manually
  834.  . Control of run-length encoding
  835.  . Improved client/server operation
  836.  . Prompt string value now evaluated each time prompt is issued
  837.  . ASK/ASKQ responses now taken literally
  838.  . New APC command sends APC strings
  839.  . Incoming APC strings ignored by default for safety
  840.  . Revised CONNECT-mode status line for additional information
  841.  . Separate CONNECT-mode help and one-character command menus
  842.  . New script programming commands
  843.  . Improved consistency of backslash-quoting in commands
  844.  . New built-in string, file, and numeric functions
  845.  . Additional built-in variables
  846.  . Revised command line handling of substitution variables
  847.  . Transaction log of file transfers now records detailed rejection
  848.    reason if based on file attributes
  849.  . Available also in special reduced forms for limited memory, e.g. for
  850.    use on 256K systems, or as an external protocol on BBSs, etc.
  851.  
  852. The organization of the files and the manner in which we are distributing them
  853. as been improved.  We are now distributing Kermit on a high-density 1.44MB
  854. 3.5-inch diskette, which is pretty universally accepted these days, and on the
  855. network in a ZIP file that mirrors this diskette.  This allows us to organize
  856. and name the files more sensibly and to include material that previously would
  857. not fit.  Here is a brief synopsis:
  858.  
  859.   READ.ME       Brief overview of what's on the disk (in the ZIP file)
  860.   KERMIT.EXE    Full-function MS-DOS Kermit 3.14 (about 260K)
  861.   KERMITE.EXE   A smaller version (about 180K - no networks, no graphics)
  862.   KERLITE.EXE   A very small version (120K - scripting and file transfer only)
  863.   MSR*314.PCH   Patch files (currently empty)
  864.   MSKERMIT.INI  Standard initialization file
  865.   MSCUSTOM.INI  Sample (note: -> SAMPLE <-) customization file
  866.   DIALUPS.TXT   Sample dialing directory
  867.   KERMIT.UPD    Documentation for new features
  868.   KERMIT.HLP    Brief synopsis of commands
  869.   KERMIT.BWR    "Beware" file - hints and tips, etc
  870.   COLS80.BAT    Too hard to explain in one line, see READ.ME...
  871.   COLS132.BAT   Ditto
  872.  
  873. KERMITE.EXE can be used on PCs with small memories, e.g. on old XTs,
  874. where the full-featured version might not fit.  It can also be used if you
  875. simply do not need Kermit's networking or graphics terminal emulation
  876. capabilities, in which case you can run bigger programs "under" Kermit in the
  877. extra free memory.
  878.  
  879. Of particular interest to BBS proprietors, KERLITE.EXE is an "extra-lite"
  880. version which is like the "lite" version, but also eliminates the terminal
  881. emulator (and the CONNECT command) entirely, but still includes the full
  882. script programming language, weighing in at only 120K - perfect for use as an
  883. external protocol and script execution engine.
  884.  
  885.  
  886. Page 16                                               INFO-KERMIT DIGEST V20 #2
  887.  
  888. With Kermit Lite plus Fossil and ESP support, there is every reason to
  889. upgrade the Kermit support in BBSs to the most advanced and fastest Kermit
  890. protocol implementation available for DOS.  For further information, see the
  891. new BBS OPERATORS GUIDE section in the KERMIT.UPD file.  (Vendors of BBS
  892. software who want to include Kermit with their product should contact us for
  893. further information.)
  894.  
  895. Now come the subdirectories.  Each one has a READ.ME file that explains
  896. its contents.
  897.  
  898. PERFORM
  899.   An article on Kermit file transfer protocol performance.
  900.  
  901. MODEMS
  902.   Dialing scripts for 19 different modems, including most popular
  903.   high-speed, error-correcting, data-compressing models.
  904.  
  905. NETWORKS
  906.   Everything you need for MS-DOS Kermit TCP/IP networking except the
  907.   specific driver for your network board, including all the famous "shims"
  908.   that convert between one "standard" and another, such as the latest
  909.   version of Dan Lanciani's ODIPKT, plus Joe Doupnik's DIS_PKT9, plus the
  910.   WINPKT shim to be used when Windows is involved, and a SLIP driver in case
  911.   you don't have a network board, all of which have been verified to work
  912.   with this version of Kermit and other popular software.  Plus a new
  913.   overview document to help you make sense of this ever-more-confusing tangle.
  914.  
  915. KEYBOARD
  916.   Complete key mappings for DEC VT220/320 and DG DASHER emulation.  The
  917.   "Gold key" TSR, for making Num Lock work like the F1 key.  LK250 drivers
  918.   (for DEC keyboards that plug into IBM PCs).  A little TSR for swapping the
  919.   Caps Lock and Ctrl keys and Esc and tilde.
  920.  
  921. UTILS
  922.   General utilities, like the famous XSEND program for transferring entire
  923.   directory trees, plus various printer items.  (Did you know Kermit could
  924.   transfer directory trees intact?)
  925.  
  926. WINDOWS
  927.   Windows Program Information File for Kermit.
  928.  
  929. PCFONTS
  930.   This is something new -- public domain fonts (code pages) for your PC that
  931.   are easy to load dynamically -- no more endless and fruitless wandering
  932.   through the corridors of IBM or Microsoft to track down a Hebrew or Cyrillic
  933.   code page; no more editing AUTOEXEC.BAT (DISPLAY.SYS, NLSFUNC blah blah,
  934.   MODE CON CP PREPARE blah blah, MODE CON CP SELECT blah blah) and then
  935.   rebooting to install a new code page, no more limit to four "prepared" code
  936.   pages.  Now you can just "loadfont" whatever code page you want, any time
  937.   you want.  This directory includes code pages for Western and Eastern
  938.   European languages (CP437, 850, and 852), Icelandic (861), Hebrew (862) and
  939.   Cyrillic (863), plus utilities to load and display them.  Our thanks to
  940.   Joseph (Yossi) Gil at The Technion in Haifa, Isreal, for this wonderful
  941.   collection (and this is only a small part of it -- look in
  942.   kermit.columbia.edu:pcfonts for more, and maybe find even more at the
  943.   Technion - ftp.technion.ac.il).
  944.  
  945. INFO-KERMIT DIGEST V20 #2                                               Page 17
  946.  
  947.  
  948. CYRILLIC
  949.   Also new.  Key mapping and screen translation setups to be used with the
  950.   Cyrillic font, plus Cyrillic character-set tables.  Use MS-DOS Kermit for
  951.   Russian terminal emulation (and Ukranian, Bielorussian, etc), using any of
  952.   the popular host encodings: ISO, KOI-8, or Short KOI.  Now you can read
  953.   those Russian newsgroups!  Thanks to Konstantin Vinogradov of ICSTI in
  954.   Moscow, Russia, for the .INI files.
  955.  
  956. HEBREW
  957.   Also new.  The files in this directory give MS-DOS Kermit full Hebrew
  958.   terminal emulation capability, including the standard (i.e. WordPerfect :-)
  959.   key map for entering Hebrew letters on the PC keyboard, complete with
  960.   automatic English/Hebrew switching directed by the host, everything you get
  961.   on a real Hebrew-model VT420 terminal.  Thus the standard MS-DOS Kermit
  962.   distribution now replaces the various "Hebrewized" offshoots of MS-DOS
  963.   Kermit that have been in circulation for some years, e.g. for use with the
  964.   ALEPH bibliographic software.  You even get a PostScript picture of the
  965.   key map.
  966.  
  967. ROMAN
  968.   Character-set tables for Roman-based character sets used by MS-DOS Kermit.
  969.  
  970. HOW TO GET IT...
  971.  
  972. The ZIP file is available via anonymous ftp from kermit.columbia.edu in the
  973. directory kermit/test/bin, filename msv314.zip.  Transfer it in binary mode,
  974. and then unzip it, read the top-level READ.ME file, and go from there.
  975.  
  976. By the way, do not unzip the ZIP file over your old Kermit directory, or
  977. you will lose your old MSCUSTOM.INI file and your old dialing directory!
  978. Either make a new directory for MS-DOS Kermit 3.14, or copy your MSCUSTOM.INI
  979. and DIALUPS.TXT files to a safe place before wiping out your old one, for
  980. example:
  981.  
  982.   cd \kermit
  983.   copy mscustom.ini mscustom.old
  984.   copy dialups.txt dialups.old
  985.   pkunzip mstibm.zip
  986.   copy mscustom.old mscustom.ini
  987.   copy dialups.old dialups.txt
  988.  
  989. Also in the kermit/test/bin directory: mstz10.exe, MS-DOS Kermit 3.14 for
  990. the Heath/Zenith 100.  Other versions (Victor 9000, etc) will be added as
  991. time goes on.
  992.  
  993. There are also textual encodings of the ZIP file in BOO and UUENCODE format.
  994. These are available via anonymous ftp from kermit.columbia.edu, directory
  995. kermit/test/text, text mode, files mstibm.boo and mstibm.uue.  These two
  996. files are also available on CUVMA for retrieval via BITNET KERMSRV.
  997.  
  998. Our deepest thanks, as always, to Joe Doupnik for bringing another new
  999. version of MS-DOS Kermit to us.
  1000.  
  1001. Please send comments on MS-DOS 3.14 Beta via email to kermit@columbia.edu.
  1002. In particular, we are interested in the new layout of the disk, and that all
  1003.  
  1004. Page 18                                               INFO-KERMIT DIGEST V20 #2
  1005.  
  1006. internal cross references among files (text, command, and program) are
  1007. consistent and working.
  1008.  
  1009. ------------------------------
  1010.  
  1011. Date: Sat Sep  3 15:14:35 1994
  1012. From: Tony Appelget, Plymouth, MN
  1013. Subject: HP-3000 Kermit Updates
  1014. Keywords: HP-3000, MPE, SPL
  1015.  
  1016. Enclosed are copies of SPL and C HP3000 Kermit.  Not much has changed in
  1017. them except for the change in default start-of-packet character.  Our
  1018. in-house standard has been 02 to accomodate some IBM box that could not
  1019. handle 01.  Regretably, I left the 02 in the versions that got distributed
  1020. and it has caused grief to new users from border to border and beyond.
  1021.  
  1022. With these fresh copies, I will be ending my support of HP3000 Kermit.
  1023. After 26 years, I will be leaving General Mills in a month.  retire!  I wish
  1024. I had the opportunity to get HP3000 Kermit up to attributes, 9k packets,
  1025. lurching windows, and all the other new goodies.
  1026.  
  1027. It has been fun working on Kermit for the last 9 years and watching it grow
  1028. from a pokey academic product into a mature, speedy, industrial product.
  1029. I'm going to miss it!
  1030.  
  1031. Yours truly
  1032.  
  1033. Tony Appelget
  1034. Sr Technical Specialist
  1035.  
  1036. [Ed. - Many thanks to you, Tony!  We'll miss you too.  The new release of
  1037. HP-3000 Kermit is in kermit/d/hp3*.* on kermit.columbia.edu, also available
  1038. on BITNET from KERMSRV at CUVMA as HP3* *.]
  1039.  
  1040. ------------------------------
  1041.  
  1042. Date: Sat Sep  3 15:14:35 1994
  1043. From: Tony Appelget, Plymouth, MN
  1044. Subject: New UNISYS / Burroughs Kermit
  1045. Keywords: Burroughs, UNISYS
  1046.  
  1047. [Enclosed please find] my translation of HP Kermit to Unisys ALGOL.  It
  1048. leaves a lot to be desired, but is easier to use than the Burroughs Kermits
  1049. that I saw many years ago.  I haven't kept up with development on those
  1050. machines.
  1051.  
  1052. Tony
  1053.  
  1054. [Ed. - Thanks again, Tony!  This new Kermit implementation is available
  1055. via anonymous ftp from kermit/d/usys*.* on kermit.columbia.edu, also available
  1056. on BITNET from KERMSRV at CUVMA as USYS* *.]
  1057.  
  1058. ------------------------------
  1059.  
  1060. End of Info-Kermit Digest
  1061.  
  1062. INFO-KERMIT DIGEST V20 #3                                               Page 19
  1063.  
  1064. Info-Kermit Digest            Mon, 28 Nov 94           Volume 20 : Number 3
  1065.  
  1066. Today's Topics:
  1067.         C-Kermit 5A(190) Replaces 5A(189)
  1068.         Kermit-370 4.3.1 Beta Test
  1069.         MS-DOS Kermit 3.1 Beta Test Continues
  1070.  
  1071. Directory:
  1072.  
  1073.   Kermit's New World-Wide Web Home Page:
  1074.         http://www.columbia.edu/kermit/
  1075.  
  1076.   ftp:  kermit.columbia.edu
  1077.  
  1078.   Newsgroups:
  1079.         comp.protocols.kermit.announce - Moderated
  1080.         comp.protocols.kermit.misc     - Unmoderated
  1081.  
  1082.   LISTSERV:
  1083.         I$KERMIT@CUVMA.BITNET or CUVMA.CC.COLUMBIA.EDU - Submissions
  1084.         LISTSERV@CUVMA.BITNET or CUVMA.CC.COLUMBIA.EDU - Subscriptions
  1085.  
  1086.   KERMRSV:
  1087.         KERMSRV@CUVMA.BITNET or CUVMA.CC.COLUMBIA.EDU - Files
  1088.         (Send e-mail with text HELP to get started.)
  1089.  
  1090.   E-mail:
  1091.         kermit@columbia.edu (not an FTP mail server!)
  1092.  
  1093.   Post: Kermit Distribution
  1094.         Columbia University Academic Information Systems
  1095.         612 West 115th Street
  1096.         New York, NY  10025
  1097.         USA
  1098.  
  1099.   Fax:  +1 212 663-8202
  1100.  
  1101. ----------------------------------------------------------------------
  1102.  
  1103. From: Frank da Cruz <fdc@columbia.edu>
  1104. Subject: C-Kermit 5A(190) Replaces 5A(189)
  1105. Date: 13 Nov 1994 19:38:59 GMT
  1106. Keywords: C-Kermit, UNIX C-Kermit, VMS C-Kermit, OS/2 C-Kermit
  1107. Keywords: Stratus VOS C-Kermit, AOS/VS C-Kermit, OS-9 C-Kermit
  1108. Keywords: QNX C-Kermit, RESEND, Recovery
  1109.  
  1110. As of 13 November 1994, C-Kermit 5A(190) is installed for real on
  1111. kermit.columbia.edu, replacing the previous version, 5A(189) of 30 June
  1112. 1993.  This is the Kermit software for UNIX (all varieties), VMS, OS/2,
  1113. Stratus VOS, AOS/VS, OS-9, the Macintosh, the Commodore Amiga, and the
  1114. Atari ST.  Highlights of the new version are:
  1115.  
  1116.  . File transfer recovery from point of failure (binary-mode transfers
  1117.    only): UNIX, VMS, OS/2, AOS/VS, VOS, Amiga.
  1118.  
  1119.  . Massive improvements in the OS/2 version.
  1120.  
  1121. Page 20                                               INFO-KERMIT DIGEST V20 #3
  1122.  
  1123.  
  1124.  . Totally new and full-featured implementations for QNX and Stratus VOS.
  1125.  
  1126.  . Support for many new OS releases: Solaris 2.3, AIX 4.1, Unixware 1.1,
  1127.    new releases of Linux, {Free,Net,etc}BSD, OpenVMS 6.x, OS/2 Warp, etc.
  1128.  
  1129.  . Auto-upload/download/configuration/anything-else via APC mechanism:
  1130.    UNIX, VMS, OS/2.
  1131.  
  1132.  . Numerous improvements in performance, script programming, client/server
  1133.    protocol, character sets, file transfer display, dialing, etc.
  1134.  
  1135. C-Kermit 5A(190) is available via anonymous ftp from kermit.columbia.edu,
  1136. directory kermit/f (NOT kermit/b), also known as kermit/c-kermit, and
  1137. several other directories, as follows:
  1138.  
  1139.   kermit/f (= kermit/c-kermit) - FTP all files in text mode:
  1140.     Source code;
  1141.     Documentation files (.hlp, .nr, .upd, .bwr, .doc, etc);
  1142.     Initialization and script files (.ini, .kdd, .ksd, etc);
  1143.     ASCII-binaries except for VMS, UNIX, and OS/2:
  1144.       ckd190.uue - DG AOS/VS
  1145.       ckiker.boo - Amiga
  1146.       cklker.h68 - VOS 680x0
  1147.       cklker.h86 - VOS i860
  1148.       ckm190.hqx - Macintosh
  1149.       cksker.boo - Atari ST
  1150.       cksncp.boo - Atari ST (small version)
  1151.  
  1152.   kermit/bin - FTP all files in binary mode (except READ.ME):
  1153.     True binaries for UNIX, VMS, etc.  See the READ.ME for details.
  1154.  
  1155.   kermit/vmshex - FTP in text mode:
  1156.     VMS C-Kermit binaries in hex format, together with the decoding
  1157.     program, ckvdeh.mar.  See the READ.ME file for details.
  1158.  
  1159.   kermit/archives - FTP in binary mode unless otherwise indicated:
  1160.     cku190.tar.Z  - Compressed tar of C-Kermit source code & other files.
  1161.     cku190.tar.gz - Gzip'd tar of C-Kermit source code & other files.
  1162.     ckvsrc.hex    - (TEXT mode) VMS C-Kermit source BACKUP saveset.
  1163.     cko190.zip    - OS/2 C-Kermit distribution diskette image.
  1164.  
  1165. See kermit/f/ckc190.ann for a detailed list of changes in 5A(190).
  1166. See kermit/f/cko190.ann for new features of the OS/2 version.
  1167. For overviews of specific versions, see:
  1168.  
  1169.   kermit/f/ckaaaa.hlp - General C-Kermit overview
  1170.   kermit/f/ckdaaa.hlp - AOS/VS
  1171.   kermit/f/ckiaaa.hlp - Amiga
  1172.   kermit/f/cklaaa.hlp - Stratus VOS
  1173.   kermit/f/ckoaaa.hlp - OS/2
  1174.   kermit/f/ckuaaa.hlp - UNIX
  1175.   kermit/f/ckvaaa.hlp - VMS
  1176.  
  1177. The user manual, "Using C-Kermit", is recommended for everybody who wants
  1178. to make serious use of C-Kermit and to get the most out of it; remember
  1179.  
  1180. INFO-KERMIT DIGEST V20 #3                                               Page 21
  1181.  
  1182. that manual sales are the primary source of support for the Kermit effort.
  1183. Call +1 212-854-3703 to order, or send email to kermit@columbia.edu for
  1184. further info.  A German-language edition is also available.
  1185.  
  1186. - Frank
  1187.  
  1188. ------------------------------
  1189.  
  1190. From: "John F. Chandler" <JCHBN@CUVMB.CC.COLUMBIA.EDU>
  1191. Date: Fri, 25 Nov 1994  16:05  EST
  1192. Subject: Kermit-370 4.3.1 Beta Test
  1193. Keywords: IBM Mainframe Kermit, CMS Kermit, TSO Kermit, CICS Kermit
  1194. Keywords: MUSIC Kermit
  1195. Keywords: RESEND, Recovery
  1196. Xref: VM/CMS, See CMS
  1197. Xref: MVS, See TSO or CICS
  1198. Xref: ROSCOE, See TSO
  1199.  
  1200. All the variants of Kermit-370 are now available for testing in release
  1201. 4.3.1: CICS, CMS, MUSIC, and TSO (and its related sub-variant for ROSCOE).
  1202. The list of updates is different for the different variants, but all of them
  1203. have a generic feature that is new and exciting: it's the first level of
  1204. support for restarting interrupted Kermit transfers.
  1205.  
  1206. This first level works only for binary transfers, and it requires that you
  1207. have a similarly upgraded Kermit at the other end, but it's a lot better
  1208. than nothing.  In principle, any interrupted binary file transfer (even a
  1209. non-Kermit one) can be restarted with this facility, and the resulting file
  1210. will be identical to what would have been received in a single transfer.
  1211.  
  1212. The CMS and CICS variants have a new feature of setting the date/time stamp
  1213. for a received file to match that of the original.  The MUSIC variant has
  1214. newly-added support for long userids and file names, and it now allows
  1215. arbitrary MUSIC commands to be executed from within Kermit.  Further, there
  1216. is a new all-in-one installation procedure for MUSIC, now included in
  1217. ikmker.ins in the Kermit distribution.
  1218.  
  1219. The updates are described in a little more detail in the respective BWR
  1220. files, and are contained in the NUP files (ik*ker.nup).  Follow the
  1221. instructions in the appropriate ik*ker.ins for installing a test verion.
  1222.  
  1223. The new features are applied to the 4.3.0 source code using the appropriate
  1224. update program.  The new files are available via anonymous ftp from
  1225. kermit.columbia.edu, directory kermit/b, text mode, and also from
  1226. KERMSRV@CUVMA on BITNET (EARN (CREN) ):
  1227.  
  1228.  System      Updates       Documentation
  1229.   VM/CMS      ikcker.nup    ikcker.bwr
  1230.   MVS/TSO     iktker.nup    iktker.bwr
  1231.   CICS        ikxker.nup    ikxker.bwr
  1232.   MUSIC       ikmker.nup    ikmker.bwr
  1233.  
  1234. Please send test reports by e-mail to kermit@columbia.edu.
  1235.  
  1236. ------------------------------
  1237.  
  1238.  
  1239. Page 22                                               INFO-KERMIT DIGEST V20 #3
  1240.  
  1241. From: Christine M Gianone <cmg@columbia.edu>
  1242. Subject: MS-DOS Kermit 3.1 Beta Test Continues
  1243. Date: Mon Nov 28 09:49:46 1994
  1244. Keywords: MS-DOS Kermit 3.14, Cyrillic
  1245.  
  1246. The MS-DOS Kermit 3.14 beta testing period continues.  Numerous improvements
  1247. have already been made as a result of the testing so far, most of them
  1248. related to serial communications (RTS/CTS flow control and SET CARRIER ON
  1249. improvements) and BBS operation (Fossil driver interface added, ANSI
  1250. terminal emulation improvements).  Also the Cyrillic support has been
  1251. strengthened, including the addition of some keyboard drivers.
  1252.  
  1253. The ZIP file remains available via anonymous ftp from kermit.columbia.edu in
  1254. the directory kermit/test/bin, filename msv314.zip.  Transfer it in binary
  1255. mode, and then unzip it with the "-d" switch (needed to preserve the
  1256. subdirectory structure - important!), read the top-level READ.ME file, and
  1257. go from there.
  1258.  
  1259. Send reports by e-mail to kermit@columbia.edu.  Hopefully we'll have a final
  1260. release in a short amount of time.  Thanks to Joe Doupnik for his careful
  1261. attention to all the Beta test reports so far, and for his continued
  1262. dedication to MS-DOS Kermit and its users.
  1263.  
  1264. ------------------------------
  1265.  
  1266. End of Info-Kermit Digest
  1267.  
  1268. Index                                                                   Page 23
  1269.  
  1270. AOS/VS C-Kermit, 1, 19
  1271. BNC-12, 11
  1272. Burroughs, 18
  1273. C-Kermit, 1, 19
  1274. C-Kermit Manual, 9
  1275. CICS Kermit, 21
  1276. CMS Kermit, 21
  1277. Cyrillic, 13, 22
  1278. Data General Terminal Emulation, 13
  1279. Digital Press, 11
  1280. German Documentation for C-Kermit, 9
  1281. Hebrew, 13
  1282. HP-3000, 18
  1283. IBM Mainframe Kermit, 21
  1284. Kermit Books, 11
  1285. LAB-80, 11
  1286. MED-80, 11
  1287. MPE, 18
  1288. MS-DOS Kermit 3.14, 13, 22
  1289. MUSIC Kermit, 21
  1290. MVS, See TSO or CICS 
  1291. NIC-80, 11
  1292. Nicolet Kermit, 11
  1293. NMR-80, 11
  1294. OS-9 C-Kermit, 1, 19
  1295. OS/2 C-Kermit, 1, 19
  1296. QNX C-Kermit, 1, 19
  1297. Recovery, 1, 19, 21
  1298. Recovery, File Transfer, 13
  1299. RESEND, 1, 19, 21
  1300. ROSCOE, See TSO 
  1301. SPL, 18
  1302. Stratus VOS C-Kermit, 1, 19
  1303. TSO Kermit, 21
  1304. UNISYS, 18
  1305. UNIX C-Kermit, 1, 19
  1306. VM/CMS, See CMS 
  1307. VMS C-Kermit, 1, 19
  1308. Wyse Terminal Emulation, 13
  1309.