搜索资源列表
C++_Local_Network_Large_Size_File_P2P_Transfer
- MFC实现局域网内点对点的大文件传输源代码,C++网络技术开发的P2P终端,有助于学习掌握基本的P2P网络开发技术。源自网上收集,可供学习和参考使用。
winsock文件传输
- 使用winsock控件进行大文件传输,初学者学习winsock编程的经典例子-controls for the use of large file transfers, beginners to learn programming protocols of the classic examples
delphi 基于TCP的文件传输
- 用delphi的INDY 9 中的idtcp控件编写的文件传输,可以传送大文件,是新手学习的好例子
socket_file_transmit
- linux socket 大文件传输 点对点多线程断点续传的实现
UDP-FilePoster
- 利用udp稳定进行大文件传输的实例,在vc6.0下编译通过。-Udp stability using large-file transfer example, under the vc6.0 compile.
FilePoster
- TCP UDP C 语言实现 大文件传输 可在不同PC上传输-C program TCP UDP big file
File_Transfer
- C 语言实现 大文件传输 可以在不同PC上传输-C program big file transfer
linuxUDP
- linux下UDP大文件传输,测试最大228M不丢报传输,传输速度4M左右-UDP under linux large file transfer, testing the largest non-228M reported lost transmission, transmission speed of about 4M
filethread
- 利用线程实现的文件传输系统,不管传输多大的东西都可以,客户端和服务端写在一起 提出发送请求的是客户端,接受数据方的是服务器端-Use threads to achieve the file transfer system, no matter how transmission can be things, the client and the server to write together Send a request to the client, receive the data
FileTransfers
- 用MFC实现局域网内点对点的大文件传输,利用socket实现-Using MFC to achieve point-to-point LAN large file transfer, the realization of the use of socket
Program
- 文件传输协议FTP是基于TCP / IP的应用层协议,其主要功能是提供文件的共享、支持远距离计算机间接或直接连接、保护用户不因各类主机文件存储器系统的差异而受影响、进行可靠且有效的数据传输等,应用非常广泛。但是传统的FTP有不少的安全漏洞,例如明文传输、缺乏对数据的机密性和完整性保护,对通信双方也没有可靠的认证措施等。针对FTP的安全漏洞,近年来也出现了一些不需要对F IP协议自身做完全更改的协议扩展模块,如FTP SSL /TLS Extension。SSL ( Secure Sockets
p2pverfsion
- C++源程序,实现P2P局域网文件传输功能,传输速度最大可达到20M.-C++ source code, the realization of P2P network file transfer function, the maximum transmission speed of up to 20M.
Wnet
- 在服务器上指定一安装包,会自动传送安装包到各客户端,安装完毕会向服务器发送报告,过程中配合了进度条,更合适于大文件传输,分服务器和客户端-On the server specified an installation package will be automatically sent to the client installation package and installed will send the report to the server process, in line with
MFTP_complete
- 该程序实现了MFTP协议(缺少错误处理)。 现可在多台机器上实现MTFP协议简单文件传输。(大文件传输速度可能较慢) 一次操作只能发送一次文件。 操作过程: 1.运行ServerMFTP.exe与ClientMFTP.exe程序。 2.点击ClientMFTP.exe的“启动”和ServerMFTP.exe的“启动”。 3.点击ServerMFTP.exe的“打开”,选择一待传文件。 4.点击ServerMFTP.exe的“发送”,执行MFTP发送。
Manyfunctionchattool
- VC实现QQ聊天源代码利用VC++6.0来实现一个类似QQ的聊天程序。本程序只实现添加好友,文字聊天,文件传输和语音聊天4大功能。-VC achieve QQ chat source code using VC++6.0 to achieve a similar QQ chat program. Implementation of this program is only to add friends, text chat, file transfer, and voice-chat feat
6.15
- p2p 文件传输 可实现多线程 大文件的传输-p2p file transfer enables multi-threaded transfer large files
pipe
- 自己实现的一个管道客户端,用于向管道服务器发送数据,支持大文件传输,支持buffer-Their client to achieve a pipeline for sending data to the pipe server to support large file transfers, support for buffer
Socket_SendFile
- Simplex 单工通信 Full-Duplex 全双工通信 TransmitFile 双向文件传输 大文件传输过程发现接收端和发送端得到的文件大小不一致,而且收到的文件大小也在变,几个M的mp3没什么影响,但是如果是500m视频影响进度条。没有解决这个问题。 前面两个工程必须先打开服务器-Simplex Single Full-Duplex communication two-way full-duplex communication TransmitFile file
comftp
- java 大文件 传输 源码,socket tcp -large file transfer java source code, socket tcp
基于TCPIP协议的文件传输源码
- 基于C语言实现大文件传输,主要实现TCPIP协议,能实现单个文件超过4个G的传输,速度在局域网下能达到极限传输速度(This program achieved to transfer large file based TCP/IP protocal.)