home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / ckc072.zip / ckuker.dsk < prev    next >
Text File  |  1991-05-29  |  3KB  |  65 lines

  1. C-KERMIT SOURCE DISKETTE, VERSION 4E(072), FEBRUARY 1989
  2.  
  3. This set of IBM PC MS-DOS 360K diskettes contains the source files for the
  4. UNIX version of C-Kermit, which can be built for many different UNIX systems,
  5. including Berkeley, AT&T, Xenix, etc.  If you make fixes, changes, or
  6. additions to the code that would be of general interest, please send them
  7. back to Columbia University.
  8.  
  9. This diskette contains the following files:
  10.  
  11. Diskette No.      Name           Size       Description
  12.  
  13. DISKETTE 1:       CKCKER.H       3949       Header file for Kermit
  14.                   CKCDEB.H       3587       Debug & system-dependent defs
  15.                   CKCSYM.H        703       Compiler-dependent symbols
  16.                   CKUCMD.H       1880       Command parser definitions
  17.                   CKUUSR.H       4791       User interface definitions
  18.                   CKCPRO.W       9365       Protocol module, "wart" language
  19.                   CKCMAI.C      13731       Main program
  20.                   CKUCMD.C      37985       Command parsing routines
  21.                   CKUUSR.C      35699       User interface, part 1/3
  22.                   CKUUS2.C      26668       User interface, part 2/3
  23.                   CKUUS3.C      26958       User interface, part 3/3
  24.                   CKCPRO.C      16977       Protocol module, wart output
  25.                   CKCFNS.C      33613       Common functions, part 1/2
  26.                   CKCFN2.C      15208       Common functions, part 2/2
  27.                   CKUTIO.C      79038       UNIX-specific terminal i/o
  28.                   CKUFIO.C      31201       UNIX-specific file i/o
  29.  
  30. DISKETTE 2:       CKUDIA.C      29975       DIAL command
  31.                   CKWART.C      13776       Wart (compile & rename to "wart")
  32.                   CKUKER.MAK    14767       Rename this to "makefile"
  33.                   CKUKER.BWR    83958       "Beware File" (read this)
  34.                   CKUKER.UPD    48785       Program update history
  35.                   CKUKER.NR     15632       NROFF C-Kermit man page
  36.                   CKUKER.DOC   101130       User documentation
  37.                   CKUV7.HLP      3030       Info about the V7 implementation
  38.                   CKUCON.C       8287       CONNECT command
  39.                   CKUSCR.C       9668       SCRIPT command
  40.  
  41.  
  42. To build the program, collect all the files together into a single directory,
  43. preferably on a hard disk, and then give a "make" command for the desired
  44. system, e.g. "make bsd", "make sys3", "make xenix", etc.  Read the makefile
  45. for details.
  46.  
  47. Be sure to read the CKUKER.BWR file before trying to use this version, or
  48. reporting any problems with it.
  49.  
  50. For a current list of available Kermit versions, documentation, ordering
  51. information, and a statement of commercial policy, write to:
  52.  
  53.   Kermit Distribution
  54.   Columbia University Center for Computing Activities
  55.   612 West 115th Street
  56.   New York, NY  10025
  57.  
  58. For further information about Kermit, consult the Kermit User Guide or the
  59. book "Kermit, A File Tranfer Protocol" by Frank da Cruz, Digital Press,
  60. Bedford, MA 01730 (1987), order number EY-6705E-DP (call 1-800-343-8321 to
  61. order).
  62.  
  63. These diskettes may be freely reproduced and shared, so long as it is not done
  64. for commercial gain.  Please use Kermit only for peaceful and humane purposes.
  65.