Skip to content

TeknikalDomain/Auto-Web-Get

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Auto Web Get

Also known as massively parallelized curl Because downloading files manually was too hard.

Usage: awg <address list> or awg -f <file> where file is a list of URLs, one per line

awg will launch one thread per file to download as many as possible in parallel. Actual download speeds will depend on your hardware, network connection, and the server.

command used to compile: g++ main.cpp -Wall -Wextra -std=c++14 -lcurl -lcurlpp -pedantic -pthread -D_GLIBCXX_USE_CXX11_ABI=0 -lm -o awg -Ofast

About

Also known as massively parallelized curl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published