File: ckuaaa.hlp

package info (click to toggle)
ckermit 193-3
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 6,180 kB
  • ctags: 8,803
  • sloc: ansic: 118,504; makefile: 2,474; sh: 52
file content (171 lines) | stat: -rw-r--r-- 7,132 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
File CKUAAA.HLP                                                       May 1998

			   C-KERMIT FILES FOR UNIX

C-Kermit bears the following copyright notice:

  Copyright (C) 1985, 1998, Trustees of Columbia University in the City of New
  York.  The C-Kermit software may not be, in whole or in part, licensed or
  sold for profit as a software product itself, nor may it be included in or
  distributed with commercial products or otherwise distributed by commercial
  concerns to their clients or customers without written permission of the
  Office of Kermit Development and Distribution, Columbia University.  This
  copyright notice must not be removed, altered, or obscured.

All files for UNIX C-Kermit have Kermit Distribution names beginning with
'ck'.  Those particular to UNIX begin with 'cku'.  Those that UNIX C-Kermit
share in common with other C-Kermit implementations begin with 'ckc' or 'ckw'.
When retrieving these files via ftp from kermit.columbia.edu, a UNIX computer,
use only lowercase letters in filenames.  (Actually, many of the 'cku' files
are also used on other platforms, too.)

All the files needed for UNIX C-Kermit are listed below, and are available
separately in the kermit/f directory.  They are also available in a compressed
tar archive in kermit/archives called ckuxxx.tar.Z, where xxx is the C-Kermit
edit number, for example cku192.tar.Z (and also .gz for gunzip).  Retrieve
this file to your UNIX system in binary mode.  Here is an example of how to
retrieve, unpack, and build:

  mkdir kermit
  cd kermit
  ftp kermit.columbia.edu
  Name: anonymous (or "ftp")
  Password: (supply your email address)
  ftp> cd kermit/archives
  ftp> binary (or "type binary")
  ftp> get cku192.tar.Z (or .gz)
  ftp> bye
  uncompress cku192.tar.Z (or gunzip cku192.tar.gz)
  tar xvf cku192.tar
  make xxx

where "xxx" is the appropriate makefile entry, for example "make sunos41c".
Please read the comments at the top of the makefile for details.

Prebuilt binary executables for selected platforms are in kermit/bin, with
names starting with 'cku'.  See kermit/bin/READ.ME for further information.

DOCUMENTATION

  C-Kermit 5A is documented in the book "Using C-Kermit" by Frank da Cruz and
  Christine M. Gianone, Digital Press, Woburn, MA, USA.  Digital Press
  ISBN: 1-55558-164-1.  Price: US $39.95.  Available in bookstores and
  computer stores, or order from Columbia University, phone 1-212-854-3703,
  MasterCard and Visa accepted.  Please purchase the documentation: it should
  answer most of your questions, and sales help to fund the Kermit development
  and support effort.

UNIX C-KERMIT FILES:

ckuaaa.hlp  - This file.

ckuker.nr   - UNIX man page for C-Kermit, to be installed in the system's
              local man page directory.  Format via 'nroff -man'.

ckuker.cpp  - C-Preprocessor source for the ckuker.nr file.

The following files should be placed in a world-readable directory, such as
/usr/local/lib/kermit, so everybody can read and/or copy them:

ckermit.ini - Standard C-Kermit initialization file.  Rename to .kermrc
              and place in your home directory.  Or read ckuins.doc to learn
              how to set up a system-wide initialization file.

ckermod.ini - Sample C-Kermit customization file.  Rename to .mykermrc and
              place in your home directory.

ckermit.kdd - Sample dialing directory file.  Replace this with your own
              dialing directory in the same format, and rename it to .kdd.

ckermit.knd - Sample network directory file.  Replace this with your own
              dialing directory in the same format, and rename it to .knd.

ckermit.ksd - Sample services directory.  Replace this with your own services
              directory in the same format, and rename to .ksd.

ckermit.upd - Updates to C-Kermit since the most recent edition of "Using
              C-Kermit" was published; documentation for new features.

ckermit.bwr - General C-Kermit "Beware file" - hints and tips, known bugs, etc.

ckuker.bwr  - UNIX-specific C-Kermit "Beware File".

ckedemo.ksc, ckevt.ksc, ckepage.ksc -
              Macro definitions used in "Using C-Kermit".

FILES FOR BUILDING UNIX C-KERMIT:

ckuins.doc  - UNIX C-Kermit installation instructions.  

ckcplm.doc  - C-Kermit Program Logic Manual.

ckccfg.doc  - Documentation for configuration options.

makefile    - UNIX makefile for building C-Kermit from source code.  See
              ckuins.doc for details, and also read the comments at the top 
              of the makefile.  This makefile has hundreds of entries in it;
              please be careful to pick the most appropriate one.  (NOTE: if
              you don't find a file called "makefile" then look for it under
              alternative names: "Makefile", "ckuker.mak", etc.

ckubs2.mak  - Makefile specifically for 2.10 and 2.11 BSD systems.

ckpker.mk   - Makefile specifically for Plan 9.

C-KERMIT SOURCE FILES:

ckcdeb.h    - Header file common to all C-Kermit modules.
ckcasc.h    - Header file for ASCII character definitions.
ckcsig.h    - Header file for signal handling functions.
ckuver.h    - Header file for version heralds.

ckufio.c    - UNIX (and OS/2) system-specific file i/o module for C-Kermit.
ckutio.c    - UNIX system-specific communications i/o module for C-Kermit.
ckusig.c    - UNIX signal handling functions.
ckucon.c    - The UNIX C-Kermit CONNECT command.

ckcpro.w    - System-independent C-Kermit protocol module, written in 'wart',
              a lex-like preprocessor for C. 
ckwart.c    - The 'wart' preprocessor.              

ckcker.h    - Header file for Kermit protocol items.

ckcfns.c, ckcfn2.c, ckcfn3.c - System-independent Kermit protocol support
              routines.

ckuusr.c, ckuus2.c, ckuus3.c, ckuus4.c, ckuus5.c, ckuus6.c, ckuus7.c -
              User interface: interactive command processor.

ckuusy.c    - User interface: command-line option processor.

ckuusx.c    - Support functions shared by interactive-mode and command-line
              option processors.

ckuusr.h    - Header file for user interface.

ckucmd.c    - Command-parsing functions (keywords, filenames, numbers, etc).
ckucmd.h    - Header file for command-parsing functions.

ckuxla.c    - Character-set translation module.
ckcxla.h    - System-independent header file for character-set translation.
ckuxla.h    - UNIX-specific header file for character-set translation.

ckudia.c    - DIAL command processor.
ckuscr.c    - SCRIPT command processor.
ckcnet.c    - Network support module.
ckcnet.h    - Header file for network support module.

OTHER FILES:

These are not included in the tar.Z file.  FTP these separately from the
kermit/b directory if you need them.

ckc193.upd  - Program update history for edit 193.
ckc192.upd  - Program update history for edits 191-192.
ckc190.upd  - Program update history for edits 189-190.
ckc188.upd  - Program update history, edits 179-188 (big).
ckc178.upd  - Program edit history, 5A edits through 178 (very big).
ckcv4f.upd  - Program edit history, version 4F.
ckcv4e.upd  - Program edit history, version 4E.

(End of file ckuaaa.hlp)