Say, I am trying to download a newer version of a newly published linux distribution. It has several download link for various world region. I want to download it from all the links. What will I do?
Use a simple command with 'aria2'. It is a wellknown mini application which can download a single file from several/ various location or download link. Use the command below and check it yourself.
aria2c http://server01.com/file.tar.gz http://server02.com/file.tar.gzFirst of all, you should know all the server names / links and file names. Remember that filename should be same for every command.
http://server03.com/file.tar.gz http://server04.com/file.tar.gz
Check out 'aria2' commands and information at this ARIA2C(1) Manual Page.
This comment has been removed by a blog administrator.
ReplyDelete