Axel is the next good http/ftp high-speed download tool for Linux. Supports multi-threaded downloads, breakpoint continuation, and the ability to download the same file from multiple addresses or multiple connections from one address. Suitable for speed without force when multi-threaded download to improve download speed. For example, in the domestic VPS or server download LNMP one-click Installation pack axel faster than wget.
CentOS Installation Axel:
Currently there is no Axel on the Yum source, we can download the RPM package installation to http://pkgs.repoforge.org/axel/.
32-bit CentOS execute the following command: Wget-c http://pkgs.repoforge.org/axel/axel-2.4-1.el5.rf.i386.rpm
RPM-IVH axel-2.4-1.el5.rf.i386.rpm64-bit CentOS executes the following command: Wget-c http://pkgs.repoforge.org/axel/axel-2.4-1.el5.rf.x86_64.rpm
RPM-IVH Axel-2.4-1.el5.rf.x86_64.rpmdebian/ubuntu installing axel:apt-get install axelaxel command using: Axel parameter file
Optional Parameters:
-n Specifies the number of threads
-O Specify Save as Directory
-s Specifies the maximum number of bits per second
-Q Silent Mode
If you download the LNMP installation package from diahosting, specify 10 threads, save to/tmp/:axel-n 10-o/tmp/http://soft.vpser.net/lnmp/lnmp0.7-full.tar.gz
If the download is interrupted during downloading, the download command can be executed again to restore the last download progress.
Multi-threaded Download tool under Linux-Axel