LoginSignup
4
2

More than 5 years have passed since last update.

【windows7】Windowsのcmdでtelnetクライアントを使う方法

Last updated at Posted at 2016-07-03

参考:Windows 7 で telnet コマンドを使う

有効化すれば、cmdでtelnetクライアントが使える。
「コントールパネル」-「プログラム」-「Windowsの機能の有効化または無効化」

image.png

サーバの疎通確認などに使う

#telnet IPアドレス ポート番号(省略時は23番ポート)
telnet 127.0.0.1 8080
4
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
2