This is simple command line utility to download a file from a url.
You can pause the active download by entering p
and resume it by entering r
.
If there exists a file with same name on output path, it will replace that file.
- JDK 1.8
gradle test
gradle build
This will create a distributable bundle of the application.
tar -xvf build/distributions/file-downloader-1.0-SNAPSHOT.tar
cd file-downloader-1.0-SNAPSHOT/bin/
./file-downloader "<http-url>" <location>