home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / cieregulus / cie680.ann next >
Text File  |  2020-01-01  |  2KB  |  33 lines

  1. This is to announce a version of Kermit for the CIE 680/XX microcomputer,
  2. contributed by David S. Lawyer of the University of California at Irvine.
  3. This program is only a stopgap measure until a later version of Kermit (the
  4. so called C-Kermit for example) can be ported to the CIE.  One exception to
  5. this may be for CIE's which only have 256K of RAM.  Since this kermit code
  6. (when compiled) is much shorter than the C-Kermit, it will run well on
  7. computers with limited RAM memory.  This Kermit represents a modification to
  8. the "UNIX Kermit" of 1981-1983.
  9.  
  10. NOTE TO NON-UCI USERS:  UCI= The University of California at Irvine.
  11. This Kermit program was developed for use at UCI and may not work as well
  12. elsewhere without additional modifications.
  13.  
  14. The program named kerm (source code kerm.c in the C language) is a program
  15. modified at UCI for use on the CIE computer which adheres to the Kermit
  16. protocols.  You may use Kermit to connect to a remote host, and then log on
  17. to it using the connect command.  Then you may either: use your CIE like a
  18. fairly dumb terminal connected to the remote (i.e. have a session on the
  19. remote computer) or utilize both the CIE Kermit and the Kermit on the remote
  20. to transmit files between the remote and the CIE.  
  21.  
  22. For the purposes of Kermit distribution, the numerous files have been packed
  23. together into four large files, CIE680.C, CIE680.ANN and CIE680.BWR
  24. CIE680.HLP -- source, this message, a beware file and limited documentation,
  25. respectively.  Each file-within-a-file starts with a line of the form
  26.  
  27. <<< name >>>
  28.  
  29. in which "name" is the actual name of the original file.  The files are
  30. available in KER:CIE680.* on CU20B, and as CIE680 * from KERMSRV at CUVMA on
  31. BITNET.
  32.  
  33. ------------------------------