The solution to the slow download speed of wget under linux wget => aria2

Configuring mwget is cumbersome and will cause various problems. Is there an easier configuration method to replace? The answer is yes

aria2 is a lightweight download tool that supports HTTP/HTTPS, FTP, SFTP, BitTorrent, and most importantly, multi-threaded download. So in general it downloads much faster than wget. It also supports resuming uploads. For usage examples, please refer to the homepage of aria2 (https://aria2.github.io/).

$ sudo apt install aria2  
$ aria2c 链接

Guess you like

Origin blog.csdn.net/u013289254/article/details/129322378