We recommend that you use the command line download tool. The command line tool is not only easy to use, but also has a high download speed and download efficiency. It is especially suitable for downloading files in large batches. Next we will introduce the Linux download tools MyGet and Linuxdown in detail.
MyGet
The Linux download tool MyGet is designed as an extensible multi-thread download tool with rich interfaces. It supports HTTP, FTP, HTTPS, MMS, RTSP, and other protocols.
In:
# Tar jxvf myget-0.1.0.tar.bz2
# Cd myget-0.1.0
#./Configure
# Make
# Make install
The MyGet Command Format of the Linux download tool is as follows:
# Mytget [Options] [] common options:
◆-D [Directory]: Specifies the local location where the downloaded file is stored. The default directory is the current directory.
◆-F [file]: Specifies the name of the downloaded file.
◆-H: Help options.
◆-N [number of threads]: Number of download threads. The default value is 4.
◆-X [proxy server address]: sets the proxy server address, for example, "-x http: // user: password @ host: port ".
Common MyGet forms are as follows:
# Mytget-d/root/-n 10 http://lumaqq.linuxsir.org/download/patch/lumaqq_2004t_patch_2005.07.21.00.00.zip
Linuxdown
Linux download tool Linuxdown is a command line multi-thread download tool that supports up to 30 download threads. In.
Run the following command for compilation and installation:
# Tar zxvf linuxdown-1.1.0.tar.gz
# Cd dandelion/
# Make
# Make install
The linuxdown format is:
# Linuxdown [] [Options] [number of threads] note that the parameters and options must be enclosed by Western quotation marks, and the number of threads cannot exceed 30.
A typical download is as follows:
# Linuxdown "Limit 30"
- How to test the stability of LinuxCpu
- Alleged infringement Microsoft stops Windows 7 download Tool
- Configuration and implementation of Linux testing tool netstat
- Download tool for Ubuntu Linux
- View the current environment variable information and view commands in Linux