Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 684 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 684 Bytes

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