home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / hp3000st / stkermithlp.txt < prev   
Text File  |  2020-01-01  |  3KB  |  74 lines

  1. STKERMIT.*        Kermit in Software Tools Ratfor
  2.  
  3. Contributor: Ken Poulton, kdp.HP-LABS@Rand-Relay, ...hplabs!kdp
  4.  
  5. Authors:  Kendall Tidwell & Allen Cole, University of Utah Computer Center,
  6.     for Univac 1100/60
  7.  
  8.     Adapted for HP3000 and general distribution by Ken Poulton.
  9.  
  10. Usage: kermit [r] [s file...]
  11.  
  12.     When Kermit is invoked without arguments it defaults to a Kermit server.
  13.  
  14.     The 's' argument invokes Kermit in the send state and must be followed
  15.     by the file(s) that are to be sent.  The 'r' puts Kermit in the receive
  16.     state. The 'r' option is not necessary since the Kermit server will
  17.     handle both sending and receiveing.  The Kermit server however, cannot
  18.     send more than one file at a time.  Thus, when sending more than one
  19.     file it may be desireable to use the 's' option.
  20.  
  21.     This kermit does not support terminal emulation.
  22.  
  23. Installation:
  24.  
  25.     The files are:
  26.     STKERMIT.LPT    formatted doc (for the 3000 version)
  27.     STKERMIT.DOC    unformatted doc (for ST 'roff' or 'format')
  28.     STKERMIT.W        ratfor source (with include files)
  29.     The second two are in Tools "ar1" format (the standard distribution
  30.     format for Tools).
  31.     
  32.     This is a Remote-Only Kermit (with server mode) written in 
  33.     Software Tools Ratfor.  It is set up for the HP3000, but Univac 1100
  34.     localizations are included as well.
  35.     
  36.     Any Software Tools implementor can install this fairly easily on his/her
  37.     machine: the machine dependent parts are well flagged and few.  Further
  38.     versions will be forthcoming, but this should serve for anyone's initial
  39.     implementation.  Implementors should also pick up the standard Columbia 
  40.     user's and protocol manuals.
  41.     (Note: this version uses the Basic Tape Ratfor preprocessor.
  42.     It will have to be passed through ratfix(1) before compilation 
  43.     using the new two pass preprocessor.)
  44.  
  45.     It should be emphasized that this program relies on the Ratfor
  46.     preprocessor and the library and primitive routines supplied with 
  47.     the Software Tools package.  In order to implement this program,
  48.     the Software Tools package must be installed first.
  49.     
  50.     Software Tools is a portable package of over 50 license-free programmer's
  51.     utilities.  Implementations for some machines (including the 
  52.     machine-dependent primitives and program source tested on that machine) 
  53.     are public domain; others are sold commercially.
  54.     Software Tools implementations are available for nearly any mini-computer
  55.     or mainframe in existence.  Implementations are also available for
  56.     generic operating systems such as CP/M, MS-DOS and Unix.
  57.     
  58.     For information about the Tools package for your machine, contact:
  59.     
  60.         Software Tools Users Group
  61.         1259 El Camino Real #242
  62.         Menlo Park, CA  94025
  63.         (213) 641-5434
  64.     
  65.     The HP 3000 package is sold by Terminal Software; it comes with 
  66.     Kermit compiled and ready to run.  Contact:
  67.     
  68.         Terminal Software
  69.         3182 Greer Road
  70.         Palo Alto, CA  94303
  71.         (415) 856-8659
  72.     
  73.     For the Univac, perhaps Allen Cole at U of Utah.
  74.