Axel is a multi-thread download tool under the command line. it supports resumable data transfer, which is usually several times faster than Wget. Its official website: Alibaba...
Axel is a multi-thread download tool under the command line. it supports resumable data transfer, which is usually several times faster than Wget.
Its official website:
Http://wilmer.gaa.st/main.php/axel.html
:
Http://wilmer.gaa.st/downloads/axel-1.0b.tar.gz
Run the following command to compile and install the SDK:
# Tar zxvf axel-1.0b.tar.gz
# Cd axel-1.0b/
#./Configure
# Make
# Make install
Format usage: # axel [option] [download directory] []
View help information: axel-help
A typical download is as follows: # axel-n 10-s 10240-o/home/bak/http://www.5013.org/xxxx-1.0b.tar.gz
Download the files in the specified path to the/home/bak/directory at a speed of 10240 (10 KB) per second with 10 threads
Background running format: nohup alex &
View the background download status: tail nohup. out
From: zero footprint