Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 557 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 557 Bytes

Console Downloader

Simple console downloader

Usage

Params:

  • -n number of threads (1,2,3,4....)
  • -l summary speed limitation for all threads - Bps, it's allowed to use suffixes k,m (k=1024, m=1024*1024)
  • -f path to file with list of links
  • -o destination folder

File with list of links format: <link><space><destination file name>
examples:

usage example:
java -jar ConsoleDonwloadUtility-0.1.4.jar -n 5 -l 2000k -o output_folder -f links.txt