home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
old
/
ckermit5a190
/
ckuaaa.dsk
< prev
next >
Wrap
Text File
|
2020-01-01
|
5KB
|
111 lines
C-KERMIT 5A(190) FOR UNIX October 1994
Full-function, user-friendly communications software for UNIX.
Copyright (C) 1985, 1994, 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.
DOCUMENTATION
C-Kermit 5A is documented in the book "Using C-Kermit" by Frank da Cruz
and Christine M. Gianone, 1993, Digital Press, Burlington, MA, USA,
ISBN: 1-55558-108-0. Available in bookstores and computer stores, or order
from Columbia University, phone +1 212 854-3703, MasterCard and Visa
accepted, or from the publisher:
In USA, call Digital Press at +1 800 366-2665.
In Canada, +1 416 598-0045.
In the UK and Europe, +44 1933 414414.
In Asia, +65 356-1925.
On the Web: http://www.bookshop.co.uk/dp/
A German-language edition is available from Verlag Heinz Heise
in Hannover, phone +49 (05 11) 53 52-0, fax +49 (05 11) 53 52-1 29.
If you have obtained this software without a manual, please order the manual.
It will show you how to use the software, it includes a course in the
fundamentals of data communication, it will teach you how to write script
programs, it is full of examples, tables, illustrations, and so on. The
Kermit development is funded primarily by sales of manuals.
THE C-KERMIT DISKETTE
This diskette contains C-Kermit 5A(190) for the version of UNIX that is marked
on the label. This is a DOS-format diskette containing the Kermit executable,
plus the text files listed below. Text files are in UNIX format, so you can
move all of the files from this diskette to your UNIX file system in binary
mode.
The files on this diskette are:
read.me - This file.
kermit - The C-Kermit executable. After copying to a UNIX
disk, you must chmod +x to give it execute permission.
In some cases, there might be two or three different
executables, as marked on the label. The executable should
be placed in a directory that is in your PATH, but which
will not be destroyed by future operating system updates,
perhaps /usr/local/bin. Please read ckuins.doc for more
detailed instructions.
ckuker.nr - UNIX man page for C-Kermit, to be installed in the system's
local man page directory. Format via 'nroff -man'.
ckuins.doc - UNIX C-Kermit installation instructions.
The following files should be placed in your home directory:
ckermit.ini - Standard C-Kermit initialization file.
Rename to .kermrc and place in your home directory.
ckermod.ini - Sample C-Kermit customization file. Rename to .mykermrc and
place in your home directory, and then make any desired
customizations.
ckermit.kdd - Sample dialing directory file. Replace this with your own
dialing directory in the same format, and rename it to .kdd
in your home directory.
ckermit.ksd - Sample services directory. Replace this with your own services
directory in the same format, and rename to .ksd in your home
directory.
The following files should be placed in a world-readable directory, such as
/usr/local/lib/kermit, with world read permission:
ckcker.upd - Updates to C-Kermit since "Using C-Kermit" was published;
documentation for new features.
ckcker.bwr - General C-Kermit "Beware file" - hints and tips, known bugs, etc.
ckuker.bwr - UNIX-specific C-Kermit "Beware File".
ckedemo.ini, cketest.ini, ckevt.ini -
Macro definitions used in "Using C-Kermit". You can TAKE
these files from the C-Kermit prompt to check the operation of
many of C-Kermit's script programming features.
ckurzsz.ini - Defines macros for running rz and sz as external protocols.
Read the ckurzsz.ini file for further information.
Source code for UNIX C-Kermit, as well as Kermit programs and documentation
for many other hardware and software platforms, is available from:
Kermit Development and Distribution
Columbia University
612 West 115th Street
New York NY 10025-7721
Phone: +1 212 854-3703
Fax: +1 212 663-8202
Email: kermit@columbia.edu
Web: http://www.columbia.edu/kermit/
(End of READ.ME / ckuaaa.dsk)