C-Kermit 6.0 - Source Code


UNIX C-Kermit source code is available in a tar archive:

If you want to get the text files at the same time, the following archive contains both the source code and the text files:


VMS C-Kermit source code is available in a ZIP archive, for those who have UNZIP on their VMS systems:

If you want to get the text files at the same time, the following archive contains both the source code and the text files:


For other operating systems, distribution is a bit harder because most Web browsers don't understand URLs for file groups, and there is no universal archiving format for VMS, AOS/VS, VOS, etc. First, you'll need several plain-text files: Next, the source files themselves. To make it just a bit easier on those who have UNZIP programs, we have gathered all the source modules that are common to all C-Kermit versions into a DOS-format PKZIP archive (text lines terminated by CRLF): If you do not have an UNZIP program, you can get the same files using old-fashioned manual ftp as follows:
  ftp kermit.columbia.edu
  user anonymous
  (supply your email address as the password)
  type ascii
  cd kermit/f
  prompt
  mget ck[cuw]*.[cwh]
  bye

Now you need the platform-specific files. Again, using old-fashioned ftp as shown above, "mget" the additional files listed for your platform, in ascii (text) mode:

  2.11 BSD:         ckubs2.mak ckustr.sed
  All other UNIX:   ckuker.mak (makefile)
  Plan 9:           ckpker.mk
  (Open)VMS:        ckv*.[ch] ckvker.com ckvker.mms ckvold.com
  OS-9:             ck9ker.mak ck9*.[ca]
  AOS/VS:           ckdmak.cli ckdcc.cli ckdlnk.cli ckd*.lis ckd*.[ch] 
  Stratus VOS:      cklker.mak ckl*.[ch]
  Macintosh:        ckmker.mak ckm*.[chr]
  Commodore Amiga:  ckiker.mak ckisas.mak cki*.[ch]
  Atari ST:         cksker.mak cks*.[ch]
Also get the relevant text files for your platform, and read the instructions for building and installing.

Questions? Comments? -- Send e-mail.


C-Kermit 6.0 / Columbia University / kermit@columbia.edu / 29 Nov 1996