home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / c-kermit / ck70b02.txt < prev    next >
Internet Message Format  |  2020-01-01  |  21KB

  1. From: Frank da Cruz <fdc@watsun.cc.columbia.edu>
  2. Date: Mon, 28 Dec 98 15:08:30 EST
  3. To: C-Kermit Developers and Testers <kermit@columbia.edu>
  4. Subject: C-Kermit 7.0 Beta
  5.  
  6. This is a pre-announcement of C-Kermit 7.0 Beta.  Various unannounced Alphas
  7. and an ever-changing Beta.01 have been floating around for some months; this
  8. is Beta.02, and is expected to provide a stationary target for some days or
  9. weeks.
  10.  
  11. Version 6.1, under Beta testing earlier this year and last announced as
  12. Beta.05 in May, has been upgraded to 7.0 due to the large number of changes
  13. since then, including:
  14.  
  15. Internet:
  16.  . Internet Kermit Service Daemon (this is main item, see below)
  17.  . Expanded and reworked Telnet negotiations
  18.  . Telnet negotiations now handled during file transfer
  19.  . Server-side Telnet protocol
  20.  
  21. General:
  22.  . Command-line personalities (e.g. acts like telnet if called telnet).
  23.  . SET COMMAND AUTODOWNLOAD { ON, OFF } (autodownload at command prompt)
  24.  . Local and server COPY commands now intrinsic (in UNIX)
  25.  . Local and server DIRECTORY commands now intrinsic (in UNIX and VMS)
  26.  . New built-in DIRECTORY command has numerous options.
  27.  . New SET OPTIONS command to customize directory-listing preferences.
  28.  . TYPE /PAGE ("more") added.
  29.  . New MANUAL command to access online man page, help topic, or manual.
  30.  . "kermit <opts> -- <data>" now accepted ("--" as synonym for "=").
  31.  . Service directory & other updates to standard initialization file.
  32.  
  33. Kermit protocol:
  34.  . FAST Kermit protocol settings are now the default.
  35.  . Streaming now controlled by local Kermit and negotiated automatically.
  36.  . Added SET FILE PATTERNS AUTO (= ON but only if A-packets negotiated).
  37.  . Added CLEAR BINARY-PATTERNS and TEXT-PATTERNS
  38.  . Various Kermit protocol problems fixed ("Receive window full", etc)
  39.  . Loopholes in file permission-setting code plugged
  40.  . Bugs with file date/time vs timezone (mostly) fixed in {Free,Open,Net}BSD.
  41.  . Fixed: SEND /BIN was erroneously forcing FILENAMES to CONVERTED.
  42.  . Better handling of overlong path segments in incoming filespecs (UNIX).
  43.  
  44. Client/server:
  45.  . New keepalive during long-running REMOTE HOST commands prevents timeouts.
  46.  . Server CD messages a`la FTP, local too.
  47.  . Fixed nonworking GET-option combinations like /DELETE /RECURSIVE /RECOVER
  48.  . Additional GET options added: /EXCEPT:<list>
  49.  . VMS RESEND / REGET fixes
  50.  . REMOTE EXIT
  51.  . R-command shortcuts for REMOTE commands (e.g. RCD for REMOTE CD).
  52.  
  53. Script language:
  54.  . TAKE command now can pass arguments to command files, as DO can to macros.
  55.  . With \&_[] array it is now possible to pass more than 9 arguments
  56.  . New SHIFT command to shift macro/command-file arguments
  57.  . New built-in sorting and display of arrays.
  58.  . New functions to load arrays with file or directory lists.
  59.  . Easier access by scripts to command-line arguments (as \%0..9, \v(argc))
  60.  . Added CLEAR ALARM + fixes for alarms that span midnight
  61.  . Date conversion functions (Julian dates, etc)
  62.  
  63. Logs:
  64.  . New syslogging option for UNIX
  65.  . New connection log
  66.  . New FTPD-like transaction-log format option
  67.  . Time-critical debugging with millisecond timestamps.
  68.  
  69. Serial communications:
  70.  . New support for 8 data bits + parity on serial connections.
  71.  . New ability to select number of stop bits on serial connections.
  72.  . SET CLOSE-ON-DISCONNECT { ON, OFF } for serial connections.
  73.  . New SET DIAL MACRO for last-minute phone number manipulations.
  74.  . Improved support for high serial speeds on many platforms.
  75.  . New modem types: Atlas/Newcom 33600ifxC
  76.  . Major improvements in UNIX UUCP lockfile handling for Linux, SCO, ...
  77.  . SET DIAL PBX-EXCHANGE now supports multi-exchange PBXs.
  78.  
  79. Character sets:
  80.  . New character sets:
  81.     - ISO 8859-15 Latin Alphabet 9 (includes Euro and OE)
  82.     - Bulgaria-PC (code page)
  83.     - Mazovia (Polish PC code page)
  84.     - CP855 (Cyrillic)
  85.     - CP858 (PC code page, includes Euro)
  86.     - CP1250, 1251, 1252 (Windows code pages, include Euro)
  87.  . Automatic file-character-set switching upon file reception.
  88.  
  89. New platforms:
  90.  . Unixware 7
  91.  . Solaris 7
  92.  . IRIX 6.5
  93.  . AIX 4.2 and 4.3
  94.  . Red Hat Linux 5.1 and 5.2
  95.  . Slackware Linux 3.5
  96.  
  97. Note: The list above does not include the changes from 6.0.192 to 6.1.193
  98. Beta.05 (see ftp://kermit.columbia.edu/kermit/test/bin/READ.ME).
  99.  
  100. And in case you were going to ask, the following major tasks were deferred
  101. (but with no commitment) to a future release:
  102.  
  103.  . Unicode
  104.  . pty control for local scripting
  105.  . Generalized file handling:
  106.     - OPEN multiple files
  107.     - OPEN for read/write access (e.g. for COM port)
  108.     - Reading/Writing binary file data
  109.  . Associative arrays
  110.  . Key mapping on workstations (F keys, Alt-key combos, arrow keys, etc)
  111.  . Dealing with timezones in cross-timezone file transfer.
  112.  . Additional GET selectors
  113.  . Telnet protocol diagnostics & error codes
  114.  . Idle limits, session limits, server limits...
  115.  . Integrated XYZMODEM, FTP, and other protocols.
  116.  
  117. THE INTERNET KERMIT SERVICE DAEMON
  118.  
  119. In UNIX only, C-Kermit 7.0 can be set up as an Internet daemon under inetd,
  120. similar to an FTP server, using a TCP port and Telnet options assigned for
  121. this purpose by the Internet Assigned Number Authority (IANA) and described 
  122. in Internet Drafts currently under review:
  123.  
  124.   http://www.columbia.edu/kermit/standards.html
  125.  
  126. The Internet Kermit Service Daemon (IKSD) can be accessed in client/server
  127. mode from any Kermit client (similar to how FTP works), but can also be
  128. accessed directly at its prompt, which opens up a whole new world of
  129. automation possibilities.  Other advantages over FTP include:
  130.  
  131.  . Character-set translation
  132.  . Flexible file selection mechanisms (date, size, exception lists, etc)
  133.  . Preservation of timestamps and permissions
  134.  . Automatic per-file text/binary mode switching
  135.  . Directory-tree transfer
  136.  . Filename collisions options (e.g. backup, update).
  137.  . Atomic file movement (delete or move source file iff transfer successful)
  138.  . Recovery of interrupted binary-mode transfers (*)
  139.  . File transfer through firewalls, proxies, or network address translators
  140.  . File transfer through a combination of transports (e.g. terminal servers)
  141.  . Configurability as a secure server with Kerberos or SRP.
  142.  . Experimental support for SSLeay SSL/TLS privacy.
  143.  
  144. (*) Some FTP servers also support this.
  145.  
  146. Note that timestamps, permissions, text/binary mode switching, and directory
  147. tree transfer are not restricted to UNIX-to-UNIX connections, but also work
  148. with Kermit clients on other platforms including Windows 95/98/NT, OS/2, and
  149. VMS (as appropriate -- e.g. permissions don't apply to Windows).
  150.  
  151. A prototype IKSD is available for public access at:
  152.  
  153.   kermit.columbia.edu, port 1649
  154.  
  155. Anonymous logins are welcome: give a user ID of "anonymous" or "ftp", and
  156. supply your email address as the password.  You may log in interactively
  157. on a Telnet connection:
  158.  
  159.   telnet kermit.columbia.edu 1649
  160.   Username: anonymous
  161.   Password: abc@xyz.com
  162.  
  163. Or you can make a client/server connection as follows:
  164.  
  165.   set host kermit.columbia.edu 1649  
  166.   remote login anonymous abc@xyz.com
  167.  
  168. When you use C-Kermit 7.0 itself as the client, you will have a new "tight
  169. coupling" between client and server, in which each partner tracks the "mode"
  170. of the other (prompt, connect, server, etc).  When you make an anonymous
  171. connection to this server, you will find yourself in the /pub/ftp tree, and
  172. can access any directories or files you could access with anonymous FTP to
  173. same server.
  174.  
  175. SECURITY
  176.  
  177. C-Kermit 7.0 can be built to incorporate support for Kerberos IV, Kerberos V,
  178. or Secure Remote Password (SRP)(TM) security.  The files needed for this are
  179. not included with the standard distribution due to USA export law.  If you
  180. are in the USA or Canada and wish to build a secure version of C-Kermit,
  181. please contact us directly at kermit-support@columbia.edu.
  182.  
  183. REMEMBER THIS IS A TEST VERSION
  184.  
  185. This is the first announced test of this version of C-Kermit and of the IKSD,
  186. so there are bound to be some rough edges.  Be sure to report any problems to:
  187.  
  188.   kermit-support@columbia.edu.
  189.  
  190. After a period of closed testing, hopefully we can go forward with a public
  191. announcement on the newsgroups and website, and then final release as soon
  192. as possible of both C-Kermit 7.0, and K95 1.1.18, which will be based on it.
  193.  
  194. KERMIT 95 USERS
  195.  
  196. Test builds of Kermit 95 incorporating IKS client support will be
  197. made available to registered users upon request.  Send requests:
  198.  
  199.   To: kermit-support@columbia.edu
  200.   Subject: K95 IKS Beta Request
  201.  
  202. Include your serial number and K95 version number.
  203.  
  204. ACKNOWLEDGEMENTS
  205.  
  206. To list everybody who helped with this new release with information,
  207. testing, code, suggestions, or hosting build/test sites would make this
  208. announcement WAY too long (plus it's not clear who would or would not prefer
  209. to remain anonymous).  To mention just a few:
  210.  
  211.   Joe Doupnik: For design/testing + Unixware, VMS, and Solaris 7 hosting.
  212.   Peter Eichhorn: For building/testing on every conceivable HPUX platform.
  213.   Nick Kisseberth: For AIX hosting and info.
  214.   Ted Ts'o, Gert Doering, and Patrick Volkerding: Linux info & help.
  215.   Max Evarts: For Red Hat setup.
  216.   Certain companies: For donations of software and manuals.
  217.  
  218. WHERE TO FIND IT
  219.  
  220. C-Kermit 7.0.195 Beta.02 is in the kermit/test tree at the Kermit ftp site,
  221. along with drafts of all the update documentation, etc:
  222.  
  223.  ftp://kermit.columbia.edu/kermit/test/tar/
  224.    cku195src.tar.Z   Source code (UNIX and VMS), tar, UNIX compress
  225.    cku195src.tar.gz  Source code (UNIX and VMS), tar, gzipped
  226.    cku195txt.tar.Z   Other text files, tar, UNIX compress
  227.    cku195txt.tar.gz  Other text files, tar, gzipped
  228.    cku195.tar.Z      All sources and text files, tar, UNIX compress
  229.    cku195.tar.gz     All sources and text files, tar, gzipped
  230.    cku195.zip        All sources and text files, zipped (Info-ZIP)
  231.  
  232.  ftp://kermit.columbia.edu/kermit/test/text/
  233.    Common and individual source and text files for UNIX, VMS, OS-9,
  234.    AOS/VS, Stratus VOS, etc etc.
  235.  
  236.  Among the interesting text files:
  237.    ckermit2.txt    -- User documentation of new features since 6.0.
  238.    iksd.txt        -- Internet Kermit Service Daemon documentation.
  239.    security.txt    -- Documentation of Kerberos and SRP features.
  240.    ckaaaa.txt      -- Overview of files, file naming conventions, etc.
  241.    ckc195.txt      -- Program edit history since 6.0.
  242.    ckuins.txt      -- UNIX installation instructions.
  243.    ckvins.txt      -- VMS installation instructions.
  244.    ckcbwr.txt      -- General C-Kermit "beware file" (hints and tips).
  245.    ckubwr.txt      -- UNIX C-Kermit beware file.
  246.    ckvbwr.txt      -- VMS C-Kermit beware file.
  247.    ckcplm.txt      -- Program logic manual, API definition, etc.
  248.    ckccfg.txt      -- Program configuration options.
  249.  
  250. Note that all .upd, .doc, .hlp, and .bwr files have had their filetypes
  251. changed to .txt, for the benefit of Windows based Web browsers that that
  252. associate the earlier file types (.doc, .hlp, etc) with Windows applications.
  253.  
  254. LINUX INFO
  255.  
  256. The various Linux distributions are no longer necessarily binary compatible.
  257. So although (let's hope!) the same "linux" makefile entry can be used to
  258. build C-Kermit on any Linux system, the resulting binaries are not
  259. necessarily transportable, due to library issues.  For example, the Red Hat
  260. and Slackware binaries included below are not interchangeable.
  261.  
  262. INSTALL PACKAGES
  263.  
  264. Install packages are not built.  We would not have the wherewithall to build
  265. more than one or two of them here, and in any case C-Kermit is not the kind
  266. of software package that necessarily should have a one-step installation, if
  267. only because the installer should make certain well-informed choices first,
  268. especially regarding (in UNIX) setuid and/or setgid installation versus
  269. opening up the UUCP lockfile directory and appropriate serial devices, and
  270. the implications of each choice.  Nevertheless, install packages have been
  271. donated in previous releases for Red Hat, Debian, Slackware, Solaris, AIX,
  272. etc, and hopefully will be again once C-Kermit 7.0 is released for real.
  273.  
  274. INDIVIDUAL BETA.02 BINARIES
  275.  
  276. The binaries marked with (+) are C-Kermit 7.0 Beta.02, transferred using
  277. itself to the Kermit ftp site.  The others are from the 6.1/7.0 development
  278. cycle, built at sites that can't be reached any more or that have since been
  279. upgraded to newer OS versions, or built on systems that don't work any more,
  280. or that were sent in by others.  These are all plain, flat uncompressed
  281. binary files, to be downloaded in binary mode and renamed appropriately
  282. (to "kermit", "KERMIT.EXE", etc).  The ones whose names start with ck*195,
  283. but without a + sign are not 7.0 Beta.02, but were built within the past
  284. couple weeks.  Those that don't start with ck*195 are anywhere between one
  285. month and two years old.
  286.  
  287.  ftp://kermit.columbia.edu/kermit/test/bin/
  288.  + ckd195-aosvsii-2.20.73.pr     DG MV 2500 AOS/VS-II 2.20.73
  289.    ckiker.exe                    Commodore Amiga
  290.    ckpker.plan9-68020            Plan 9 from Bell Labs on 680x0
  291.    ckpker.plan9-i386             Plan 9 from Bell Labs on PC
  292.    ckpker.plan9-mips             Plan 9 from Bell Labs on MIPS
  293.    ckpker.plan9-sparc            Plan 9 from Bell Labs on Sparc
  294.  + cku195.aix41                  IBM RS/6000 AIX 4.1
  295.  + cku195.aix42-4.2.1            IBM RS/6000 AIX 4.2.1
  296.  + cku195.aix43-4.3.1            IBM RS/6000 AIX 4.3.1
  297.  + cku195.aix41-4.3.2            IBM RS/6000 AIX 4.3.2
  298.    ckuker.att351gm               AT&T 7300 UNIX PC, UNIX 3.51
  299.    ckuker.bsd44-hp9000_300       HP-9000/300, 4.4BSD
  300.    ckuker.bsdi2-2.1              PC, BSDI 2.1
  301.    ckuker.bsdi2-3.0              PC, BSDI 3.0
  302.  + cku195.bsdi3-3.1              PC, BSDI 3.1
  303.  + cku195.du32                   DEC Alpha Digital UNIX 3.2
  304.  + cku195.du40                   DEC Alpha Digital UNIX 4.0B
  305.  + cku195.freebsd2-i386-2.2.7    PC, FreeBSD 2.2.7
  306.    cku195.hpux500wintcp          HP-9000/550 HP-UX 5.21 with TWG-TCP/IP 1.2
  307.    ckuker.hpux65oc-hp9000_350    HP-9000/350 HP-UX 6.50
  308.    ckuker.hpux70olfnc-hp9000_350 HP-9000/300 HP-UX 7.00
  309.  + ckuker.hpux80-s300-8.00       HP-9000/385 HP-UX 8.00 (no curses, no opt.)
  310.  + cku195.hpux80c-s300-8.00      HP-9000/385 HP-UX 8.00 (not optimized)
  311.  + ckuker.hpux90-s700-9.05       HP-9000/712 HP-UX 9.05 (not optimized)
  312.  + ckuker.hpux90o700-s700-9.05   HP-9000/712 HP-UX 9.05 (optimized for mod 700)
  313.  + cku195.hpux100-s700-10.20     HP-9000/715/33 HP-UX 10.20 (not optimized)
  314.  + cku195.hpux100o-s700-10.20    HP-9000/715/33 HP-UX 10.20 (optimized)
  315.    ckuker.hpux1100               HP-9000/871/D370, HP-UX 11.00 (not optimized)
  316.    ckuker.hpux1100o+             HP-9000/871/D370, HP-UX 11.00 (optimized)
  317.    ckuker.irix53                 SGI IRIX 5.3
  318.  + cku195.irix62                 SGI IRIX 6.2
  319.    ckuker.irix63                 SGI IRIX 6.3
  320.  + cku195.irix65-indy-6.5.1      SGI Indy R4600 PC, IRIX 6.5.1   
  321.  + cku195.irix65-o200-6.5.1      SGI Indy Origin 200, IRIX 6.5.1   
  322.    ckuker.is5r3jc                PC, Sunsoft Interactive UNIX 4.1
  323.    ckuker.linux-1.2.13-i386      PC, Red Hat Linux 3.03, kernel 1.2.13
  324.    ckuker.linux-2.0.33-mc68000   Motorola 680x0, Linux 2.0.33
  325.    ckuker.linux-2.0.35-i386-suse-5.1 PC, Linux 2.0.35, Suse 5.1
  326.    cku195.linux-i386-rh5.2       PC, Red Hat Linux 5.2, kernel 2.1.125
  327.    cku195.linux-i386-sw3.5.0     PC, Slackware Linux 3.5.0, kernel 2.0.36
  328.  + cku195.next-3.1-mc68k         NeXT 68040 NeXTSTEP 3.1
  329.    ckuker.next33-mc68040         NeXT 68040 NeXTSTEP 3.3
  330.    ckuker.ps2aix3-1.2.1          IBM PS/2 AIX 1.2.1
  331.    ckuker.pydcosx                Pyramid
  332.    ckuker.pyramid                Pyramid
  333.    ckuker.pyrdcosx               Pyramid
  334.  + cku195.qnx16                  QNX 4.24 16-bit
  335.  + cku195.qnx32                  QNX 4.24 32-bit
  336.    ckuker.rs6aix32c              IBM RS/6000 AIX 3.2
  337.    ckuker.sco32v4netnd           PC, SCO UNIX 3.2v4
  338.    ckuker.sco32v4netnd-odt2      PC, SCO ODT 2.0
  339.    ckuker.sco32v504              PC, SCO OpenServer 5.0.4 (no net)
  340.    ckuker.sco32v504net           PC, SCO OpenServer 5.0.4 (TCP/IP)
  341.  + cku195.sco32v505net           PC, SCO OpenServer 5.0.5 (TCP/IP)
  342.  + cku195.sinix542-mips-5.42     SNI SINIX-N 5.4.2 MIPS (RM200)
  343.  + cku195.solaris24-sparc-2.4    Sun Sparc, Solaris 2.4
  344.    ckuker.solaris24g-sparc       Sun Sparc, Solaris 2.4 (made with gcc)
  345.  + cku195.solaris24x25-sparc     Sun Sparc, Solaris 2.4 with SunLink X.25
  346.  + cku195.solaris25-sparc-2.5.1  Sun Sparc, Solaris 2.5.1
  347.  + cku195.solaris25g-sparc-2.5.1 Sun Sparc, Solaris 2.5.1 (made with gcc)
  348.  + cku195.solaris26-i386         PC, Solaris 2.6
  349.  + cku195.solaris26-sparc        Sun Sparc, Solaris 2.6
  350.  + cku195.solaris7g-i386         PC, Solaris 7 (made with gcc)
  351.    cku195.solaris7g-sparc        Sun Sparc, Solaris 7 (made with gcc)
  352.  + cku195.sunos41c-4.1.3         Sun Sparc, SunOS 4.1.3_U1 (full)
  353.  + ckuker.sv68r3v6               Motorola MVME 147 68K, System V/68 R3V6
  354.  + ckuker.sv88r40-4.3            Motorola MVME 197 88K, System V R4 V4.3 
  355.  + ckuker.sv88r40-4.4            Motorola MVME 187 88K, System V R4 V4.4 
  356.  + cku195.ultrix43-mips          DECstation 5000, Ultrix 4.3
  357.    ckuker.unixware2-2.1.1        PC, Unixware 2.1.1
  358.    ckuker.unixware2-2.1.2        PC, Unixware 2.1.2
  359.  + cku195.unixware2-2.1.3        PC, Unixware 2.1.3
  360.  + cku195.unixware7-7.0.1        PC, Unixware 7.0.1
  361.    ckvaker-vms62-nonet.exe       Alpha CPU, VMS 6.2,   no TCP/IP
  362.    ckvaker-vms62-tgv40a.exe      Alpha CPU, VMS 6.2,   MultiNet 4.0A
  363.  + ckva195-vms71-nonet.exe       Alpha CPU, VMS 7.1,   no TCP/IP
  364.  + ckva195-vms71-tgv40a.exe      Alpha CPU, VMS 7.1,   MultiNet 4.0A
  365.    ckvaker-vms71-tgv40b.exe      Alpha CPU, VMS 7.1,   MultiNet 4.0B
  366.  + ckva195-vms71-tgv41b.exe      Alpha CPU, VMS 7.1,   MultiNet 4.1B
  367.    ckvvker-vms45-nonet.exe       VAX CPU,   VMS 4.5,   no TCP/IP
  368.  + ckvv195-vms55-nonet.exe       VAX CPU,   VMS 5.5-2, no TCP/IP
  369.  + ckvv195-vms55-ucx20.exe       VAX CPU,   VMS 5.5-2, UCX 2.0
  370.  + ckvv195-vms61-nonet.exe       VAX CPU,   VMS 6.1,   no TCP/IP
  371.  + ckvv195-vms61-tgv40a.exe      VAX CPU,   VMS 6.1,   MultiNet 4.0AX
  372.  + ckvv195-vms71-nonet.exe       VAX CPU,   VMS 7.1,   no TCP/IP
  373.  + ckvv195-vms71-tgv40b.exe      VAX CPU,   VMS 7.1,   MultiNet 4.0B
  374.  
  375. If you have access to a development platform not listed above with a "+"
  376. where you can try building C-Kermit 7.0, please contact us with the results
  377. (or for help if needed).  Or just upload successfully-built binaries to:
  378.  
  379.   ftp://kermit.columbia.edu/kermit/incoming/
  380.  
  381. using the naming conventions that should be obvious from the list above :-)
  382. and send a note saying what it is and who it is from (list details of
  383. machine make & model, OS & version).
  384.  
  385. Thanks!
  386.  
  387. Frank da Cruz and Jeffrey Altman
  388. The Kermit Project, Columbia University
  389. New York City
  390. kermit-support@columbia.edu
  391.  
  392. 30-Dec-98  2:17:05-GMT,2288;000000000001
  393. Return-Path: <fdc>
  394. Received: (from fdc@localhost)
  395.     by watsun.cc.columbia.edu (8.8.5/8.8.5) id VAA27853;
  396.     Tue, 29 Dec 1998 21:12:54 -0500 (EST)
  397. From: Frank da Cruz <fdc@watsun.cc.columbia.edu>
  398. Sender: Frank da Cruz <fdc@watsun.cc.columbia.edu>
  399. Date: Tue, 29 Dec 98 21:12:54 EST
  400. To: C-Kermit Developers and Testers <kermit@columbia.edu>
  401. Reply-to: kermit@columbia.edu
  402. Subject: C-Kermit 7.0 Beta.02 Reports
  403. Message-ID: <CMM.0.90.4.914983974.fdc@watsun.cc.columbia.edu>
  404.  
  405. Thanks for all the reports and contributed binaries.  So far C-Kermit 7.0
  406. Beta.02 appears pretty solid.  The main complaint has been that Telnet
  407. negotiations, especially at the beginning of a connection, are slower than
  408. before, and sometimes take MUCH longer than they should.  This is partly
  409. unavoidable since some of the newly implemented Telnet option negotiations
  410. -- by definition -- demand replies before proceeding, but also partly
  411. correctable.  Beta.03 should be faster in most situations, dramatically so
  412. in some.
  413.  
  414. A few people have tried out the Internet Kermit Service Daemon at
  415. kermit.columbia.edu port 1649.  Connections to this service are affected
  416. in varying degrees by the aforementioned problems, especially on links
  417. with long round-trip times.  Beta.03 should bring relief.  (Some minor
  418. adjustments will be made to the Internet Drafts specifying the Kermit
  419. option negotiations.)  Meanwhile, it should work OK with pre-IKSD-aware
  420. Telnet clients like C-Kermit 6.1 or earlier, MS-DOS Kermit, or K95.
  421. Try it out!
  422.  
  423.   telnet://kermit.columbia.edu:1649
  424.  
  425. Of course there are the expected minor source-level syntactic glitches
  426. that show up every time a new release is compiled all over the place, and
  427. these too -- at least all the ones I hear about -- should be cleared up in
  428. Beta.03.
  429.  
  430. Meanwhile, a C-Kermit 7.0 Beta web page is up but not linked to from
  431. anywhere.  It can be accessed directly at:
  432.  
  433.   http://www.columbia.edu/kermit/ck70.html
  434.  
  435. It contains links to all the new binaries, tar archives, zip files, etc
  436. (but some debugging might be needed).
  437.  
  438. There is also a new web page providing preliminary user-level instructions
  439. for accessing and using the IKSD:
  440.  
  441.   http://www.columbia.edu/kermit/cuiksd.html
  442.  
  443. Comments and suggestions welcome.
  444.  
  445. - Frank
  446.  
  447. P.S. Anybody who wants off this mailing list, just say so.
  448.  
  449.