home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / d / cray.hlp < prev    next >
Text File  |  2020-01-01  |  1KB  |  37 lines

  1. Kermit-CR  -  LANL Cray Kermit
  2.  
  3. Kermit-CR is an implementation of the Kermit protocol on the Cray-1 and Cray
  4. X-MP computers.  It is written in CFT, the Cray version of Fortran-77, and runs
  5. under the Cray Time-Sharing System (CTSS) operating system.  Kermit-CR is an
  6. advanced Kermit, including all required features plus server mode, timeout
  7. capability, data compression, and 8th bit quoting.
  8.  
  9. Author :  Leah Miller,
  10.           Computer User Services Group (C-10)
  11.           Los Alamos National Laboratory
  12.           Los Alamos, New Mexico  87545
  13.  
  14.           Arpanet address :  lfm@lanl
  15.  
  16. Cray Kermit is available on host CU20B via anonymous FTP in the files
  17. KER:CRAY.*.  CRAY.CFT is the Fortran source, CRAY.DOC is the documentation.
  18. The Fortran source consists of 7 files concatenated together in alphabectical
  19. order; each file begins with a line of the form
  20.  
  21. !-name-!
  22.  
  23. where "name" is the name to be used for that file in the Cray file system.
  24. These names are:
  25.  
  26.    cr.filing
  27.    cr.kermain
  28.    cr.kfutil
  29.    cr.kutcmds
  30.    cr.pktio
  31.    cr.receive
  32.    cr.send
  33.    cr.stdutils
  34.  
  35. All operating-system dependent code is encapsulated in the modules cr.kfutil
  36. and cr.pktio.
  37.