ckuaaa.txt
上传用户:dufan58
上传日期:2007-01-05
资源大小:3407k
文件大小:7k
源码类别:

通讯/手机编程

开发平台:

Windows_Unix

  1. File CKUAAA.TXT                                                     Jan 2000
  2.    C-KERMIT FILES FOR UNIX
  3.   Copyright (C) 1985, 2000
  4.     Trustees of Columbia University in the City of New York.
  5.     All rights reserved.  See the C-Kermit COPYING.TXT file or the
  6.     copyright text in the ckcmai.c module for disclaimer and permissions.
  7. All files for UNIX C-Kermit have Kermit Distribution names beginning with
  8. 'ck'.  Those particular to UNIX begin with 'cku'.  Those that UNIX C-Kermit
  9. share in common with other C-Kermit implementations begin with 'ckc' or 'ckw'.
  10. When retrieving these files via ftp from kermit.columbia.edu, a UNIX computer,
  11. use only lowercase letters in filenames.  (Actually, many of the 'cku' files
  12. are used on other platforms, too.)
  13. All the files needed for UNIX C-Kermit are listed below, and are available
  14. separately in the kermit/f directory.  They are also available in a compressed
  15. tar archive in kermit/archives called ckuxxx.tar.Z, where xxx is the C-Kermit
  16. edit number, for example cku195.tar.Z (and also .gz for gunzip).  Retrieve
  17. this file to your UNIX system in binary mode.  Here is an example of how to
  18. retrieve, unpack, and build:
  19.   mkdir kermit
  20.   cd kermit
  21.   ftp kermit.columbia.edu
  22.   Name: anonymous (or "ftp")
  23.   Password: (supply your email address)
  24.   ftp> cd kermit/archives
  25.   ftp> binary (or "type binary")
  26.   ftp> get cku195.tar.Z (or .gz)
  27.   ftp> bye
  28.   uncompress cku195.tar.Z (or gunzip cku195.tar.gz)
  29.   tar xvf cku195.tar
  30.   make xxx
  31. where "xxx" is the appropriate makefile entry, for example "make linux".
  32. Please read the comments at the top of the makefile for details.
  33. Prebuilt binary executables for selected platforms are in kermit/bin, with
  34. names starting with 'cku'.  See kermit/bin/READ.ME for further information.
  35. DOCUMENTATION
  36.   Frank da Cruz and Christine M. Gianone, "Using C-Kermit", Second Edition,
  37.   Digital Press /  Butterworth-Heinemann, Woburn, MA, 1997, 622 pages,
  38.   ISBN 1-55558-164-1.  Price: US $44.95.  Available in bookstores and
  39.   computer stores, or order from Columbia University, phone 1-212-854-3703,
  40.   MasterCard and Visa accepted.  Please purchase the documentation: it should
  41.   answer most of your questions, and sales help to fund the Kermit Project.
  42. UNIX C-KERMIT FILES:
  43. COPYING.TXT - Copyright and permissions notice.
  44. ckuaaa.txt  - This file.
  45. ckuker.nr   - UNIX man page for C-Kermit, to be installed in the system's
  46.               local man page directory.  Format via 'nroff -man'.
  47. ckuker.cpp  - C-Preprocessor source for the ckuker.nr file.
  48. The following files should be placed in a world-readable directory, such as
  49. /usr/local/lib/kermit, so everybody can read and/or copy them:
  50. ckermit.ini - Standard C-Kermit initialization file.  Rename to .kermrc
  51.               and place in your home directory.  Or read ckuins.txt to learn
  52.               how to set up a system-wide initialization file.
  53. ckermod.ini - Sample C-Kermit customization file.  Rename to .mykermrc and
  54.               place in your home directory.
  55. ckermit.kdd - Sample dialing directory file.  Replace this with your own
  56.               dialing directory in the same format, and rename it to .kdd.
  57. ckermit.knd - Sample network directory file.  Replace this with your own
  58.               dialing directory in the same format, and rename it to .knd.
  59. ckermit.ksd - Sample services directory.  Replace this with your own services
  60.               directory in the same format, and rename to .ksd.
  61. ckermit2.txt- Updates to C-Kermit since the most recent edition of "Using
  62.               C-Kermit" was published; documentation for new features.
  63. ckcbwr.txt  - General C-Kermit "Beware file" - hints and tips, known bugs, etc.
  64. ckubwr.txt  - UNIX-specific C-Kermit "Beware File".
  65. ckedemo.ksc, ckevt.ksc, ckepage.ksc -
  66.               Macro definitions used in "Using C-Kermit".
  67. FILES FOR BUILDING UNIX C-KERMIT:
  68. ckuins.txt  - UNIX C-Kermit installation instructions.
  69. ckcplm.txt  - C-Kermit Program Logic Manual.
  70. ckccfg.txt  - Documentation for configuration options.
  71. makefile    - UNIX makefile for building C-Kermit from source code.  See
  72.               ckuins.txt for details, and also read the comments at the top
  73.               of the makefile.  This makefile has hundreds of entries in it;
  74.               please be careful to pick the most appropriate one.  (NOTE: if
  75.               you don't find a file called "makefile" then look for it under
  76.               alternative names: "Makefile", "ckuker.mak", etc.
  77. ckubs2.mak  - Makefile specifically for 2.10 and 2.11 BSD systems.  Read the
  78.               comments in this file for more info.
  79. ckpker.mk   - Makefile specifically for Plan 9.
  80. C-KERMIT SOURCE FILES:
  81. ckcdeb.h    - Header file common to all C-Kermit modules.
  82. ckcasc.h    - Header file for ASCII character definitions.
  83. ckcsig.h    - Header file for signal handling functions.
  84. ckuver.h    - Header file for version heralds.
  85. ckcmai.c    - Main program
  86. ckclib.c    - Common library routines
  87. ckclib.h    - Prototypes for common library routines
  88. ckcuni.c    - Unicode support
  89. ckcuni.h    - Definitions and prototypes for Unicode
  90. ckufio.c    - UNIX (and OS/2) system-specific file i/o module for C-Kermit.
  91. ckutio.c    - UNIX system-specific communications i/o module for C-Kermit.
  92. ckusig.c    - UNIX signal handling functions.
  93. ckucns.c    - Select-based CONNECT command for UNIX (preferred)
  94. ckucon.c    - Fork-based CONNECT command for UNIX (only if no select())
  95. ckupty.c    - Pseudoterminal support
  96. ckcpro.w    - System-independent C-Kermit protocol module, written in 'wart',
  97.               a lex-like preprocessor for C.
  98. ckwart.c    - The 'wart' preprocessor.
  99. ckcker.h    - Header file for Kermit protocol items.
  100. ckcfns.c, ckcfn2.c, ckcfn3.c - System-independent Kermit protocol support
  101.               routines.
  102. ckuusr.c, ckuus2.c, ckuus3.c, ckuus4.c, ckuus5.c, ckuus6.c, ckuus7.c -
  103.               User interface: interactive command processor.
  104. ckuusy.c    - User interface: command-line option processor.
  105. ckuusx.c    - Support functions shared by interactive-mode and command-line
  106.               option processors.
  107. ckuusr.h    - Header file for user interface.
  108. ckucmd.c    - Command-parsing functions (keywords, filenames, numbers, etc).
  109. ckucmd.h    - Header file for command-parsing functions.
  110. ckuxla.c    - Character-set translation module.
  111. ckcxla.h    - System-independent header file for character-set translation.
  112. ckuxla.h    - UNIX-specific header file for character-set translation.
  113. ckudia.c    - DIAL command processor.
  114. ckuscr.c    - SCRIPT command processor.
  115. ckcnet.c    - Network support module.
  116. ckcnet.h    - Header file for network support module.
  117. ckctel.c    - Telnet protocol module
  118. ckctel.h    - Definitions and prototypes for Telnet protocol.
  119. OTHER FILES:
  120. These are not included in the tar.Z file.  FTP these separately from the
  121. kermit/b directory if you need them.
  122. ckc197.txt  - Program update history for edits 193-197.
  123. ckc192.txt  - Program update history for edits 191-192.
  124. ckc190.txt  - Program update history for edits 189-190.
  125. ckc188.txt  - Program update history, edits 179-188.
  126. ckc178.txt  - Program edit history, 5A edits through 178.
  127. ckc04f.txt  - Program edit history, version 4F.
  128. ckc04e.txt  - Program edit history, version 4E.
  129. (End of file ckuaaa.txt)