Linux download tool Curl

Source: Internet
Author: User

We have already introduced four Linux download tools. Today, we continue to recommend the Linux download tool Curl for those who like command line operations and those who are pursuing efficient and high-speed downloads, here is a detailed introduction to the Linux download tool Curl.

Curl

Linux download tool Curl is also a good command line download tool in Linux, which is small and fast. The only drawback is that multi-thread download is not supported.
Download the latest version at http://curl.haxx.se/download/curl-7.14.0.tar.gz.
After the download, you can use the following command to compile and install: # tar zxvf curl-7.14.0.tar.gz
# Cd curl: 7.14.0/
#./Configure
# Make
# Make test
# Make install

The Curl format of the Linux download tool is as follows:
# Typical download of curl [Option] [] Curl is as follows:
# Curl-O http: // 10.1.27.10 /~ Kennycx/tools/lumaqq_2004-linux_gtk2_x86_with_jre.tar.gz uses Curl to download a file and save it to the current directory. In addition, although Curl does not support multi-thread download, the Linux download tool Curl can download multiple files or a part of the files at the same time. You can use the following command to achieve this:
# Curl-r 0-199 http://www.netscape.com/get the first 200 bytes of the file. You can easily download Curl from common proxies. The specific operations are as follows:
# Curl-x10.1.27.10: 1022ftp: // ftp. funet. fi/README use a proxy server with the proxy address 10.1.27.10 port 1022 to download a file.
# Curl-U user: passwd-x 10.1.27.10: 1022 ftp://ftp.funet.fi/README if the proxy server requires special authentication, enter a valid account and password at user: passwd.

Axel is a multi-thread download tool in the command line. It supports resumable data transfer, which is usually several times faster than Wget.
Can be in http://www.linuxfans.org/nuke/modules.php? Name = Site_Downloads & op = mydown & did = 1697 download.
Use the following command to compile and install the Linux download tool Curl:
# Tar zxvf axel-1.0a.tar.gz
# Cd axel-1.0a/
#./Configure
# Make
# Make install

The basic usage is as follows:
# Axel [Option] [Download Directory] [] a typical download is as follows:
# Alex-n 10-o/home/kennycx/http: // 10.1.27.10 /~ The kennycx/tools/lumaqq_2004-linux_gtk2_x86_with_jre.tar.gz uses a 10 thread to download files from a specified path to the/home/kennycx/directory.
These articles detail the commonly used download tools in Linux. These download tools have their own functions and are easy to use. Therefore, either a beginner or a Linux expert is always suitable for you.

  1. Run the "du" command to view the file size in Linux.
  2. How to build a linux DHCP server
  3. Teach you how to configure Suse Linux DHCP servers
  4. View the current cpu information in Linux
  5. Linux memory command viewing and Its Explanation of command display

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.