Example, Quit, Send – HP Integrity NonStop H-Series User Manual
Page 135: Quit send
![background image](/manuals/397061/135/background.png)
Example
The following command establishes a connection to the TELNET server on a system named dist101:
telnet> open dist101
quit
Use the quit command to close the remote connection and exit TELNET.
quit
If TELNET encounters the end of the file, the result is the same as issuing a quit command.
Example
To disconnect from the remote system and exit TELNET, enter the following command:
telnet> quit
send
Use the send command to send one or more special character sequences to the remote system.
send { argument [ argument ] ... }
{ ? }
argument
is the name of the character sequence you want to send. The arguments and their corresponding
TELNET sequences are described in
?
specifies that you want to view information about the send command.
The result of sending a character sequence depends on the capabilities of the remote system. If
the sequence has no significance for the remote system, it may not respond to your request.
Table 13 Send Command Arguments
TELNET Sequence Sent
Argument
AO (abort output) sequence, which asks the remote system
to discard from the remote system all output currently
prepared for your terminal (flush all output).
ao
AYT (are you there) sequence.
ayt
BRK (break) sequence.
brk
EC (erase character) sequence, which asks the remote
system to erase the last character you entered.
ec
EL (erase line) sequence, which asks the remote system to
erase the line that you are currently entering.
el
Current TELNET escape character. The default escape
character is CTRL/ ] (^]).
escape
GA (go ahead) sequence, which signals the remote system
that it can send data. This sequence is provided for
half-duplex terminals, but is not required for most systems.
ga
IP (interrupt process) sequence, which asks the remote
system to abort the currently running process.
ip
NOP (no operation) sequence.
nop
TELNET SYNCH sequence, which causes the remote system
to discard all previously typed input that has not been read
synch
yet. If the synch sequence is not significant to the remote
system, a lowercase letter (r) might appear on your
terminal.
TELNET Command Reference
135