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

  1. From: Frank da Cruz <fdc@watsun.cc.columbia.edu>
  2. To: wermit-l@wkuvx1.wku.edu
  3. Subject: C-Kermit 6.1 Alpha.08
  4.  
  5. Here's Alpha.08 of C-Kermit 6.1.193.  Still a closed Alpha (pre-Beta)
  6. test, not ready for open public testing yet.  Details about the new version
  7. are given in the text files mentioned towards the end of this message.
  8. Let me know if you want off the announcement list.
  9.  
  10. (Note: I added some more people to this mailing who haven't seen any of this
  11. before, some of whom have built and/or otherwise taken care of C-Kermit on
  12. other platforms or are working on new ports -- if you have any questions,
  13. send me e-mail.)
  14.  
  15. GENERAL CHANGES SINCE ALPHA.07 (24 Sept 1997)
  16.  
  17. Quite a few!  (If you have not received previous announcements, see the
  18. ckermit2.upd and ckc193.upd files for complete details.)
  19.  
  20. Sending directory trees:
  21.  . SET { SEND, RECEIVE } PATHNAMES { RELATIVE, ABSOLUTE, OFF }
  22.  . Define new common intermediate representation for pathnames (UNIX format).
  23.  . Extend SET FILE NAMES CONVERTED to handle pathnames also.
  24.  . SEND /RECURSIVE allows transmission of directory trees.
  25.  . New functions to get recursive file and directory lists:
  26.    \frfiles(), \fdirectories(), \frdirectories().
  27.  . Text and Binary filename pattern lists for automatic switching.
  28.  . \fnextfile() now works safely from its own separate file/directory list.
  29.  . Bigger file lists allowed in most versions.
  30.  
  31. Client/Server:
  32.  . Local MKDIR and RMDIR commands added.
  33.  . REMOTE MKDIR and RMDIR commands added, for client to tell server to create
  34.    or remove directories, plus corresponding ENABLE and DISABLE commands.
  35.  . Server end of REMOTE MKDIR and RMDIR commands added.
  36.  
  37. Performance:
  38.  . Some hopefully significant file-transfer speedups, especially for
  39.    binary-mode no-parity transfers (some transfers clocked at FTP speeds
  40.    on our local Ethernet).
  41.  . Changed SET TRANSFER CRC-ACCUMULATION default from ON to OFF for speed.
  42.  . SET FILE OUTPUT { BLOCKING, NONBLOCKING, BUFFERED, UNBUFFERED }
  43.  . Peak CPS added to STATISTICS display.
  44.  . STATISTICS { /BRIEF, /VERBOSE }, /BRIEF is new default.
  45.  
  46. More and more SEND qualifiers:
  47.  . SEND /LIST:<name-of-file-containing-list-of-files-to-send>
  48.  . SEND /MOVE:<directory-for-source-file-after-successful-transfer>
  49.  . SEND /RENAME:<new-name-for-source-file-after-successful-transfer>
  50.  
  51. Connections:
  52.  . Better detection of connection loss during and after file transfer.
  53.  . BYE or FINISH when given after connection drops no longer get stuck.
  54.  . Improved messages in fullscreen file-transfer display esp. for failures.
  55.  . URL-stripping for "set host" and "telnet".
  56.  
  57. Command Language and Script Programming:
  58.  . New REDO <pattern> command re-executes the most recent command that
  59.    matches the pattern.
  60.  . New WHERE command ("where did that file go that I just transferred???")
  61.  . ?-file lists now show whether a file is regular or a directory.
  62.  . Automatic (local) arrays for macros and command files.
  63.  . SET OUTPUT SPECIAL-ESCAPE { ON, OFF } to en/disable \N, \B, \L in OUTPUT.
  64.  . New assignment syntax:
  65.     .name = value    means   DEFINE name value
  66.     .name := value   means   ASSIGN name value
  67.     .name ::= value  means   EVALUATE value then assign result to name
  68.  . IF ABSOLUTE <filespec> succeeds if <filespec> is absolute (not relative)
  69.  . DELETE has new /VERBOSE and /QUIET switches
  70.  . Commit each WRITE FILE line to disk when written.
  71.  . Added SHOW LOGS, broke this info out from SHOW FILE.
  72.  . New variables \v(printer), \v(escape), 
  73.  . New functions \fdirname(filespec) (returns the directory part of a
  74.    file specification), \frandom(max) (pseudorandom number generator).
  75.  . Command-file reader more tolerant of unexpected record formats.
  76.  . SET WILD { SHELL, KERMIT } [ { /MATCH-DOT-FILES, /NO-MATCH-DOT-FILES } ]
  77.    (new switches: UNIX only)
  78.  
  79. New command-line options:
  80.  . New command-line option, -G, which is like -g (GET), but sends result to
  81.    stdout.  Use, for example, to suck files up for printing to the remote from
  82.    the local via autoupload: "kermit -G oofa.txt | lpr".
  83.  
  84. Fixes:
  85.  . "define \%a 12:00:00, pause \%a" now works right.
  86.  . Some foulups in autodownload parity detection.
  87.  . EXIT warnings no longer issued when running background or in batch.
  88.  . Numerous minor parsing and command-editing fixes.
  89.  . Clear network buffers before starting a new Rlogin session to prevent
  90.    rlogin protocol foulups.
  91.  
  92. Open Issues:
  93.  . Supporting serial speeds above 38400 in IRIX 6.2 and later, or for that
  94.    matter, supporting "set speed" at all in IRIX 6.2 and later (I'm getting
  95.    mixed reports).
  96.  . Transferring bizarre-record-format files in VMS that worked with Kermit-32.
  97.  . Getting/setting file permissions in VMS
  98.  . Making it work at all on the BeBox.
  99.  . Adding TCP/IP support for Plan 9 (should be interesting!).
  100.  . Lousy performance on AOS/VS (in case anybody cares).  My DG mini is dead
  101.    (as is DG itself as far as I can tell).   Short of a miracle, Alpha.07 is
  102.    the final edition of C-Kermit for AOS/VS. 
  103.  
  104. As you can see, the changes since last time are, well, massive, no doubt 
  105. retain a few rough edges, and need a LOT of heavy testing.
  106.  
  107. The new directory-tree sending ability is pretty unique, I think.  Not only
  108. is it possible to send a directory tree between (say) two UNIXes or two
  109. VMS's, you can do it between any pair of UNIX, VMS, OS/2, Windows 95, Windows
  110. NT (when the next version of K95 comes out), Windows 3.x or DOS (when the
  111. next version of MS-DOS Kermit comes out), or (if anybody can compile and
  112. debug it) AOS/VS.  And not only that, the directories can contain any mixture
  113. of text and binary files.  This is possible because of the following new
  114. developments:
  115.  
  116.  . The new ability of UNIX C-Kermit (and the forthcoming versions of
  117.    K95 and MS-DOS Kermit) to descend through a directory tree when
  118.    sending files (does not apply to VMS which already could do this by
  119.    expanding wildcards such as "[...]*.*"; similarly for AOS/VS).  This
  120.    needs to be added for VOS, OS-9, and other active C-Kermit versions.
  121.  
  122.  . The ability to send relative pathnames (or absolute ones) in a 
  123.    standardized, cross-platform format.
  124.  
  125.  . The ability of C-Kermit to automatically create directories when 
  126.    receiving files (this might need to be added for VOS, OS-9, etc).
  127.  
  128.  . Filename pattern lists for automatic selection of text and binary mode.
  129.    Default lists are supplied for each platform, and the user can replace
  130.    them, add patterns to them, or remove patterns from them.
  131.  
  132. To illustrate how easy it is to send a directory between like systems,
  133. all you need to do on the sending system is:
  134.  
  135.   $ kermit                         ; Start Kermit
  136.   C-Kermit> cd /usr/olga           ; CD to desired source directory
  137.   C-Kermit> send /recursive *      ; Send all files recursively
  138.  
  139. On the receiving computer:
  140.  
  141.   $ kermit                         ; Start Kermit
  142.   C-Kermit> cd /home/ivan/
  143.   C-Kermit> mkdir olgas-files      ; Create desired destination directory
  144.   C-Kermit> cd olgas-files         ; CD to it, and...
  145.   C-Kermit> receive /pathnames:relative ; (abbreviate "r /pa:r")
  146.  
  147. File dates and times are preserved across the transfer, and for UNIX/UNIX
  148. transfers only, also permissions.
  149.  
  150. When sending files between unlike systems, there are lots of other
  151. considerations, obviously, like setting up automatic text/binary mode
  152. switching and character-set conversion appropriately; for example:
  153.  
  154.  Sender:
  155.   cd xxx                           ; CD to root of source tree
  156.   set file type binary             ; Default transfer mode
  157.   set file character-set hp-roman8 ; Local character set for text files
  158.   set xfer character-set latin1    ; Transfer character set
  159.   set file patterns on             ; Enable automatic file-type switching...
  160.   set file binary-patterns *.Z *.gz *.o  ; based on these patterns...
  161.   set file text-patterns *.txt *.c *.h   ; for binary and text files.
  162.   send /recursive *                ; Send all the file in this directory tree
  163.  
  164.  Receiver:
  165.   cd yyy                           ; CD to root of destination tree
  166.   set file character-set cp850     ; Local character set for text files
  167.   receive /pathnames:relative      ; Receive with pathnames
  168.  
  169. WHERE TO FIND IT
  170.  
  171. C-Kermit 6.1.193 Alpha.08 is in the usual places for C-Kermit test versions,
  172. along with early drafts of all the update documentation, etc:
  173.  
  174.  ftp://kermit.columbia.edu/kermit/test/tar/
  175.    cku193src.tar.Z   Source code (UNIX and VMS), tar, UNIX compress
  176.    cku193src.tar.gz  Source code (UNIX and VMS), tar, gzipped
  177.    cku193txt.tar.Z   Other text files, tar, UNIX compress
  178.    cku193txt.tar.gz  Other text files, tar, gzipped
  179.  
  180.  ftp://kermit.columbia.edu/kermit/test/text/
  181.    Individual source and text files.
  182.  
  183.  Among the interesting text files:
  184.    ckermit2.upd    -- Detailed documentation of new features since 6.0.192.
  185.    ckc193.upd      -- Program edit history since 6.0.192.
  186.    ckuins.doc      -- UNIX installation instructions.
  187.    ckvins.doc      -- VMS installation instructions.
  188.    ckvker.bwr      -- VMS C-Kermit "beware file" with new hints on CD, etc.
  189.    ckuker.bwr      -- UNIX C-Kermit beware file.
  190.    ckcplm.doc      -- Program logic manual, API definition, etc.
  191.    alpha0[1-8].txt -- Announcements of each Alpha test.
  192.  
  193. INDIVIDUAL ALPHA.08 BINARIES:
  194.  
  195. I did not have a chance to update and test all of them this time (the net 
  196. has been really awful); the binaries marked with (*) are C-Kermit 6.1.193
  197. Alpha.08, transferred using itself to the Kermit ftp site; the others are
  198. mostly Alpha.07; I'll be bringing the others up to date over the coming days.
  199.  
  200.  ftp://kermit.columbia.edu/kermit/test/bin/
  201.    ckdker-aosvsii.pr:           DG AOS/VS-II
  202.    ckuker.bsd44c-hp9000_300     HP-9000/300 4.4BSD-Lite
  203.    ckuker.bsdi2-2.1             PC, BSDI 2.1
  204.    ckuker.bsdi2-3.0             PC, BSDI 3.0
  205.    ckuker.hpux500wintcp         HP-9000/550 HP-UX 5.21 + TWG-TCP/IP 1.2
  206.    ckuker.hpux80oc-hp9000_385   HP-9000/385 HP-UX 8.00
  207.    ckuker.hpux90o700            HP-9000/712 HP-UX 9.05
  208.  * ckuker.hpux100o-10.20        HP-9000/715 HP-UX 10.20
  209.  * ckuker.du32                  DEC Alpha Digital UNIX 3.2
  210.  * ckuker.du40                  DEC Alpha Digital UNIX 4.0
  211.    ckuker.irix51-5.3            SGI IRIX 5.3
  212.  * ckuker.irix60-6.2            SGI IRIX 6.2
  213.  * ckuker.linux-1.2.13-i386     PC, Red Hat Linux 1.2.13
  214.    ckuker.next-3.1-mc68040      NeXT 68040 NeSTSTEP 3.1
  215.  * ckuker.rs6aix41c             IBM RS/6000 AIX 4.1
  216.    ckuker.sco32v504net          PC, SCO OpenServer 5.0.4
  217.  * ckuker.sinix542-5.42-mips    SNI SINIX 5.4.2 MIPS (RM200)
  218.  * ckuker.solaris2x-2.4-sparc   Sun Sparc, Solaris 2.4
  219.  * ckuker.solaris2x25-2.4-sparc Sun Sparc, Solaris 2.4 + SunLink X.25
  220.  * ckuker.solaris25-2.5.1-sparc Sun Sparc, Solaris 2.5.1
  221.    ckuker.solaris25-2.6-sparc   Sun Sparc, Solaris 2.6
  222.  * ckuker.sunos41c-4.1.3-sparc  Sun Sparc, SunOS 4.1.3_U1
  223.    ckuker.ultrix42c-4.3-mips    DECstation 5000, Ultrix 4.3
  224.  * ckuker.unixware2-2.1.1       PC, Unixware 2.1.1
  225.    ckuker.unixware2-2.1.2       PC, Unixware 2.1.2
  226.    ckvaker-vms62-nonet.exe:     Alpha CPU, VMS 6.2,   no TCP/IP
  227.    ckvaker-vms62-tgv40a.exe:    Alpha CPU, VMS 6.2,   MultiNet 4.0A
  228.    ckvaker-vms71-nonet.exe:     Alpha CPU, VMS 7.1,   no TCP/IP
  229.    ckvaker-vms71-tgv40b.exe:    Alpha CPU, VMS 7.1,   MultiNet 4.0B
  230.    ckvvker-vms55-nonet.exe:     VAX CPU,   VMS 5.5-2, no TCP/IP
  231.  * ckvvker-vms55-ucx20.exe:     VAX CPU,   VMS 5.5-2, UCX 2.0
  232.  * ckvvker-vms61-nonet.exe:     VAX CPU,   VMS 6.1,   no TCP/IP
  233.    ckvvker-vms61-tgv40a.exe:    VAX CPU,   VMS 6.1,   MultiNet 4.0AX
  234.    ckvvker-vms71-nonet.exe:     VAX CPU,   VMS 7.1,   no TCP/IP
  235.    ckvvker-vms71-tgv40b.exe:    VAX CPU,   VMS 7.1,   MultiNet 4.0B
  236.  
  237. I'd be glad to do more of these myself and spare you the trouble -- for that
  238. I'd need guest IDs on systems I can Telnet to from here, and which have the
  239. necessary C compilers, header files, & libraries.
  240.  
  241. Thanks to all of you for your help with & comments on this version so far!
  242. Please beat it to death and send any bug reports straight to me so I don't
  243. embarrass myself too much when announcing the public Beta.
  244.  
  245. If you do succeed in building it on a platform not listed above, please
  246. let me know the details (machine make & model, OS and version, separate
  247. TCP/IP product, if any, and the size (in bytes) of the resulting executable
  248. (for addition to the table in the ckc193.upd file).  And if you have trouble,
  249. of course, let me know.
  250.  
  251. - Frank
  252.