Command Reference Guide

__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man1/!!!intro.1
________________________________________________________________
___ ___
k
kermit(1) kermit(1)
(HP-UX C-Kermit)
REDIAL Dial the most recently DIALed number again.
LOG CONNECTIONS Keep a record of each connection.
REDIRECT Redirect standard i/o of command to communication connection.
PIPE Make a connection through an external command or program.
SET CARRIER Treatment of carrier on terminal connections.
* SET DIAL Parameters related to modem dialing.
* SET FLOW Communication line flow control: AUTO, RTS/CTS, XON/XOFF, etc.
* SET HOST Specify remote network host name or address.
* SET LINE Specify serial communication device name, like /dev/cul0p0.
SET PORT Synonym for SET LINE.
* SET MODEM TYPE Specify type of modem on SET LINE device, like USR.
* SET NETWORK Network type, X.25 (SunOS / Solaris / VOS only) or TCP/IP.
SET TCP Specify TCP protocol options (advanced).
SET TELNET Specify TELNET protocol options.
SET X.25 Specify X.25 connection parameters (SunOS / Solaris / VOS only).
SET PAD X.25 X.3 PAD parameters (SunOS / Solaris / VOS only).
* SET PARITY Character parity (none, even, etc.) for communications.
* SET SPEED Serial communication device speed, e.g. 2400, 9600, 57600.
SET SERIAL Set serial communications data size, parity, stop bits.
SET STOP-BITS Set serial communications stop bits.
SHOW COMM Display all communications settings.
SHOW CONN Display info about current connection.
SHOW DIAL Display SET DIAL values.
SHOW MODEM Display modem type, signals, etc.
SHOW NETWORK Display network-related items.
* TELNET = SET NETWORK TCP/IP, SET HOST ..., CONNECT.
RLOGIN Makes an RLOGIN connection (requires privilege).
TELOPT Send a TELNET option negotiation (advanced).
CLOSE Close the current connection.
Terminal Connection:
* C Special abbreviation for CONNECT.
* CONNECT Establish a terminal connection to a remote computer.
LOG SESSION Record terminal session.
SET COMMAND Bytesize between C-Kermit and your keyboard and screen.
* SET DUPLEX Specify which side echoes during CONNECT.
SET ESCAPE Prefix for "escape commands" during CONNECT.
SET KEY Key redefinitions in CONNECT mode.
SET TERMINAL Terminal connection items: bytesize, character-set, echo, etc.
SHOW ESCAPE Display current CONNECT-mode escape character.
SHOW KEY Display keycode and assigned value or macro.
SHOW TERMINAL Display SET TERMINAL items.
* Ctrl-\ CONNECT-mode escape character, followed by another character:
C to return to C-Kermit> prompt.
B to send BREAK signal.
? to see other options.
File Transfer:
ADD SEND-LIST Add a file specification to the SEND-LIST.
ADD BINARY-PATTERNS Add a pattern to the binary file pattern list.
ADD TEXT-PATTERNS Add a pattern to the text file pattern list.
ASSOCIATE A file character-set with a transfer character-set.
LOG SESSION Download a file with no error checking.
* SEND Send a file or files.
MSEND Multiple SEND - accepts a list of files, separated by spaces.
MOVE SEND and then delete source le(s) if successful.
MMOVE Multiple MOVE - accepts a list of files, separated by spaces.
MAIL SEND a file to other Kermit, to be delivered as e-mail.
RESEND Continue a incomplete SEND.
PSEND Send part of a file.
* RECEIVE Passively wait for files to arrive from other Kermit.
HP-UX Release 11i: December 2000 5 Section 1371
___
___