Menu

Tree [e99e7c] master /
 History

HTTPS access


File Date Author Commit
 src 2015-11-26 Christian Rubiales Christian Rubiales [e99e7c] Typo fix
 README.TXT 2015-11-26 Christian Rubiales Christian Rubiales [a05bdf] Initial commit
 pom.xml 2015-11-26 Christian Rubiales Christian Rubiales [a05bdf] Initial commit

Read Me

SIMPLEDOWNLOADER

This application processes a file containing a list of URLs and downloads those URLs.

The application takes in two arguments:

1) The properties file path for the downloader configuration
2) The properties file path for the logger

The properties for the downloader:

urlsListFile - file path for the list of urls
destinationDirectory - file path for the directory to put the downloads
overwriteDuplicates - if true, duplicates will be overwritten, otherwise, only a message will be logged
fileExtractor.[protocol] - java class signature to specify the handler for the given protocol