Difference between revisions of "Telnet"

From NetHackWiki
Jump to navigation Jump to search
m (A bit more info, removed {{stub}}. This article is probably good enough.)
(rearrange and reword, plus add link to wikipedia's Telnet article.)
Line 1: Line 1:
'''Telnet''' is a command line based program used to connect to servers designed for interactive communication. Many operating systems include a telnet client by default including Windows, Mac, Linux and other UNIX variants. One may connect to [[nethack.alt.org]] to play NetHack online by typing
+
{{wikipedia|Telnet}}
 +
 
 +
'''Telnet''' is a command line program used to connect to [[public servers]]. Almost all operating systems include a telnet client by default. For example, you may connect to [[nethack.alt.org]] to play NetHack online by typing
  
 
  telnet nethack.alt.org
 
  telnet nethack.alt.org
  
Nethack.alt.org is not the only available server -- try this [[Websites#Public Servers|list]]. If Telnet is not for you, you may try [[PuTTY]] which is similar, yet more feature-rich.
+
Most Windows users seem to prefer [[PuTTY]], which can do telnet and is more feature-rich than the default telnet.exe.
  
It should be noted that no command line interface is quite the same as any other, and thus connecting through Telnet to [[nethack.alt.org]] on different computers may cause strange results. For example, after getting used to playing on Linux, one may decide to enable [[DECgraphics]]. Windows' cmd.exe does not seem to display NetHack correctly when using this option. cmd.exe prefers IBMgraphics to be enabled if the default graphics are not pleasant enough.
+
It should be noted that no command line interface is quite the same as any other, and thus connecting through telnet to a server on different computers may cause strange results, especially if [[DECgraphics]] or [[IBMgraphics]] are used.
  
 
[[Category:Utilities]]
 
[[Category:Utilities]]

Revision as of 17:09, 16 October 2008

Telnet is a command line program used to connect to public servers. Almost all operating systems include a telnet client by default. For example, you may connect to nethack.alt.org to play NetHack online by typing

telnet nethack.alt.org

Most Windows users seem to prefer PuTTY, which can do telnet and is more feature-rich than the default telnet.exe.

It should be noted that no command line interface is quite the same as any other, and thus connecting through telnet to a server on different computers may cause strange results, especially if DECgraphics or IBMgraphics are used.