HP-UX Reference (11i v2 04/09) - 1 User Commands A-M (vol 1)

k
kermit(1) kermit(1)
(HP-UX C-Kermit)
sends file oofa.bin in binary mode (-i) using a window size of 4 (-v 4).
Local-mode example (C-Kermit makes the connection):
kermit -l /dev/tty0p0 -b 19200 -c -r -n
makes a 19200-bps direct connection out through /dev/tty0p0, CONNECTs (-c) so you can log in and,
presumably start a remote Kermit program and tell it to send a file, then it RECEIVEs the file (-r), then it
CONNECTs back (-n) so you can finish up and log out.
For dialing out, you must specify a modem type, and you might have to use a different device name:
kermit -m hayes -l /dev/cul0p0 -b 2400 -c -r -n
FILES
$HOME/.mykermrc
Your personal C-Kermit customization file.
$HOME/.kdd Your personal dialing directory.
$HOME/.ksd Your personal services directory.
/usr/share/lib/kermit/READ.ME
Overview of HP-UX C-Kermit, please read
/usr/share/lib/kermit/COPYING.TXT
Copyright, permissions, disclaimer
/usr/share/lib/kermit/ckermit.ini
System-wide initialization file
/usr/share/lib/kermit/ckermod.ini
Sample customization file
/usr/share/lib/kermit/ckermit.kdd
Sample dialing directory
/usr/share/lib/kermit/ckermit.ksd
Sample services directory
/usr/share/lib/kermit/ckermit2.txt
Updates to "Using C-Kermit" 2nd Ed
/usr/share/lib/kermit/ckcbwr.txt
C-Kermit "beware" file - hints & tips
/usr/share/lib/kermit/ckubwr.txt
UNIX-specific beware file
/usr/share/lib/kermit/ck*.txt
Other plain-text documentation
/usr/share/lib/kermit/ckedemo.ksc
Macros from "Using C-Kermit"
/usr/share/lib/kermit/ckevt.ksc
Ditto
/usr/share/lib/kermit/ckepager.ksc
Alpha pager script
/var/spool/locks/LCK..*
UUCP lockfiles
To make personalized customizations, copy the file
/usr/share/lib/kermit/ckermod.ini
file to your home directory, make any desired changes, and rename it to .mykermrc.
You may also create a personalized dialing directory like the sample one in
/usr/share/lib/kermit/ckermit.kdd
. Your personalized dialing directory should be stored in
your home directory as
.kdd and your personal network directory as .knd. See Chapters 5 and 6 of
Using C-Kermit for details.
And you may also create a personalized services directory like the sample one in
/usr/share/lib/kermit/ckermit.ksd
. Your personalized services directory should be stored in
your home directory as
.ksd. See Chapter 7 of Using C-Kermit for instructions.
The demonstration files illustrate C-Kermit’s script programming constructs; they are discussed in
chapters 17-19 of the book. You can run them by typing the appropriate TAKE command at the C-
Kermit> prompt, for example:
take /usr/share/lib/kermit/ckedemo.ini
.
AUTHOR
Frank da Cruz, Columbia University, with contributions from hundreds of other volunteer programmers
all over the world. See Acknowledgements in Using C-Kermit .
REFERENCES
Frank da Cruz and Christine M. Gianone,
Using C-Kermit , Second Edition, 1997, 622 pages, Digital Press / Butterworth-Heinemann, 225
Wildwood Street, Woburn, MA 01801, USA. ISBN 1-55558-164-1. (In the USA, call +1 800
366-2665 to order Digital Press books.) Also available in a German edition from Verlag Heinze
Heise, Hannover.
Frank da Cruz,
Kermit, A File Transfer Protocol, Digital Press / Butterworth-Heinemann, Woburn, MA, USA (1987).
ISBN 0-932376-88-6. The Kermit file transfer protocol specification.
Christine M. Gianone,
Using MS-DOS Kermit, Digital Press / Butterworth-Heinemann, Woburn, MA, USA (1992). ISBN
1-5558-082-3. Also available in a German edition from Heise, and a French edition from Heinz
Schiefer & Cie, Versailles.
Section 1−−404 Hewlett-Packard Company − 13 − HP-UX 11i Version 2: September 2004