Download using multiple session with Linux CLI tool – multipart download

Option-1: Aria2

apt-get install aria2

Usage:

aria2c -x 16 [url] #where 16 is the number of connections

Option-2: Axel

apt-get install axel

Usage:

axel -n 5 url

or with visual indicator-

axel -a -n 5 [URL]

 

Share

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.