搜索资源列表
FileTransfer_demo.zip
- 使用CSocket类传输文件的程序
FileTransfer_socket
- Socket通信实现文件传输的vc代码。采用MFC CSocket类实现两台电脑之间的文件传输。-Socket Communication document transmission vc code. MFC CSocket used to achieve between the two computer file transfer.
SocketClass
- 用CSocket实现的基本文本或文件传输-with CSocket achieve the basic text or a file transfer
PToPFileTransfer
- 基于CSocket(提供了阻塞式的访问方式)的点对点文件传输实例-based CSocket (obstruction-of the interviews) peer-to-peer file transfer case
FileTransfer
- 使用CSocket实现简单的文件传输,首先启动服务器端并选择要传输的文件,等待客户端的连接,客户端输入服务器的IP地址后,点击接受文件,选择保存路径,开始传输.运行时,客户端和服务器端分别使用不同的线程.类似于飞鸽传书.
demo-FileTransfer
- 一个网络文件传输程序,包含服务端和客户端。采用CSocket和多线程实现。
SFTP
- 使用CSocket建立ftp客户端,通过TCP连接进行文件传输
PointToPointTransfer
- 这是一个基于CSocket类的点对点文件传输系统。
CSocket发送接受长文件的例子
- 讲述如何对长文件进行socket通讯,编程,保证传输的质量-on how long the documents socket communications, programming, the quality assurance transmission
12445356456457
- 用CSocket实现网络文件的传输,可以实现局域网的ticip通信-CSocket file with the transmission network can be achieved ticip LAN communications
Transfer
- 用CSocket实现文件传输,目前只能实现在本机上传输,有待改进。-Use CSocket to achieve file transfer, are currently only achieved in the machine transfers should be improved.
Socket
- 关于Socket的一个简单实现,在C++中使用MFC的CSocket直接连接,在服务器端和客户端各添加了一个线程用于传输。实现比较简单,两个CSocket连接后就可以传文件,且传好的文件可以通过MD5的检查。-Socket A simple implementation in C++ using MFC CSocket direct connection, add a thread for the transmission of the server and client. Relatively
FGXBPAH1
- 采用 CSocket 类编写的局域网文件夹传输的VC实现()