Debian
1
Sudo apt-get install axel
Install axel in CentOS
Wget http://alioth.debian.org/frs/download.php/3015/axel-2.4.tar.gz
Tar zxvf axel-2.4.tar.gz
Cd axel-2.4
./Configure
Make
Make install
Download www.2cto.com axelget. conf and axelget. py
# Wget http://cnfreesoft.googlecode.com/svn/trunk/axelget/axelget.conf
# Wget http://cnfreesoft.googlecode.com/svn/trunk/axelget/axelget.py
Put axelget. conf in/etc/yum/pluginconf. d/
Put axelget. py in/usr/lib/yum-plugins/
Make sure plugins = 1 in/etc/yum. conf.
Yum-y update yum try ~
The basic usage is as follows:
# Axel [Option] [Download Directory] []
-S [x]: specifies the maximum number of BITs downloaded per second.
N [x]: specifies the number of threads simultaneously opened.
-O f: Specifies the local output file.
-S [x]: Search for the image and download it from X servers server.
-N: No proxy server is used.
-V: print more status information.
-A: print the progress information.
-H: Command help of this version.
-V: view the version number.
A typical download is as follows:
# Axel-n 10-o/home/zm/http://lab.sa.bupt.cn/ewebeditor/UploadFile/
Download the files in the specified path to the/home/zm directory with 10 threads.
From the blog of the brave mouse