zoukankan      html  css  js  c++  java
  • win7开启telnet方法

    今天在win7的命令控制台下想telnet路由器,突然发现竟然提示说没有telnet这条命令,我尴尬了一下。 后来发现其实win7上边是有telnet这条命令的,不过就是默认被关闭了。 开启telnet方法如下: 打开Control Panel,选择Program下的Turn Windows features on or off,在弹出的对话框中将telnet client打上勾就可以了。 打钩的时候注意别给telnet server打上了勾,否则结果~~~~~自己想象吧。

     win7下的telnet命令的使用也有些特别。 首先得在cmd下输入telnet进入telnet模式,在telnet模式下可以输入好几条命令,

     Microsoft Telnet> ?/help Commands may be abbreviated. Supported commands are: c     - close                     close current connection d     - display                   display operating parameters o     - open hostname [port]      connect to hostname (default port 23). q     - quit                      exit telnet set   - set                       set options (type 'set ?' for a list) sen   - send                      send strings to server st    - status                    print status information u     - unset                     unset options (type 'unset ?' for a list) ?/h   - help                      print help information

    转载自:http://hi.baidu.com/cuilei19861122/blog/item/fa0790d0396e9b369a502754.html

  • 相关阅读:
    php多态
    ssl certificate problem: self signed certificate in certificate chain
    test plugin
    open specific port on ubuntu
    junit vs testng
    jersey rest service
    toast master
    use curl to test java webservice
    update folder access
    elk
  • 原文地址:https://www.cnblogs.com/keepfocus/p/2262773.html
Copyright © 2011-2022 走看看