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.
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
This project is licensed under the MIT License, © 2021 Priyanshu Gupta. See LICENSE for more details.