Skip to content

uburuntu/simple_wget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple wget

Simple file downloader as test task

How to build

  • Install curl and OpenSSL
  • Run make or compile manually:
g++ -std=c++14 main.cpp -lcurl -lssl -lcrypto -o simple_wget

How to use

./simple_wget <list of URLs>

For example:

./simple_wget https://www.openssl.org/source/openssl-1.0.2l.tar.gz https://vk.com/images/stickers/56/512.png

About

Simple file downloader

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published