Welcome![Sign In][Sign Up]
Location:
Search - tcp file

Search list

[Internet-Network基于TCP的局域网多用户通信、文件传送程序详解

Description: 基于TCP的局域网多用户通信、文件传送程序详解-LAN-based TCP multi-user communication, file transfer procedures for Hi
Platform: | Size: 221184 | Author: 盛杰 | Hits:

[Internet-NetworkTCP的客户服务器通信程序

Description: TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端显示客户的IP地址及端口号;客户端接收文件并保存在d:\\client\\ls.txt下,否则,显示错误信息。 二:程序实现原理 发送端:打开文件,逐一读取字符到缓冲区(缓冲区大小为1024),若文件大于1024,则成块发送;若小于,则直接发送。 接受端:与发送端同理。-TCP client-server communication program one : running a process, running the server and wait for the client to issue two requests, the client operating procedures, the importation of customer IP address, link request, if successful connection, the server-client shows the IP address and port number ; the client receives the document and preserve d : \ \ client \ \ ls.txt, otherwise an error message. 2 : Principle procedures transmitter : open the file, read each character to the buffer (buffer size for 1024), and if the document is greater than 1,024, then sent into pieces; If less, then sent directly. Receivers : Send-the same reason.
Platform: | Size: 15360 | Author: | Hits:

[Windows Developfileexchange

Description: TCP协议下的文件传输系统,服务器端和客户端间通过IP地址的确认来实现通信-the TCP file transfer systems, servers and clients to pass the IP address to confirm communications
Platform: | Size: 163840 | Author: 吴茜 | Hits:

[TCP/IP stackwjcs

Description: TCP协议下的文件传输系统,服务器端和客户端间通过IP地址的确认来实现通信,利用WINSOCK控件来实现,在服务器端还有窗口可以显示传输的文件内容-the TCP file transfer system server and client IP addresses to pass the OK to achieve communication, the use of Winsock Control to achieve, the server window can also show transmission of the contents of the documents
Platform: | Size: 1024 | Author: xuan | Hits:

[Process-Threadduo_xian_cheng_socket_file_transport

Description: TCP文件传输组件设计 1服务端接收文件,客户端发送文件。 2 每个Socket连接同时只能够传输一个文件。 3 可同时发送网络消息 网络消息的消息格式为: @+nnnnn+消息内容,其中@为消息头,nnnnn为消息内容的长度。 -TCP file transfer component design a server receiving the document, the client this document. Socket two each while only link to a document transmission. 3 can also send news network news network news format : @ nnnnn news content, @ news of the first, nnnnn for news content length.
Platform: | Size: 134144 | Author: 水依 | Hits:

[TCP/IP stackWSFileTransfer_src

Description: 实现TCP文件传输功能。分成服务端和客户端两个部分-TCP file transfer function. Divided into server and client in two parts
Platform: | Size: 18432 | Author: jakeyzhou | Hits:

[TCP/IP stackUDPFILESTRANSMIT

Description: 利用TCP/IP协议完成各种文本音频视频文件传输-The use of TCP/IP protocol to complete a variety of text audio video file transfer
Platform: | Size: 869376 | Author: 李丽 | Hits:

[Internet-NetworkTCP

Description: 使用TCP协议在linux下进行文件的传输的实现,实例中传输的是影像文件-The use of TCP protocol in the linux file transfers under the realization example is an image file transmission
Platform: | Size: 2916352 | Author: 周栩孜 | Hits:

[JSP/JavaTcp

Description: java tcp 文件传输 tcp协议-java tcp file transfer protocol tcp
Platform: | Size: 13312 | Author: | Hits:

[Ftp Clientfiletransfer

Description: 对简单的TFPT协议进行改进,使其适应较大文件的传输,并且基于可靠的TCP连接,但比FTP又简单得多,适合中型传输和嵌入到应用系统中进行文件传输-TFPT agreement on simple improvements to adapt to a larger file transfers, and on a reliable TCP connection, but also much simpler than FTP, suitable for medium-sized application of transmission and embedded systems File Transfer
Platform: | Size: 139264 | Author: penglizhi | Hits:

[TCP/IP stackTCP

Description: 简单模拟TCP文件传输,里面包括C/S端程序代码-Simple simulation of TCP file transfers, which include C/S client code
Platform: | Size: 2048 | Author: justbat | Hits:

[TCP/IP stackfile-transfer

Description: 多线程TCP文件下载,速度很快,效果很好!-TCP File Download
Platform: | Size: 2948096 | Author: yulei | Hits:

[JSP/Javajava-TCP

Description: 1.实现一个采用用户自定义协议的文件传输服务器FileServer和客户FileClient。 2. 编写一服务器程序和客户程序,要求客户每输入一行数据,服务器接收后加上echo:回送给客户程序,要求服务器程序采用多线程方式和线程池为每个客户分配一个线程。-1. The realization of a use of user-defined file transfer protocol server FileServer and customer FileClient. 2. Write a server program and the client, required for every input line of data, the server after receiving add echo: back to give clients require the server program uses multiple threads and thread pools for each customer is assigned a thread.
Platform: | Size: 12288 | Author: zhang liang | Hits:

[Internet-NetworkTCP

Description: TCP 文件传输, 是基于TCP可靠的传输协议,经验证,传输文件没问题-TCP File Transfer, is based on the TCP reliable transport protocol, experience certificate, transfer files no problem
Platform: | Size: 5545984 | Author: 叶五 | Hits:

[Internet-Networktcp-file-client

Description: 基于tcp可靠数据传输的客户端与服务器文件传输,客服端程序-Tcp reliable data transmission based on client and server, file transfer, customer-side programs
Platform: | Size: 1182720 | Author: 丁宇 | Hits:

[Internet-Networktcp-file-server

Description: 基于TCP协议的客户端与服务器端文件传送的服务器程序-TCP-based client and server-side file transfer server program
Platform: | Size: 1192960 | Author: 丁宇 | Hits:

[Internet-NetworkTCP-IP-File-Transportion

Description: 一个通过SOCKET来实现传输文件的例子,对于初学网络编程的初学者有很大的帮助。-SOCKET to implement a file transfer through the example of network programming for the beginner is very helpful for beginners.
Platform: | Size: 2048 | Author: 王建 | Hits:

[TCP/IP stackTCP-File-Transfer

Description: TCP文件传输,服务器端和客户端能够相互传送-TCP file transfer, server and client can send each other
Platform: | Size: 336896 | Author: 潘德锋 | Hits:

[TCP/IP stackFile-transfer-tcp-ip

Description: 基于TCP-IP的文件传输程序,分为服务端、客户端,有菜单选择(收、发、退出),双向收发,半双工通讯。-Based on tcp-ip protocol,server&client,menu,Half Duplex.
Platform: | Size: 1371136 | Author: 小勺子 | Hits:

[Othertcp-file.tar

Description: 用于linxu 平台 进行文件上传和下载(File upload and download)
Platform: | Size: 25600 | Author: 人皇将士 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 43 »

CodeBus www.codebus.net