Skip to content

peg24org/download-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi connection download manager

Multi threaded download manager written in C++

Build

git submodule init
git submodule update
mkdir build
cd build
cmake ..
make

Usage:

bin/demo http://www.example.com/file.dat

Download with four threads:

bin/demo -n 4 http://www.example.com/file.dat

About

A multi connection download manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published