Multi threaded download manager written in C++
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