home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / tandem / tandemhlp.txt < prev   
Text File  |  1997-11-19  |  875b  |  23 lines

  1. Files TANDEM.*
  2.  
  3. A minimal Kermit program written in TAL for Tandem Nonstop.
  4.  
  5. There is no user user documentation except for comments in the source code.
  6. The server will allow "GET"s on any file in the subvolume (directory) that the
  7. executable resides in.  It will "PUT" new files in the same place. That means
  8. it will not overwrite an existing file.
  9.  
  10. TANDEM.TAL is the original version, 1.0, circa 1984, by
  11.   Charles J. Cantor, Cantor Consulting, Newton MA, and modified
  12.   in 1986 by A.G. Camas of Bedford MA.
  13.   
  14. TANDEM.SRC is a later version, circa 1992 (?), with some fixes and
  15.   enhancements from CAIL Systems Ltd.  These are not documented at all,
  16.   but can be inferred from the differences from TANDEM.TAL.  For
  17.   convenience, a UNIX context diff is included as TANDEM.DIF.
  18.  
  19. TANDEM.OBJ is a TAL object module based on TANDEM.SRC (executable on
  20.   CLX-8xx system).
  21.  
  22. (End)
  23.