Multi-thread download using Axel in Linux command line

Source: Internet
Author: User
Tags linux mint
The multi-thread download tool under the Axel command line supports resumable data transfer. The following describes how to install and use Axel, which is several times faster than wget. Run the following command to install Debian/Ubuntu/LinuxMint user sudoapt-getinstallaxelRedhat/Fedora: yuminstallaxel.

The multi-thread download tool under the Axel command line supports resumable data transfer. The following describes how to install and use Axel, which is several times faster than wget.

Install

Debian/Ubuntu/Linux Mint user

Sudo apt-get install axel

You can run the following command to install Redhat/Fedora:

Yum install axel

Similarly, you can compile and install the source code:

Cd ~ /Download wget

Http://alioth.debian.org/frs/download.php/3015/axel-2.4.tar.gztar zxvf

Axel-2.4.tar.gz & cd axel-2.4./configure & make sudo make install

Introduction

You can use commands first.

Man axel

Or

Axel -- help

To view the axel usage.

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.

Instance:

Axel-n http://www.kernel.org/pub/linux/kernel/v2.6/patch-2.6.39.gz

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.