/file-downloader

Java utility to download the file given a url and location

Primary LanguageJava

file-downloader Build Status

Java utility to download the file given a url and location

Run the tests:

gradle test

Build the project:

gradle clean build

Run the download utitly:

./download.sh {url} {location}

We can also use this utility as command

e.g download {url} {location}.