telnet
|
-d
|
Activates debug mode
|
|
-a
|
Attempts automatic login
|
|
-n tracefile
|
Opens tracefile to record appropriate information (see also ‘set tracefile’)
|
|
-l user
|
If the host supports environ, you will be logged in as the specified user.
|
|
-e escape char
|
Sets an escape character
|
|
-E
|
No character is recognised as escape character
|
|
-x
|
Attempts to activate encryption
|
mode
|
character
|
Disables LINEMODE
|
|
Line
|
Enables LINEMODE
|
|
isig/-isig
|
Enables/disables the TRAPSIG mode of LINEMODE
|
|
edit/-edit
|
Enables/disables the EDIT mode of LINEMODE
|
|
softtabs/-softtabs
|
Enables/disables the SOFT_TABS mode of LINEMODE
|
|
litecho/-litecho
|
Enables/disables the LIT_ECHO-Modus of LINEMODE
|
send
|
abort
|
Sends ‘Abort process’ sequence
|
|
Ao
|
Sends ‘Abort output’ sequence; the host flushes the output from itself to the client.
|
|
ayt
|
Sends ‘Are you there’ sequence; the host can confirm with a response.
|
|
brk
|
Sends ‘Break’ sequence
|
|
ec
|
Sends ‘Erase character’ sequence; the host erases the last character entered
|
|
el
|
Sends Erase line sequence; the host erases the line that is being entered
|
|
eof
|
Sends ‘End of file’ sequence
|
|
eor
|
Sends ‘End of record’ sequence
|
|
esc
|
Sends the current escape character (see also ‘telnet -e’)
|
|
ga
|
Sends ‘Go ahead’ sequence
|
|
getstatus
|
Requests the host to discard any input that has not yet been processed
|
|
?
|
Provides information about the send command
|
set/unset
|
echo value
|
Determines whether characters entered should also be displayed
|
(value can be TRUE/FALSE or a special character)
|
eof value
|
Enables the ‘End of file’ character (see also ‘send eof’)
|
|
erase value
|
Enables erase character (see also ‘send ec’); works only in localchars mode (see also ‘toggle localchars’)
|
|
escape value
|
Enables escape character (see also ‘telnet -e’)
|
|
flushoutput value
|
Enables abort output character (see also ‘send ao’); works only in localchars mode (see also ‘toggle localchars’)
|
|
lnext value
|
Enables ‘lnext’ characters
|
|
quit value
|
Enables ‘break’ characters (see also ‘send brk’); works only in localchars mode (see also toggle localchars)
|
|
reprint value
|
Enables ‘reprint’ character
|
|
start value
|
Enables ‘start’ character; only if TOGGLE-FLOW-CONTROL is enabled
|
|
stop value
|
Activates ‘stop’ character; only if TOGGLE-FLOW-CONTROL is activated
|
|
worderase value
|
Enables ‘worderase’ characters
|
environ
|
define variable value
|
Assigns a value to a variable; values can be enclosed in single or double quotes.
|
|
undefine variable
|
Deletes the specified variable
|
|
export variable
|
Exports the specified variable
|
|
unexport variable
|
Specifies that the specified variable may only be exported when Telnet is specifically requested to do so
|
|
list
|
Lists all variables; * character indicates whether the variable is exported automatically.
|
|
?
|
Provides information about the send command
|
toggle
|
autosynch
|
If both autosynch and localchars are active, an additional ‘synch’ sequence is sent when the quit character is sent (see also ‘set quit’)
|
(Initial state is TRUE)
|
binary
|
Enables/disables ‘binary’ option on input and output
|
|
inbinary
|
Enables/disables ‘binary’ option at input
|
|
outbinary
|
Enables/disables binary option on output
|
|
crlf
|
TRUE: carriage return is set to <CR><LF>
|
|
crmod
|
FALSE: carriage return is set to <CR><NUL> (FALSE is the normal state here)
|
|
debug
|
Switches the state of the ‘carriage return’ mode
|
|
localchars
|
Switches the state of the ‘Socket debug’ mode (FALSE is the normal state here)
|