Skip to content

Simple C++ project which lets you download things from the internet with a progress indicator.

License

Notifications You must be signed in to change notification settings

guptapriyanshu7/cpp-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cpp Downloader

GitHub issues GitHub stars GitHub forks GitHub license

Simple C++ project which lets you download things from the internet with a progress indicator.

Download is started in a new thread and the progress is shown in the console.

image

How to use

Prerequisites:

  • To run the program, you need to have a working internet connection.
  • You should have gcc installed on your system.
  • libssl and libcrypto libraries should be installed on your system.

Build the app:

  • git clone https://github.com/guptapriyanshu7/cpp-downloader
  • cd cpp-downloader
  • make

Run the app:

  • bin/app URL_OF_FILE_TO_DOWNLOAD OUTPUT_FILE_NAME

License

This project is licensed under the MIT License, © 2021 Priyanshu Gupta. See LICENSE for more details.

About

Simple C++ project which lets you download things from the internet with a progress indicator.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published