Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Telnet
Search - Telnet - List
关于telnet 服务器的源码下载,可以通过在java自动装载-telnet source code
Update : 2024-05-17 Size : 421888 Publisher : hu

DL : 0
基于Socket套接口,实现Telnet服务。学习Telnet协议、协议解析、基于Socket的编程技术及其远程登录网络访问服务的技术。该程序是telnet的Client,实现比较简陋。登录到任何bbs做测试。-Based on Socket socket, Telnet Service implementation. Learn Telnet protocol, protocol analysis, based on the Socket programming technology and its remote network access services sign technology. The telnet program is the Client, relatively simple implementation. Log in to make the test any bbs.
Update : 2024-05-17 Size : 5139456 Publisher : 任芳

java网络编程员代码,前八章,涉及到基本服务器,客户端编程,和多线程的基本例子,十分适合初学者。-Network programmers java code, the former eight chapters, covering the basic server, client-side programming, and basic example of multi-threaded, very suitable for beginners.
Update : 2024-05-17 Size : 180224 Publisher : 刘乐宝

DL : 0
一个很有意思的TELNET登录BBS的程序源代码,界面简洁好用,非常不错。-TELNET an interesting sign BBS program source code, the interface simple and easy to use, very good.
Update : 2024-05-17 Size : 101376 Publisher : piaoyun

DL : 0
本书介绍TCP/IP及其应用。TCP/IP是Internet上使用的协议,而Internet是世界上最大的互联网络。本书内容十分丰富,几乎涵盖了有关TCP/IP的各个方面,包括开放式通信模型、TCP/IP通信模型、IP网络中的命名和寻址机制、地址解析及反向地址解析协议、DNS域字服务器、WINS、地址发现协议、IPv6、IP网络中的路由协议(RIP、OSPF等)、互联网打印协议、LDAP目录服务、远程访问协议、IP安全与防火墙。本书介绍了如何为Windows 9x/NT配置TCP/IP;还介绍了如何使用TCP/IP应用程序,包括远程登录、FTP、Web浏览等。 -The book introduced the TCP/IP and its application. TCP/IP is the protocol used on Internet, and the Internet is the world' s largest Internet network. The book is rich in content, almost covering the TCP/IP in all its aspects, including open communication model, TCP/IP communication model, IP network naming and addressing mechanisms, and reverse address resolution ARP, DNS domain word server, WINS, the address discovery protocol, IPv6, IP network routing protocols (RIP, OSPF, etc.), Internet Printing Protocol, LDAP directory services, remote access protocol, IP security and firewall. The book describes how to configure Windows 9x/NT for the TCP/IP also describes how to use the TCP/IP applications, including Telnet, FTP, Web browsing and so on.
Update : 2024-05-17 Size : 21622784 Publisher : 周洁

OpenTelnet.exe用来快速配置并启动远程服务器的Telnet Resumetelnet.exe用来把修改了的配置都返回到默认配置上去,关闭Telnet服务等。 使用这两个程序,必须先获得管理员帐号密码,同时服务器开放IPC$共享。-OpenTelnet.exe used to quickly configure and start the Telnet Resumetelnet.exe remote server used to modify the configuration of all go back to the default configuration, the closure of services such as Telnet. The use of these two procedures, must first obtain the Administrator account password, the server at the same time opening up IPC $ share.
Update : 2024-05-17 Size : 3072 Publisher :

本书源码主要针对目前流行的FTP、HTTP、E-mail、Telnet、ICMP、Modem串口通信编程、拨号网络编程等内容进行详细的讲解,并结合大量的实例使读者能够深入地了解各种网络应用程序的开发技巧-nothing
Update : 2024-05-17 Size : 1353728 Publisher : 康宽铭

simple telnet program source library
Update : 2024-05-17 Size : 11264 Publisher : llopes

用vb实现的通讯工具,一个简单的类似telnet的聊天工具 -Used to achieve the communications tools vb
Update : 2024-05-17 Size : 39936 Publisher : 张拨

DL : 0
一个实现局域网telnet的小bat,添加了一个很隐藏的账户-LAN telnet a small bat, added a hidden account
Update : 2024-05-17 Size : 18432 Publisher : 杨帆

