Open main menu

Changes

1,600 bytes added ,  11:51, 27 July 2016
Created page with "An old obscure tool, that still comes in handy. See http://www.computerhope.com/unix/utelnet.htm for a full list of commands. All these commands may not be available in your..."
An old obscure tool, that still comes in handy.

See http://www.computerhope.com/unix/utelnet.htm for a full list of commands. All these commands may not be available in your telnet, so once you login, you should just use the <code>?</code> question mark to get help on the local system.

One weird part about telnet is that once you login, you have to hit the escape character sequence to actually get to a prompt. So if you see this:
<pre>
Connected to qbucket.
Escape character is '^]'.
</pre>
They you actually should press the Ctrl key (the caret character is notation for Control aka the <code>Ctrl</code> key... I don't know why) and the right square bracket key <code>^]</code> Then you will see a telnet prompt:
<pre>
telnet>
</pre>

On my QNAP NAS, the telnet offers these commands:
<pre>
telnet> ?
Commands may be abbreviated. Commands are:

close close current connection
logout forcibly logout remote user and close the connection
display display operating parameters
mode try to enter line or character mode ('mode ?' for more)
open connect to a site
quit exit telnet
send transmit special characters ('send ?' for more)
set set operating parameters ('set ?' for more)
unset unset operating parameters ('unset ?' for more)
status print status information
toggle toggle operating parameters ('toggle ?' for more)
slc set treatment of special characters

z suspend telnet
environ change environment variables ('environ ?' for more)
</pre>
4,558

edits