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