搜索资源列表
telnetserver_demo.zip
- 一个telnet服务器源代码,功能如下: 对文件、目录的操作,注销、重启、关闭计算机。允许/禁止屏保,反转鼠标左右键,发送信息等
一个java常用类库的源代码
- 对比 20051019 版本主要改动: 1m1.去掉makedist.sh生成的configure等文件,安装更方便2.web增加版面RSS (by BunnyQ)3.web增加相关版面链接 (by Sdragons)4.telnet 增加D强制删除 (by garnett) 开发页面: http://bbs.tju.cn/us/dev-contrast to the major changes to version 20051019 : 1M1. Remove makedist.sh
IPMSG
- 一个用于局域网传输文件的软件,就是人们熟悉的飞鸽,速度快又方便-a LAN for file transfer software, is familiar Fei, fast and convenient
jsch-0.1.29
- JSch 是SSH2的一个纯Java实现。它允许你连接到一个sshd 服务器,使用端口转发,X11转发,文件传输等等。你可以将它的功能集成到你自己的 程序中。 -SSH2 JSch is a pure Java. It allows you to connect to an sshd server, using port forwarding, X11 forwarding, file transfer, and so on. You can be the function integrated
refreshweb
- 此文件在网页中应用一个函数,使网页定时刷新-this document in a web application function, regularly updated website
MyTelnet
- telnet服务器的实现: 1.客户端通过telnet连接后,服务器返回系统的一些信息(自己定义,至少应该包括程序作者的学号),之后显示提示符\"login:\"提示用户输入用户名进行登录 2.要求对用户名和密码进行验证。用户名和密码均为学号的后3位。如果用户名和密码错误则返回invalid user or passwd并提示重新输入 3.服务器端至少支持如下命令(命令不带参数) author:返回程序作者的相关信息 date:返回服务器的当前日期,日期的格式自己定义,
tcpudp
- 一个用来聊天,传输文件的TCP/UDP程序
telnet
- telnet协议原理及其实现.是一个PDF文件。
TelnetServer
- 一个telnet服务器源代码,功能如下: 对文件、目录的操作,注销、重启、关闭计算机。允许/禁止屏保,反转鼠标左右键,发送信息等 -a telnet server source code, the following functions : file, directory operations, write-off, restart, shut down the computer. To allow / disallow screensavers, mouse around key revers
VC socket多线程文件传输
- VC socket多线程文件传输
telnet
- 一个telnet服务器源代码,功能如下: 对文件、目录的操作,注销、重启、关闭计算机。允许/禁止屏保,反转鼠标左右键,发送信息等-A telnet server source code, the following functions: to document, catalog operations, write-off, restart, shut down your computer. Allowed/prohibited screensavers, inversion around t
0704
- 这是用ARP发送文件的程序,希望能对大家有一定的帮组 -This is to send the file with ARP procedures, the hope that it can help you have a certain group
newdilog
- 本程序是实现远程文件上传的程序,包含用户界面。主要应用了网络通信技术。-This procedure is a remote file upload process, including the user interface. The main application of the network communication technologies.
20070328_TelnetServer
- 一个telnet服务器源代码,功能如下: 对文件、目录的操作,注销、重启、关闭计算机。允许/禁止屏保,反转鼠标左右键,发送信息等。 -A telnet server source code, the following functions: to document, catalog operations, write-off, restart, turn off the computer. Permit/prohibition of screensavers, inversion aro
VCintelnet
- 自己写的一个网络测试程序,希望对大家有所帮组-Writing a network of their own testing procedures, and they hope to have everyone help group
ThreadPool
- 线程池的源文件和头文件用于网络编程的服务器端处理多个客户请求-ThreadPool.h and ThreadPool.cpp deal with serve for many of sclients
fbnt_b3
- 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
网络编程服务器和客户端
- 文件分别有客户端和服务器代码,利用visual studio打开任一代码文件即可打开整个项目(即客户端或服务器),点击调试即可出现MFC界面,服务器设定某一IP和端口号,客户端登录这个IP和端口号可以登录服务器,客户端登录服务器后可以发送信息给服务器,本程序涉及MFC界面以及WINSOCk知识。