home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / c-kermit / ckvaaa.txt < prev    next >
Text File  |  2020-01-01  |  7KB  |  178 lines

  1. File CKVAAA.TXT                                                      Dec 2001
  2.  
  3.             C-KERMIT 8.0 FILES FOR VMS AND OPENVMS
  4.  
  5.  
  6. WEB ACCESS
  7.  
  8. http://www.columbia.edu/kermit/ckermit.html
  9.  
  10.  
  11. FTP ACCESS
  12.  
  13. Host: kermit.columbia.edu.  Directory:
  14.  
  15.                       Text files          Binary files
  16.                       ----------------    ---------------
  17. Current release:      kermit/f            kermit/bin, kermit/vmshex
  18.  
  19. Test version if any:  kermit/test/text    kermit/test/bin
  20.  
  21. All files for VMS C-Kermit have names beginning with CK.  Those particular to
  22. VMS begin with CKV.  Those that VMS C-Kermit share in common with other
  23. C-Kermit implementations begin with CKE, CKC or CKU.  When retrieving these
  24. files via ftp from kermit.columbia.edu, which is a UNIX system, use only
  25. lowercase letters in directory and filenames.  For example, to get the file
  26. CKVKER.COM, use the command "get ckvker.com".  Case matters.  (Exception:
  27. some of the Kermit directories might contain a file called READ.ME or NEWS;
  28. again, case matters.)
  29.  
  30.  
  31. VMS C-KERMIT TEXT FILES:
  32.  
  33. Using ftp, GET the files:
  34.  
  35.   cka*.* ckc*.* cke*.* ckv*.*
  36.  
  37. It is recommended that the following text files be placed in a KERMIT:
  38. directory on your (Open)VMS system, where all users can have read access to
  39. them for reference, except for CKVKER.HLP, which goes in the HELP library as
  40. KERMIT.HLP (or CKERMIT.HLP).  These are all ordinary plain-text ASCII files
  41. that can type typed, edited, printed, etc.
  42.  
  43. COPYING.TXT
  44.   Copyright and permissions notice.
  45.  
  46. CKAAAA.TXT
  47.   Overview of all C-Kermit files.
  48.  
  49. CKVAAA.TXT
  50.   This file, which explains what the other files are for.  Can be renamed
  51.   to READ.ME.
  52.  
  53. CKVINS.TXT
  54.   IMPORTANT: READ THIS!  VMS C-Kermit installation instructions.
  55.   This file is for the system administrator.
  56.   Also available on the Web as http://www.columbia.edu/kermit/ckvins.html.
  57.  
  58. CKVKER.HLP
  59.   A short VMS-style help file for VMS C-Kermit, to be installed in the system
  60.   HELP library under the desired name ("KERMIT" or "CKERMIT").  See CKVINS.TXT
  61.   for instructions.  This is not a substitute for the manual.  It also has
  62.   not been updated for many years.
  63.  
  64. CKERMIT.INI
  65.   Standard C-Kermit initialization file.  For users.  This file defines
  66.   the macros used by the services directory and other features.  A single
  67.   copy can be installed for system-wide use (see CKVINS.DOS for instructions).
  68.  
  69. CKERMOD.INI
  70.   Sample C-Kermit customization file.  Each user would copy this file to
  71.   her/his login directory and edit it to achieve the desired personal
  72.   customizations.
  73.  
  74. CKERMIT70.TXT
  75.   Updates to C-Kermit since "Using C-Kermit" 2nd Ed for C-Kermit 7.0.
  76.   Also available on the Web as http://www.columbia.edu/kermit/ckermit70.html.
  77.  
  78. CKERMIT80.TXT
  79.   Updates to C-Kermit since "Using C-Kermit" 2nd Ed for C-Kermit 8.0.
  80.   Also available on the Web as http://www.columbia.edu/kermit/ckermit80.html.
  81.  
  82. CKCBWR.TXT
  83.   General C-Kermit "Beware file".  Troubleshooting hints and tips for users,
  84.   pertaining to C-Kermit in general (C-Kermit runs on about ten major
  85.   operating systems, of which VMS is just one).
  86.   Also available on the Web as http://www.columbia.edu/kermit/ckcbwr.html.
  87.  
  88. CKVBWR.TXT
  89.   VMS-specific C-Kermit "Beware File".  VMS-specific hints and tips for users.
  90.   Also available on the Web as http://www.columbia.edu/kermit/ckvbwr.html.
  91.  
  92. BINARIES
  93.  
  94. VMS C-Kermit binaries are available for both VAX and Alpha, and for each
  95. processor in a variety of forms, depending on which, if any, TCP/IP networking
  96. product is available.  The binaries are distributed in binary format for those
  97. who receive VMS BACKUP-format media, or who can access them directly via FTP,
  98. and in a special "HEX" format, as text files.  These HEX files may be decoded
  99. back into their original binary format using the CKVDEH.MAR program, which you
  100. can assemble on your VAX or Alpha system.  Complete instructions for how
  101. to do this are included in the CKVDEH.TXT file.
  102.  
  103. Summary of binary executable names in the kermit/bin directory:
  104.  
  105.   CKVawww-VMSnn-tttvv.EXE
  106.  
  107. where:
  108.  
  109.   www = KER for KERMIT, CVT for the Labeled file convert program
  110.     a = architecture: A for Alpha, V for VAX.
  111.    nn = VMS version, e.g. 55 for VMS 5.5, 70 for VMS 7.0.
  112.   ttt = TCP/IP product, if any:
  113.     CMU = CMU-OpenVMS/IP ("CMU/Tek")
  114.     UCX = DEC TCP/IP
  115.     TGV = Cisco (TGV) MultiNet
  116.     WIN = Attachmate (Wollongong) WIN/TCP (PathWay)
  117.     PST = Process Software TCPware
  118.    vv = The version number of the TCP/IP product.
  119.   xxx = HEX (text-encoded binary) or EXE (true binary)
  120.  
  121. When there is no TCP/IP support built in, tttvv is "NONET".
  122.  
  123. Examples:
  124.  
  125.   CKVAKER-VMS61-TGV40A.EXE: C-Kermit, Alpha, VMS 6.1, Multinet 4.0A
  126.   CKVAKER-VMS62-NONET.EXE:  C-Kermit, Alpha, VMS 6.2, no TCP/IP
  127.   CKVACVT-VMS61.EXE:        Convert, Alpha, VMS 6.1
  128.   CKVVCVT-VMS44.EXE:        Convert, VAX, VMS 4.4
  129.   CKVVKER-VMS55-UCX20.EXE:  C-Kermit, VAX, VMS 5.5, DEC TCP/IP 2.0
  130.  
  131. If you need a binary that isn't there, let us know at kermit@columbia.edu.
  132. If you can supply a binary that isn't there, please also let us know.
  133.  
  134. CKVKER.COM - A DCL procedure for building C-Kermit from the source files on
  135.   any VAX or Alpha.  Read the comments at the top of CKVKER.COM for
  136.   instructions.
  137.  
  138. CKVKER.MMS - Used by CKVKER.COM on systems that have MMS.  But CKVKER.COM
  139.   works fine without it, too.
  140.  
  141. CKVOLD.COM - More or less identical in functionality to CKVKER.COM, but
  142.   written in VMS 4.0 DCL syntax, so it can run on VMS 4.x systems.
  143.  
  144. CKCPLM.TXT - Program Logic Manual.
  145.   Also available on the Web as http://www.columbia.edu/kermit/ckcplm.html.
  146.  
  147. CKCCFG.TXT - Documentation of compile-time configuration options.
  148.   Also available on the Web as http://www.columbia.edu/kermit/ckccfg.html.
  149.  
  150. Read CKVINS.TXT for detailed installation instructions.
  151.  
  152.  
  153. C-KERMIT SOURCE FILES:
  154.  
  155.   Quick start for ftp users:  mget ckvker.com ckvker.mms ck[cuvw]*.[cwh]
  156.  
  157. CKVCON.C   - The VMS C-Kermit CONNECT command.
  158. CKVFIO.C   - VMS system-specific file i/o module for C-Kermit.
  159. CKVTIO.C   - VMS system-specific communications i/o module for C-Kermit.
  160.  
  161. CKVIOC.H   - ioctl() simulation for VMS, needed with DEC TCP/IP product.
  162. CKVIOC.C
  163.  
  164. CKVVMS.H   - Header file used by VMS C-Kermit source files.
  165.  
  166. CKVCVT.C   - A standalone program for decoding VMS labeled files.
  167.  
  168. CKVCVT.COM - DCL procedure for building the CKVCVT program.
  169.  
  170. CKVVCVT.XXX - VAX binary for CKCVT (HEX or EXE)
  171. CKVACVT.XXX - Alpha binary for CKCVT (HEX or EXE)
  172.  
  173. Of course, you also need the non-VMS-specific C-Kermit files too:
  174.  
  175. CKC*.C, CKC*.H, CKU*.C, CKU*.H, CKCPRO.W, CKWART.C.
  176.  
  177. (End of CKVAAA.TXT)
  178.