text
stringlengths
0
4.23k
escape <character>
Sets the escape character used to enter the telnet client prompt. The escape character can be a single character, or it can be a combination of the CTRL key plus a character. To set a control-key combination, hold down the CTRL key while you type the character that you want to assign.
localecho
Turns on local echo.
logfile <filename>
Logs the current telnet session to the local file. Logging begins automatically when you set this option.
logging
Turns on logging. If no log file is set, an error message appears.
mode {console | stream}
Sets the operation mode.
ntlm
Turns on NTLM authentication.
term {ansi | vt100 | vt52 | vtnt}
Sets the terminal type.
?
Displays help for this command.
<character>
<filename>
{console | stream}
{ansi | vt100 | vt52 | vtnt}
Remarks
<option>
<option>
Example
To set the log file and to begin logging to the local file tnlog.txt, type:
set logfile tnlog.txt
telnet: status
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Displays status information.
Syntax
st[atus]
Example
To display status information, type:
st
telnet: unset
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Turns off previously set options.
Syntax
u {bsasdel | crlf | delasbs | escape | localecho | logging | ntlm} [?]
Parameters
Parameter
Description
bsasdel
Sends backspace as a backspace.
crlf
Sends the Enter key as a CR. Also known as line feed mode.
delasbs
Sends delete as delete.
escape
Removes the escape character setting.
localecho
Turns off localecho.
logging
Turns off logging.
ntlm
Turns off NTLM authentication.
?
Displays help for this command.