搜索资源列表
http_client_2.0
- 一个简单的http下载程序,用C++在linux下写了一个简单的http下载程序,程序的功能很简单,在终端输入文件所在网址,程序会单线程从服务器上下载该文件到本地。程序里面涉及了socket编程、http协议、二进制文件的写入。-a simple http download and use under linux C wrote in a simple http download procedure is very simple function of the input terminal is
http_download_demo
- wisock应用队列思想实现单线程多任务http下载的类. 实现多文件同时下载,断点续传,流量统计等.-wisock Application Queue achieving single-threaded multi-task http download category. Multi-file download, HTTP, traffic statistics.
FTPsever_c++.net
- 利用Socket套接字创建基于对话框类的FTP工具。主要功能是在网络上的FTP服务器上,实现单线程下载,能够实现文件上传功能。-use Socket created based on the type dialog FTP tools. Its main function is on the network FTP server, the thread to achieve the download, upload documents to achieve functional.
HQDL
- 一个简单的下载程序,可以在源代码相关位置设置代理进行下载,目前只支持单线程,支持断点续传-a simple download, the source code can be installed at the relevant agents downloaded Currently only support thread support HTTP
ftpmulti
- ftp的多线程下载和单线程上传的实现。利用本程序,一方面可以理解ftp指令,另一方面可以深入理解多线程
Demo
- HTTP单线程下载实例,Jtable的用法,实现暂停,断点续传等功能,喜欢的朋友不妨下载下来
myftp
- Linux 命令行的一个ftp客户端,拥有ftp的基本上传、下载功能,单线程工作,可以作为学习ftp协议使用。有基本的注释。操作方式类似于Linux 自带的ftp工具。-A simple FTP-client under linux command line. It has the common ftp functionality and work under single thread. You can use this to learn the ftp protocol.
QGServerLib_release.tar
- QGServerLib是一个C++实现的简单易用的Tcp服务器框架库,旨在简化服务器的构建过程。 具有如下特点: 1, 以模块化的处理池为基本构建元素,能够方便的实现安全稳定的服务架构。 2,事件触发,多线程事件监听,任务化读写访问,解决单线程监听及数据读写带来的性能瓶颈,连接不受线程数限制。 3,写队列,并行读写逻辑,支持服务器数据推送(Push)。 4,数据传送协议,避免数据传送错误,封装数据流。 5,类远过程调用。 6,
threadftp
- ftp客户端,包括单线程和多线程实现文件上传和下载-ftp client, including the single-threaded and multi-threaded implementation file upload and download
Demo
- HTTP单线程下载实例,Jtable的用法,实现暂停,断点续传等功能,喜欢的朋友不妨下载下来-Examples of single-threaded HTTP download, Jtable usage, realize suspended HTTP and other functions, like the Friend may wish to download
CUrlTest
- 演示如何使用curl库下载文件 http方式 单线程下载-Demonstrates how to download files using the curl library
down_it
- 参考网上代码,自己终于调试通了整个下载代码,单线程下,只需要修改下载网址,放到vc6即可运行。 一个c++类,一个主要的main,方便初学者练习 了解http下载原理其实也就是tcp 通信发指令而已。-it is coded by c++ for download the file by http way
FTP
- 实现FTP协议下的文件传输,能够在下载/上传前指定下载源目录和上传目标目录。 实现单线程下载/上传单个文件。-FTP file transfer protocol under
Ftp单线程客户端
- 一个简单的ftp单线程客户端,通过mfc wininet类实现的ftp客户端,支持上传和下载(A simple FTP single thread client, FTP client realized by MFC WinInet class, supports upload and download)
