Android Terminal telnet windows

/********************************************************************************************
* Android Terminal telnet windows
* 说明:
* 本文记录在Android上通过Terminal,尝试使用Busybox telnet到控制windows。
*
* 2016-5-12 深圳 南山平山村 曾剑锋
*******************************************************************************************/ 一、参考文章:
. Win7如何开启Telnet服务
http://jingyan.baidu.com/article/870c6fc3cd6fa9b03fe4bee4.html
. linux telnet windows
http://bbs.chinaunix.net/thread-2112337-1-1.html
. How do you resolve the error “Access Denied: Specified user is not a member of TelnetClients groups.”?
http://superuser.com/questions/439737/how-do-you-resolve-the-error-access-denied-specified-user-is-not-a-member-of-t/559708 二、运行现象:
|u0_a85@dior:/ $ ping 192.168.1.102
PING 192.168.1.102 (192.168.1.102) () bytes of data.
bytes from 192.168.1.102: icmp_seq= ttl= time=15.6 ms
......
bytes from 192.168.1.102: icmp_seq= ttl= time=22.7 ms
^C
--- 192.168.1.102 ping statistics ---
packets transmitted, received, % packet loss, time 9018ms
|u0_a85@dior:/ $ busybox telnet 192.168.1.102 Entering character mode
Escape character is '^]'. Welcome to Microsoft Telnet Service login: Tony
password: *===============================================================
Microsoft Telnet Server.
*===============================================================
C:\Users\Tony>dir
C
142F-AF47 C:\Users\Tony // : <DIR> .
// : <DIR> ..
// : <DIR> .android
// : <DIR> .AndroidStudio1.
// : <DIR> .designer
// : <DIR> .gradle
// : <DIR> Contacts
// : <DIR> Desktop
// : <DIR> Documents
// : <DIR> Downloads
// : <DIR> Favorites
// : <DIR> Links
// : <DIR> Music
// : <DIR> Pictures
// : <DIR> Saved Games
// : <DIR> Searches
// : <DIR> Videos2016// : , _viminfo
,
,,, C:\Users\Tony>
上一篇:Apache日志配置详解(rotatelogs LogFormat)


下一篇:[Java Web] 4、JavaScript 简单例子(高手略过)