Skip to content

Skhwan/FileDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileDownloader

Java application used to download file from multiple sources and protocols to local disk

Current protocol supported by the program is

  1. HTTP
  2. FTP
  3. SFTP

To start downloading, go through the following steps once in command prompt of the program
  1. Choose protocol that will be used to download files
  2. 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.
  3. Wait for the program to download all the files. The program will automatically closed when download done.

About

Java application used to download file from multiple sources and protocols to local disk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages