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 ¯ow 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

Pre®x for "escape commands" during CONNECT.

 

SET KEY

Key rede®nitions 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 ®le speci®cation to the SEND-LIST.

 

ADD BINARY-PATTERNS

Add a pattern to the binary ®le pattern list.

 

ADD TEXT-PATTERNS

Add a pattern to the text ®le pattern list.

 

ASSOCIATE

A ®le character-set with a transfer character-set.

 

LOG SESSION

Download a ®le with no error checking.

 

* SEND

Send a ®le or ®les.

 

MSEND

Multiple SEND - accepts a list of ®les, separated by spaces.

 

MOVE

SEND and then delete source ®le(s) if successful.

 

MMOVE

Multiple MOVE - accepts a list of ®les, separated by spaces.

 

MAIL

SEND a ®le to other Kermit, to be delivered as e-mail.

 

RESEND

Continue a incomplete SEND.

 

PSEND

Send part of a ®le.

 

* RECEIVE

Passively wait for ®les to arrive from other Kermit.

 

HP-UX Release 11i: December 2000

− 5 −

Section 1371

k