home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / cdccyber / cd3ker.msg < prev    next >
Text File  |  2020-01-01  |  6KB  |  150 lines

  1. CDC Cyber Kermit Version 3 Available.                                   3/19/87
  2.   
  3.   
  4. A new version of Kermit is available for CDC Cybers running NOS.  It is derived
  5. from the U of Texas Fortran 5 Kermit, with NOS/BE and UT2D support removed.  It
  6. contains the following new features and changes (items 8 through 10 are new for
  7. Version 3.3.) 
  8.   
  9.   
  10. 1.  Wildcard file names on the SEND command and server GET command.  A '*'
  11.     stands for any 0 or more characters.  A '?' stands for any one character. 
  12.   
  13.     For example: 
  14.          *BUG      All files ending in BUG.
  15.          *DOG*     All files containing DOG.
  16.          F*        All files starting with F.
  17.          F?X*      All files whose names start with F and contain X in the
  18.                    the third position, followed by 0 or more characters.
  19.   
  20.   
  21. 2.  Local and permanent file SEND and server GET.  If no local files match the
  22.     request, the user's permanent file catalog is searched.
  23.   
  24.     If the specified file name is preceeded by 'L:', only local files are
  25.     sent.  If preceeded by 'P:', only permanent files are sent.
  26.   
  27. 3.  A DIRECTORY command and server REMOTE DIRECTORY command.  Lists local
  28.     (by default) or permanent file names.  Accepts wildcards and/or L: and
  29.     P: specifications (above).
  30.   
  31. 4.  Automatic recognition of DISPLAY CODE, 6/12 ASCII, and 8/12 ASCII file
  32.     text modes on SEND.  Receives 6/12 ASCII by default.
  33.   
  34.     The SET FILE-MODE command allows BINARY and TEXT file types.
  35.   
  36.     SET TEXT-MODE allows AUTO to set automatic recognition (above), or
  37.     DISPLAY, 6/12-ASCII, or 8/12-ASCII to force a specific character
  38.     translation for TEXT file mode.
  39.   
  40.     BINARY file mode stores characters as 7.5 8-bit characters per 60 bit
  41.     Cyber word.
  42.   
  43. 5.  Supports repeated character compression (if the micro Kermit allows). 
  44.   
  45. 6.  Supports long file transfer packets up to 1000 characters (if the
  46.     micro Kermit allows).
  47.   
  48.     Use the SET RECEIVE PACKET 1000 command within Cyber Kermit to enable
  49.     long packet receive.  To send long packets, enter the above command in 
  50.     your micro Kermit, if it supports long packets.
  51.   
  52. 7.  Cyber Kermit no longer affects the parity of your terminal connection.
  53.     If you have trouble sending or receiving files, check your parity
  54.     setting.  On the Cyber, the parity at login is set to NONE.  Note that 
  55.     changing your terminal class (TC parameter) via TRMDEF or %TC=?? will
  56.     reset your parity setting.
  57.   
  58. 8.  ***New for V3.3***   (May, 1987)
  59.     Kermit will take commands from the file KERMINI at startup time.  You
  60.     may use this to set non-standard parameters, start up an server
  61.     automatically, etc.  Kermit will first look for a local KERMINI, then
  62.     for a permanent file KERMINI.
  63.   
  64. 9.  ***New for V3.3***
  65.     There is now a   TAKE filename  command to direct Kermit to read its 
  66.     commands from a local or permanent file.  It searches for local and
  67.     permanent files like the SEND command, above.
  68.   
  69. 10. ***New for V3.3***
  70.     When files are being received by the Cyber, Kermit will now attempt to
  71.     use up to 3 characters of the micro's filename's extension as part of the
  72.     Cyber's file name.  This allows file transfers of the form   LONGNAME.* 
  73.     to proceed with fewer file name conflict problems.
  74.   
  75.   
  76.   
  77.   
  78.       Installation Instructions: 
  79.   
  80.       There are 6 files in the CDC Kermit Version 3 release: 
  81.   
  82.           CD3KERM.MSG   This file
  83.           CD3KERM.INS   Installation proc, store as KERMINS
  84.           CD3KERM.SRC   Update Source file of Kermit V3, store as
  85.                         KERMSRC.  Display Code file (it has ^ characters).
  86.           CD3KERM.HLP   ASCII help file, store as direct file
  87.                         KERMHLP/UN=LIBRARY,CT=PU
  88.           CD3KERM.DOC   ASCII documentation file
  89.           CD3KERM.MSS   ASCII SCRIBE source for CD3KERM.DOC
  90.   
  91.   
  92.       1.  Store CD3KERM.SRC as perm file under installer's username as 
  93.           KERMSRC.
  94.   
  95.       2.  Run KERMINS to build KERMIT overlay file.  If a file KERMODS is
  96.           found, it is expected to be an Update modset to be applied
  97.           against the Kermit PL.  Print KERMLST file if desired.
  98.   
  99.       3.  Store KERMIT wherever your users can get to it.
  100.   
  101.       4.  Store CD3KERM.HLP as direct file KERMHLP/UN=LIBRARY,CT=PU.
  102.           (change in routine KRM0300 if required)
  103.   
  104.       5.  Print CD3KERM.DOC on upper/lower case printer.
  105.   
  106.       6.  It is advised that PP routine TLX resides on fast storage, CM
  107.           or EM, since it is called fairly often while waiting for packets.
  108.   
  109.       7.  Remember to inform your users of the 3 incompatibilities: 
  110.   
  111.             The connection parity is no longer changed by Cyber Kermit,
  112.             so if their connection parity doesn't match the micro,
  113.             transfers will not work.
  114.   
  115.             The default text send mode is AUTO and receive mode is 6/12.
  116.             If anything else is needed, use the SET TEXT-MODE command.
  117.   
  118.             BINARY File-Mode is 7.5 8-bit characters per CM word.  This
  119.             matches PC-CONNECT, but not the version 2 of Cyber Kermit.
  120.   
  121.       8.  63 character set sites:  Kermit V3 will update its conversion
  122.           tables automatically for 63 character set.
  123.   
  124.   
  125.   
  126. Please contact me if you have any problems with Cyber Kermit Version 3.
  127.   
  128.       Steve Roseman 
  129.       Lehigh University
  130.       LUSGR@LEHICDC1.BITNET
  131.       (215) 758-3987
  132.   
  133.   
  134. Date: Mon, 9 May 88 16:47:20 EDT
  135. From: Olaf Pors <op@bigfoot.acc.virginia.edu>
  136. Subject: CDC Kermit
  137.  
  138.   I just took a look at the Kermit distribution and
  139. noticed that the CD3KER.IN2 and CD3KER.MOD files were the
  140. ones that conflicted with Steve Roseman's 3.3 version of
  141. Kermit.  Late last year I downloaded Roseman's 3.3 version
  142. and upgraded my mod to correspond (producing version 3.4),
  143. and I thought I sent you the upgraded stuff.
  144.  
  145.   In case something got dropped, here are the two files again.
  146. The first one should be put in place of CD3KER.INS (get rid
  147. of CD3KER.IN2).  The second should be put in place of CD3KER.MOD.
  148.  
  149. Olaf Pors
  150.