Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 457 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 457 Bytes

Para Grabber

This is a project to qualify for interview.

Make and run

mkdir build
cd build
cmake ..
make

cd ../bin
mkdir download
./grabber

Arguments

-u URL = URL adress to download [default: meetangee.com]

-d DIR = local dir where to downloaded files are stored - must exist! (if not, program exits) [default: download/]

-t NUM = number of threads to run

Dependencies

libcurl-openssl-dev 7.47.0
zlib1g-dev
pthreads