home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / old / ckermit4e / ckdker.ann < prev    next >
Text File  |  2020-01-01  |  2KB  |  53 lines

  1. The new Kermit for the Data General computers is ready for initial release. 
  2. This Kermit is the Unix Kermit version 4D(061) with DG-specific modules for
  3. file I/O (ckdfio.c), terminal I/O (ckdtio.c), and the connect command
  4. (ckdcon.c).  This version supports all the features that Unix Kermit provides,
  5. except for the DIAL command and the SCRIPT command.  The program was developed
  6. under AOS/VS rev 6 and rev 7.54, and with recompilation it may work on other
  7. Data General systems, such as AOS/RT32 and MV/UX.  Version 3.21 of the C
  8. compiler was used to develop the source. 
  9.  
  10.  
  11. In addition to the usual features of C-Kermit, some additional features are
  12. available for the DG Kermit. 
  13.  
  14.     * Data General wild cards and special symbols are supported when
  15.       referencing files, including the following set: # + - * ^ = @
  16.       
  17.     * Fully qualified pathnames can be used to get or send files.  
  18.       Sub-directories are entered if the # character is used.
  19.  
  20.     * DG and non-DG terminals are supported, so that character deletes occur
  21.       correctly on-screen for any terminal device.
  22.       
  23.     * Batch mode operation is supported.
  24.     
  25.     * I/O redirection of the "xeq" command is supported.
  26.     
  27.     * Baud rates up to 38400 are supported, and other additional baud rates
  28.       are supported (enter "help set baud" at the Kermit prompt).
  29.       
  30.     * Terminal emulation on a dial-out line from the DG is very fast, and has
  31.       been tested up to 19200.
  32.  
  33.     * The initialization file, .kermrc, is executed even when Kermit is used
  34.       in command line mode.
  35.       
  36.     * The local space command accepts a directory parameter.
  37.     
  38.  
  39. Documentation is also supplied (ckdker.doc), which is adapted to the Data
  40. General from the regular Unik Kermit document (ckuker.doc).  Installation
  41. guidelines are included (ckdker.bld), and cli macros assist in compiling and
  42. installing the source code.  A "beware" file lists all known bugs and quirks
  43. (ckdker.bwr). 
  44.  
  45.  
  46.                             Phil Julian
  47.                             SAS Institute, Inc.
  48.                             Box 8000
  49.                             Cary NC 27512-8000
  50.                              
  51.                             BITNET:     CCPHIL@TUCC
  52.                             Usenet:     rti!sas!julian
  53.