搜索资源列表
telnet config
- TELNET程序,用SOCKET控件开发,可以支持 从TXT文件中读取命令并执行-TELNET procedures used SOCKET control development, TXT support from the document read the Executive Order and
NDK2_demo
- 一個Telnet Client/Server的程式,提供使用者再TCPIP上使用SOCKET來寫應用程式的基礎-a Telnet Client / Server program. Beginners again provide users SOCKET use to write applications to the foundation
socket_programing_ftp_serv
- network socket programing. ftp服务器程序,有USER,PASS,PASV,PORT,LIST,RETR命令,在telnet下可以调试。-network socket programing. Ftp server, have USER, PASS, PASV, PORT, LIST, RETR command, In telnet can be debugging.
MyTelnet
- telnet服务器的实现: 1.客户端通过telnet连接后,服务器返回系统的一些信息(自己定义,至少应该包括程序作者的学号),之后显示提示符\"login:\"提示用户输入用户名进行登录 2.要求对用户名和密码进行验证。用户名和密码均为学号的后3位。如果用户名和密码错误则返回invalid user or passwd并提示重新输入 3.服务器端至少支持如下命令(命令不带参数) author:返回程序作者的相关信息 date:返回服务器的当前日期,日期的格式自己定义,
Cwangluo
- C#网络与通信程序设计案例精讲.rar \\chap03 提供了本书第3章FTP服务器开发源程序; \\chap04 提供了本书第4章第FTP客户端开发源程序; \\chap05 提供了本书第5章电子邮箱系统源程序; \\chap06 提供了本书第6章基于Socket的聊天室源程序; \\chap07 提供了本书第7章多线程下载源程序 \\chap08 提供了本书第8章基于Web的电子书店
telnet_proxy_under_linux
- unix下telnet的代理,比较简单,但包含了unix下c编程需要注意的基本问题及socket编程的基本模式。-under telnet proxy, relatively simple, but contains the c programming under unix need to pay attention to basic issues and the basic socket programming model.
WSTerm
- 一个使用socket写的telnet的客户端,Use socket written a telnet client
Java_Socke183657142005
- 一个基于Java编写的Socket程序,提供简单的FTP功能实现 This networking program set consists of implementation of FTP, TELNET, HTTP SERVER, UDP NEWS SERVER, Multi client parallel chat server, Date server. Knowledge of socket programming, applet, AWT, thread, and IO str
bbterm
- Telnet客户端 VC++程序源码 我写的Telnet程序,基于Socket连接.-Telnet client VC++ Program source of the Telnet program I wrote, based on the Socket connection.
Telnet
- c# telnet利用SOCKET建立与服务器之间的连接过程实现-c# telnet server using SOCKET establish the connection between the process of implementation
Telnet
- 实现Telnet,把TelNet协议都已经实现。有别于其他简单socket终端。-The realization of Telnet, the TelNet agreement has been achieved. Different from other simple socket terminal.
BBS
- 基于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
libtermui-1.0.0.tar
- Libtermui is a terminal driver library. It is fully standalone and lightweight. It can drive terminals on a TTY or through a telnet connection directly on a TCP socket. It is fully re-entrant, and can be used to drive multiple terminals from differen
telnet_socket
- telnet 类,一个用于写telnet终端的类,采用socket编程-telnet class by socket
Telnetclient
- 利用windows socket技术的 Telnet客户端,操作平台VC++6.0 非常实用,希望大家喜欢-The use of windows socket technology, Telnet client, the operation is very useful platform for VC++6.0 I hope everyone likes
java.telnet
- 本实验基于Telnet协议,使用Socket套接口,用java语言,实现Telnet服务。目的使学生了解Telnet协议、掌握在java编程中对telnet协议的使用、和使用Socket的编程技术及其远程登录网络访问服务的技术。-Telnet protocol based on this study, the use of Socket socket, using java language, to achieve Telnet service. Telnet protocol aims to
socketTelnet
- 一个学习用的远程登录Telnet程序,使用SOCKET编写-A learning remote login with Telnet program, written using the SOCKET
SPipe
- 一个基于windows TCP socket的后门程序,程序运行后在设定的端口监听控制端的连接并调用cmd去执行控制端的命令,控制端可以用telnet去连接。-A windows TCP socket on the back door, run the port after setting the control side of the connection monitor and call cmd command to execute the control side, the control
os
- 网络通信过程中,服务器必然提供监听socket响应客户端连接请求,也必然提供连接socket与客户端进行交互。一台主机上有不止一个的socket服务器,如ftp、telnet服务器等,他们初始都处于监听状态,等待连接请求的到来。linux中为了管理这两类socket提供了两个哈希链表:tcp_listening_hash和tcp_ehash,下面主要分析下监听哈希表,顺带说下连接hash表。 -Network communication process, provide listen
telnet
- 利用socket实现简单的远程登录,可以查看、操作远程主机,相关知识点,套接口、守护日志、守护进程、I/O多路复用等.-Socket for simple remote login, you can see, operating the remote host, knowledge point socket, guard log daemon, I/O multiplexing.
