An open API service indexing awesome lists of open source software.

https://github.com/asteriskzuo/get_http_file

Get file from http or https server with C++ qt implement
https://github.com/asteriskzuo/get_http_file

Last synced: about 2 months ago
JSON representation

Get file from http or https server with C++ qt implement

Awesome Lists containing this project

README

        

# get_http_file
Get file from http or https server with C++ qt implement

CHINESE

简要说明
这个项目主要实现文件下载功能。
1.支持http服务器的下载;
2.支持https服务器的下载;
3.支持断点续传;
4.可以判断自动跳转下载方式;

使用C++ Qt库完成
Qt版本是5.7.1
依赖库openssl

ENGLISH

Brief description
This project mainly implements the file downloading function.
1. Support the HTTP server download;
2. Support the download of HTTPS server;
3. Support the continuation of the breakpoint;
4. Can judge the automatic jump to download the way;

Using C + + QT Library to complete
QT version is 5.7.1
Dependent Library OpenSSL