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
- Host: GitHub
- URL: https://github.com/asteriskzuo/get_http_file
- Owner: AsteriskZuo
- Created: 2018-07-10T09:46:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-22T03:59:44.000Z (almost 7 years ago)
- Last Synced: 2025-04-14T19:17:31.903Z (about 2 months ago)
- Language: C++
- Size: 693 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# get_http_file
Get file from http or https server with C++ qt implementCHINESE
简要说明
这个项目主要实现文件下载功能。
1.支持http服务器的下载;
2.支持https服务器的下载;
3.支持断点续传;
4.可以判断自动跳转下载方式;使用C++ Qt库完成
Qt版本是5.7.1
依赖库opensslENGLISH
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