搜索资源列表
MTSClientSrc
- 一个多线程的TCP文件服务器,这是客户端
TCP服务器与客户端源代码
- 基于VC 6.0工程文件,测试TCP方式进行网络通信,包括服务器和客户端程序。
TCP Web Server
- 模拟TCP协议建立一个web服务器,通过把数据装入TCP套接字,可以向客户端发送.html, .jpg, .jif等格式的文件。-simulated TCP establish a web server, data loading TCP socket, can be sent to the client. Html. Jpg,. Jif format documents.
TCP的客户服务器通信程序
- TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端显示客户的IP地址及端口号;客户端接收文件并保存在d:\\client\\ls.txt下,否则,显示错误信息。 二:程序实现原理 发送端:打开文件,逐一读取字符到缓冲区(缓冲区大小为1024),若文件大于1024,则成块发送;若小于,则直接发送。 接受端:与发送端同理。-TCP
Sock32Server
- 使用delphi6开发的TCP/IP下文件服务器程序,使用WINSOCK控件开发。-use Delphi6 development of the TCP/IP file server, the use of Winsock Control development.
断点传输服务器端
- 一断点续传程序服务器端 本软件适用于装有IP/TCP协议的电脑. 主要功能:电脑间传送大型文件.(如电影等)- A break point continues passes on procedure server end this software to be suitable to being loaded with the IP/TCP agreement the computer Main function: Bet
masm_Feiler_v1.0
- 多线程 网络传输 开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy) 传输协议:TCP/IP 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。 文件的多线程读写采用wind
fileexchange
- TCP协议下的文件传输系统,服务器端和客户端间通过IP地址的确认来实现通信-the TCP file transfer systems, servers and clients to pass the IP address to confirm communications
MySeverDemo1
- 本程序是一个多线呈的TCP通讯 服务器程序 本程序的特点在于 很灵活的运用的select函数进行异步非阻塞套节字 程序是通过此套节子发送文件,文件类型也很新颖,是编码过后的264文件,鉴于上传文件的大小,我没有附加264文件,可以相应的考如些264文件,并在fopen改文件名-this program is a multi-line communications was the TCP server this program f
yifeiTCPClient
- 一个tcp文件传输程序,它在客户端通过连接到服务器上,传输文件-a file transfer program that the client connect to the server, file transfer
MTSClientSrc
- 一个多线程的TCP文件服务器,这是客户端-A multi-threaded TCP file server, this is the client
TCP_FileTransferServer
- TCP文件传输协议的服务器端的实现(JAVA编写)-TCP File Transfer Protocol server-side to achieve the (JAVA prepared)
tcp_file_transfer
- tcp文件传输 提供 大文件传输功能 提供服务器连接-tcp file transfer big file transfer
tcp-file-client
- 基于tcp可靠数据传输的客户端与服务器文件传输,客服端程序-Tcp reliable data transmission based on client and server, file transfer, customer-side programs
tcpchuanshuwenjian
- tcp文件服务器和客户点,客户端可以上传和下载,支持一些命令help:显示客户端所有命令和说,明,list:显示下载列表,get:下载,put:上传,quit:退出。-tcp file servers and clients point, the client can upload and download, support some command help: Shows all the commands and the client
文件服务器
- 基于tcp的文件服务器,具有上传下载查看等功能(File server, based on the TCP has uploaded and downloaded to see, and other functions)
tcp-file.tar
- 用于linxu 平台 进行文件上传和下载(File upload and download)
FileServer
- 在WINDOWS下用mfc实现TCP文件传输的服务器(Use TCP protocol to receive and send files)
文件传输
- 从客户端到服务器进行文件传输,其中服务器实现并发处理的功能,可以解决重名的情况(File transfer to the server from the client, the server can realize the concurrent processing function, and solve the same name's situation)