DL : 0
用VC++6.0的Sockets API实现一个聊天室程序.txt   VC++对网络编程的支持有socket支持,WinInet支持,MAPI和ISAPI支持等。其中,Windows Sockets API是TCP/IP网络环境里,也是Internet上进行开发最为通用的API。最早美国加州大学Berkeley分校在UNIX下为TCP/IP协议开发了一个API,这个API就是著名的Berkeley Socket接口(套接字)。在桌面操作系统进入Windows时代后,仍然继承了Socket方法。在TCP/IP网络通信环境下,Socket数据传输是一种特殊的I/O,它也相当于一种文件描述符,具有一个类似于打开文件的函数调用-socket()。可以这样理解:Socket实际上是一个通信端点,通过它,用户的Socket程序可以通过网络和其他的Socket应用程序通信。Socket存在于一个"通信域"(为描述一般的线程如何通过Socket进行通信而引入的一种抽象概念)里,并且与另一个域的Socket交换数据。Socket有三类。第一种是SOCK_STREAM(流式),提供面向连接的可靠的通信服务,比如telnet,http。第二种是SOCK_DGRAM(数据报),提供无连接不可靠的通信,比如UDP。第三种是SOCK_RAW(原始),主要用于协议的开发和测试,支持通信底层操作,比如对IP和ICMP的直接访问。 -VC++6.0 using the Sockets API procedures for the realization of a chat room. Txt VC++ on the support network programming socket support, WinInet support, MAPI and ISAPI support. One, Windows Sockets API is TCP/IP network environment, but also for the development of Internet, the most common API. The first University of California, Berkeley campus in UNIX for the TCP/IP protocol has developed an API, the API is well-known Berkeley Socket interface (socket). Into the Windows desktop operating system in the era after the Socket method inherited. In the TCP/IP network communication environment, Socket data transmission is a special kind of I/O, it is equivalent to a file descriptor, open the file with a similar function call in-socket (). Can interpret it this way: Socket is a communication endpoint, through which users can program the Socket and other network applications of Socket Communications. Socket exist in a "communication domain" (as described in the general thread o
Update : 2024-05-17 Size : 3072 Publisher : 李涛

C++写的网络聊天室源码,支持Telnet聊天,自定义端口号,GUI界面-C++ to write source network chat rooms to support the Telnet chat, custom port number, GUI interface
Update : 2024-05-17 Size : 30720 Publisher : sunwu

DL : 0
网络连通性测试实用小程序,启动该程序,则,客户端就可以通过telnet ip port进行测试是否可以连通。-for network connect test
Update : 2024-05-17 Size : 1024 Publisher : shiqing weng

在BIOS中隐藏Telnet后门,目标机器开机后会自动连接到指定机器。-In the target machine, hidden Telnet- back after startup will be connected to the specified machines.
Update : 2024-05-17 Size : 9216 Publisher : 小东

DL : 0
Firebird NT BBS,一种telnet模式下的BBS系统,Windows环境下的源代码,需要根据自己的要求定制修改参数,然后编译成exe可执行文件,通过telnet方式登录。-Firebird NT BBS, a BBS mode telnet system, Windows source code environment, the need to customize according to their own requirements to amend the parameters, and then compiled into executable exe files, log on through the telnet way.
Update : 2024-05-17 Size : 1463296 Publisher : gagee

Visual Basic Examples: TCP/IP Client/Server HTTP/HTTPS ICMP Gt/Set SNMP SNMP Trap SSH IP2Country Wake On Lan Telnet HTTP-POST FTP DNS, RSH, UDP, NTP-Visual Basic Examples: TCP/IP Client/Server HTTP/HTTPS ICMP Gt/Set SNMP SNMP Trap SSH IP2Country Wake On Lan Telnet HTTP-POST FTP DNS, RSH, UDP, NTP..
Update : 2024-05-17 Size : 84992 Publisher : ecqu

DL : 0
<TCP-IP技术大全> 本书介绍TCP/IP及其应用。TCP/IP是Internet上使用的协议,而Internet是世界上最大的互联网络。本书内容十分丰富,几乎涵盖了有关TCP/IP的各个方面,包括开放式通信模型、TCP/IP通信模型、IP网络中的命名和寻址机制、地址解析及反向地址解析协议、DNS域字服务器、WINS、地址发现协议、IPv6、IP网络中的路由协议(RIP、OSPF等)、互联网打印协议、LDAP目录服务、远程访问协议、IP安全与防火墙。本书介绍了如何为Windows 9x/NT配置TCP/IP;还介绍了如何使用TCP/IP应用程序,包括远程登录、FTP、Web浏览等-<TCP-IP技术大全> The book introduced the TCP/IP and its application. TCP/IP is the protocol used on Internet, and the Internet is the world' s largest Internet network. The book is rich in content, almost covering the TCP/IP in all its aspects, including open communication model, TCP/IP communication model, IP network naming and addressing mechanisms, and reverse address resolution ARP, DNS domain word server, WINS, the address discovery protocol, IPv6, IP network routing protocols (RIP, OSPF, etc.), Internet Printing Protocol, LDAP directory services, remote access protocol, IP security and firewall. The book describes how to configure Windows 9x/NT for the TCP/IP also describes how to use the TCP/IP applications, including Telnet, FTP, Web browser, such as
Update : 2024-05-17 Size : 23018496 Publisher : 李立

这是著名的Firebird BBS的web部分,需要和Firebird BBS的源代码以其进行编译使用,可以telnet和web同时登陆,方便快捷。-This is a well-known Firebird BBS part of the web, needs and the Firebird BBS to compile the source code for its use, you can telnet and web landing at the same time, convenient and quick.
Update : 2024-05-17 Size : 74752 Publisher : gagee

Redboot,ported to the i.MX27 PDK board. It was designed to be very portable, extensible, and configurable. Some of the features are: • Host connectivity via RS-232 or Ethernet • Command line interface via RS-232 or Telnet • Image downloads via HTTP, TFTP, X-Modem, or Y-Modem • Support for compressed images (download and flash load) • Flash Image System for managing multiple flash images • Flash stored configuration • Boot time script execution • GDB • BOOTP-Redboot,ported to the i.MX27 PDK board. It was designed to be very portable, extensible, and configurable. Some of the features are: • Host connectivity via RS-232 or Ethernet • Command line interface via RS-232 or Telnet • Image downloads via HTTP, TFTP, X-Modem, or Y-Modem • Support for compressed images (download and flash load) • Flash Image System for managing multiple flash images • Flash stored configuration • Boot time script execution • GDB • BOOTP
Update : 2024-05-17 Size : 36108288 Publisher : allen

DL : 0
用csharp编写的base 64 编码、译码程序,在网络实验远程登录邮箱时有用。-Csharp prepared using base 64 encoding, decoding process, the experiment in network useful telnet mail.
Update : 2024-05-17 Size : 51200 Publisher : jing
« 1 2 ... 43 44 45 46 47 4849 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.