Java application used to download file from multiple sources and protocols to local disk
Current protocol supported by the program is
- HTTP
- FTP
- SFTP
To start downloading, go through the following steps once in command prompt of the program
- Choose protocol that will be used to download files
- Enter path to source URL file
*** This file should contain a list of URLs separated in each line. All the URLs in this file should use the same protocol, because different protocol have different way of handling downloading. - Wait for the program to download all the files. The program will automatically closed when download done.