1 | UNIX C-KERMIT READ.ME September 1996 |
---|
2 | |
---|
3 | OVERVIEW OF FILES |
---|
4 | UNIX C-KERMIT VERSION 6.0.192 |
---|
5 | |
---|
6 | Communications software for UNIX and Other Operating Systems |
---|
7 | from the Kermit Project at Columbia University |
---|
8 | |
---|
9 | C-Kermit is a combined serial and network communication software package |
---|
10 | offering a consistent, medium-independent, cross-platform approach to |
---|
11 | connection establishment, terminal sessions, file transfer and management, |
---|
12 | character-set translation, and automation of communication tasks. C-Kermit |
---|
13 | includes: |
---|
14 | |
---|
15 | . Consistent operation over serial connections (direct or dialed) and network |
---|
16 | connections (TCP/IP and in some cases also LAT and X.25) -- on a huge |
---|
17 | selection of hardware and software platforms. |
---|
18 | |
---|
19 | . A powerful, portable, easy-to-use script programming language to automate |
---|
20 | practically any communication task on any kind of connection. |
---|
21 | |
---|
22 | . Along with MS-DOS Kermit, the fastest and most advanced implementation of |
---|
23 | the Kermit file transfer protocol available anywhere. |
---|
24 | |
---|
25 | . Character-set translation in both file transfer and terminal sessions, for |
---|
26 | Western- and Eastern-European languages, Cyrillic, Hebrew, and Japanese. |
---|
27 | |
---|
28 | For detailed specifications, visit the C-Kermit Web page: |
---|
29 | |
---|
30 | http://www.columbia.edu/kermit/ck60.html |
---|
31 | |
---|
32 | This archive contains all the source code for C-Kermit 6.0, plus the makefile, |
---|
33 | online programmer documentation, initialization and directory files, as well |
---|
34 | as user documentation -- in short, the full C-Kermit 6.0 package except for |
---|
35 | binaries. Individual UNIX C-Kermit binaries (for Linux, Solaris, HP-UX, IRIX, |
---|
36 | SCO, AIX, etc etc) are available at: |
---|
37 | |
---|
38 | http://www.columbia.edu/kermit/ck60ubin.html |
---|
39 | |
---|
40 | THE KERMIT PROJECT - CONTACT INFORMATION: |
---|
41 | |
---|
42 | The Kermit Project is a nonprofit research and development group at Columbia |
---|
43 | University dedicated to production of high-quality low-cost communications |
---|
44 | software for the widest possible variety of platforms. |
---|
45 | |
---|
46 | The Kermit Project Web: http://www.columbia.edu/kermit/ |
---|
47 | Columbia University Email: kermit@columbia.edu |
---|
48 | 612 West 115th Street Voice: +1 212 854-3703 |
---|
49 | New York NY 10025-7799 Fax: +1 212 662-6442 or +1 212 663-8202 |
---|
50 | USA |
---|
51 | |
---|
52 | Kermit software is also available for hundreds of other platforms, including |
---|
53 | DOS, Windows, OS/2, VMS, AOS/VS, VM/CMS, MVS/TSO, CICS, Stratus VOS, RT11, |
---|
54 | RSTS/E, RSX, TSX+, MUMPS, OS/8, Macintosh, GCOS, CP/M, AmigaDOS, RDOS, |
---|
55 | RTE, MPE, MTS, MUSIC, PICK, RMX, TRSDOS, ABCDOS, and many more. |
---|
56 | |
---|
57 | C-KERMIT 6.0 COPYRIGHT NOTICE: |
---|
58 | |
---|
59 | Copyright (C) 1985, 1996, Trustees of Columbia University in the City of New |
---|
60 | York. The C-Kermit software may not be, in whole or in part, licensed or |
---|
61 | sold for profit as a software product itself, nor may it be included in or |
---|
62 | distributed with commercial products or otherwise distributed by commercial |
---|
63 | concerns to their clients or customers without written permission of the |
---|
64 | Office of Kermit Development and Distribution, Columbia University. This |
---|
65 | copyright notice must not be removed, altered, or obscured. |
---|
66 | |
---|
67 | DISCLAIMER: |
---|
68 | |
---|
69 | The C-Kermit software is provided in source code form by Kermit Development |
---|
70 | and Distribution, Columbia University. The software is provided "as is;" no |
---|
71 | other warranty is provided, express or implied, including without |
---|
72 | limitations, any implied warranty of merchantability or implied warranty of |
---|
73 | fitness for a particular purpose. |
---|
74 | |
---|
75 | Neither Columbia University nor any of the contributors to the C-Kermit |
---|
76 | development effort, including, but not limited to, AT&T, Digital Equipment |
---|
77 | Corporation, Data General Corporation, Hewlett-Packard Company, or |
---|
78 | International Business Machines Corporation, warrant C-Kermit software or |
---|
79 | documentation in any way. In addition, neither the authors of any Kermit |
---|
80 | programs, publications or documentation, nor Columbia University nor any |
---|
81 | contributing institutions or individuals acknowledge any liability resulting |
---|
82 | from program or documentation errors. |
---|
83 | |
---|
84 | DOCUMENTATION: |
---|
85 | |
---|
86 | C-Kermit is documented in the book "Using C-Kermit", Second Edition, by |
---|
87 | Frank da Cruz and Christine M. Gianone, Digital Press, ISBN 1-55558-164-1. |
---|
88 | Available at book and computer stores, or order from Columbia University: |
---|
89 | |
---|
90 | Web: http://www.columbia.edu/kermit/ck60manual.html |
---|
91 | |
---|
92 | or by calling +1 212 854-3703 (MasterCard and Visa accepted). |
---|
93 | |
---|
94 | PLEASE PURCHASE THE DOCUMENTATION |
---|
95 | |
---|
96 | It shows you step-by-step how to use C-Kermit through numerous examples and |
---|
97 | illustrations, it will answer most of your questions, it serves as reference |
---|
98 | work not only for C-Kermit but also for data communications in general, and |
---|
99 | sales of this book help to fund the Kermit development and support effort. |
---|
100 | |
---|
101 | You may also order direct from Digital Press: |
---|
102 | |
---|
103 | +1 800 366-2665 (Woburn, Massachusetts office for USA & Canada) |
---|
104 | +44 1865 314627 (Oxford, England distribution centre for UK & Europe) |
---|
105 | +61 03 9245 7111 (Melbourne, Vic, office for Australia & NZ) |
---|
106 | +65 356-1968 (Singapore office for Asia) |
---|
107 | +27 (31) 2683111 (Durban office for South Africa) |
---|
108 | |
---|
109 | Digital Press Web site: http://www.bh.com/dp/ |
---|
110 | Digital Press E-mail: info@repp.com |
---|
111 | |
---|
112 | A German-language edition is available from Verlag Heinz Heise in Hannover, |
---|
113 | Germany, Tel. +49 (05 11) 53 52-0, Fax. +49 (05 11) 53 52-1 29, Web: |
---|
114 | http://www.ix.de/buch/. |
---|
115 | |
---|
116 | LICENSING: |
---|
117 | |
---|
118 | To license C-Kermit for embedding in commercial applications, for resale, |
---|
119 | for redistribution in any form to customers or clients, or any other form |
---|
120 | of commercial (re)distribution, contact the Kermit Project. |
---|
121 | |
---|
122 | CD-ROMS: |
---|
123 | |
---|
124 | If you have obtained C-Kermit on a CD-ROM collection of "free software", |
---|
125 | C-Kermit was very likely included without permission. Please help to support |
---|
126 | the Kermit project by obtaining Kermit software through the proper channels, |
---|
127 | with proper documentation. |
---|
128 | |
---|
129 | CONTENTS: |
---|
130 | |
---|
131 | This tar archive contains the following files for building UNIX C-Kermit: |
---|
132 | |
---|
133 | ckubs2.mak |
---|
134 | The makefile for the 2.xx BSD version of C-Kermit |
---|
135 | ckpker.mk |
---|
136 | The makefile for the Plan 9 version of C-Kermit |
---|
137 | makefile |
---|
138 | The makefile for all other UNIX versions of C-Kermit |
---|
139 | ck[cuw]*.[ch] |
---|
140 | The source code for UNIX C-Kermit |
---|
141 | ckuker.cpp |
---|
142 | cpp source for the man page (use "make manpage" to build) |
---|
143 | |
---|
144 | And the following text files for programmers / installers / builders: |
---|
145 | |
---|
146 | ckaaaa.hlp |
---|
147 | A more detailed overview of files and naming conventions. |
---|
148 | ckuins.doc |
---|
149 | Installation instructions for UNIX C-Kermit (READ THIS). |
---|
150 | PATCHES |
---|
151 | A collection of source-code patches for C-Kermit 6.0.192 |
---|
152 | ckccfg.doc |
---|
153 | Configuration information (feature selection), general. |
---|
154 | ckcplm.doc |
---|
155 | Program logic manual (for programmers). |
---|
156 | ckc192.upd |
---|
157 | Program update history for edits 191-192. At the end of this file you |
---|
158 | can also find a list of configurations successfully built and tested. |
---|
159 | |
---|
160 | And the following text files for users, which should be installed in a user- |
---|
161 | readable directory (the man page should go with the other "local" man pages): |
---|
162 | |
---|
163 | ckuker.nr |
---|
164 | "man page" for UNIX C-Kermit. |
---|
165 | |
---|
166 | ckermit.ini |
---|
167 | Standard initialization file (rename to .kermrc). |
---|
168 | This can be copied to each user's directory, or installed system-wide; |
---|
169 | see ckuins.doc for details. |
---|
170 | ckermod.ini |
---|
171 | Sample customization file (rename to .mykermrc in user's home directory) |
---|
172 | ckermit.kdd |
---|
173 | Sample dialing directory file (rename to .kdd in user's home directory) |
---|
174 | ckermit.knd |
---|
175 | Sample dialing directory file (rename to .knd in user's home directory) |
---|
176 | ckermit.ksd |
---|
177 | Sample services directory file (rename to .ksd in user's home directory) |
---|
178 | |
---|
179 | ckermit.upd |
---|
180 | Updates: Supplement to "Using C-Kermit", 2nd Edition. |
---|
181 | ckermit.bwr |
---|
182 | "Beware file" (limitations, known bugs, hints), general. |
---|
183 | ckuker.bwr |
---|
184 | UNIX-specific beware file. |
---|
185 | |
---|
186 | ckedemo.ksc |
---|
187 | Demonstration macros from "Using C-Kermit" |
---|
188 | ckepage.ksc |
---|
189 | Macros for sending Alphanumeric pages |
---|
190 | ckevt.ksc |
---|
191 | More demonstration macros from "Using C-Kermit" |
---|
192 | ckurzsz.ini |
---|
193 | Macros for external protocols |
---|
194 | |
---|
195 | (End of READ.ME) |
---|