Is there a telnet utility for windows?

16

2

Is there a simple telnet command line utility for Windows 7? I am used to the telnet command that is built into UNIX, but I can't seem to find one for Windows that can be used similarly.

ewok

Posted 2011-10-21T15:06:55.783

Reputation: 2 743

Answers

24

The Telnet client in Windows 7 is disabled by default, and needs to be enabled via Windows' Programs and Features:

Control Panel --> Programs --> Turn Windows features on or off, in the dialog that pops up check-mark "Telnet Client".

For more info see: Why isn't Telnet enabled by default in Windows 7?

And at MS's site you can check out Telnet: frequently asked questions.

Ƭᴇcʜιᴇ007

Posted 2011-10-21T15:06:55.783

Reputation: 103 763

1For windows server its under 'add roles and features wizard' – n00b – 2017-03-17T20:32:59.763

20

PuTTY is a free implementation of Telnet and SSH for Windows and Unix. Download the latest PuTTy for telnet.

kba

Posted 2011-10-21T15:06:55.783

Reputation: 347

1+1 PuTTY is much better than the built-in telnet – BlueRaja - Danny Pflughoeft – 2011-10-21T20:13:02.770

4While PuTTY is useful, and can serve the purpose well, What is needed, as stated above, is a utility that allows me to connect directly from the command line, rather than having to run a GUI. – ewok – 2011-10-26T18:28:59.213

3

A much better (and FOSS) Telnet client is PuTTY.

IVI

Posted 2011-10-21T15:06:55.783

Reputation: 39

2

If you need to connect using telnet from the command line, take a look at Plink. Its by the same people that make PuTTY. Plink allows you to script connections to anything PuTTY can connect to. I used plink with simple batch files and perl files on windows with fairly good results (of course you results may vary). If you are just looking to get a telnet connection from command line then the vanilla telnet client in Windows should be okay.

ianc1215

Posted 2011-10-21T15:06:55.783

Reputation: 2 884