axel

最後更新: 2017-02-13

介紹

 

A light download accelerator

 


Support:

  • ftp://
  • http://

Version:

axel -V

Axel version 2.4 (Linux)

Usage:

axel [OPTIONS] url1 [url2] [url...]

 

Basic Example:

axel http://centos.01link.hk/7/isos/x86_64/CentOS-7-x86_64-Minimal-1611.iso

 

Config File:

/etc/axelrc

~/.axelrc

num_connections = 4                 # Default: 4
connection_timeout = 20             # If no data comes from a connection
alternate_output = 1                # Defalt 0: wget-alike interface, 1: scp-alike interface
save_state_interval = 10            # against sudden system crashes (Filename.st)
                                    # (State files will always be saved when the program terminates)
# http_proxy =
# max_speed =

 

Limit speed (bytes per sec):

# 1Mbyte
axel -s 1024000 <URL>

 

Parallel a number of connection:

axel -n 3 <URL>

 

Other opts:

-a         # scp-alike interface, Default: wget-alike interface

scp

[ 25%] [..0          ..1         ...2         ..3         ] [1012.3KB/s] [08:36]

wget (會不斷出好多行, 好煩)

[ 26%]  .......... .......... .......... .......... ..........  [ 957.3KB/s]
[ 26%]  .......... .......... .......... .......... ..........  [ 958.2KB/s]
[ 26%]  .......... .......... .......... .......... ..........  [ 960.7KB/s]
[ 26%]  .......... .......... .......... .......... ..........  [ 963.3KB/s]
  • --quiet                 -q

 

Remark:

  • FILENAME.st

 

 

Creative Commons license icon Creative Commons license icon