Linux Popular download Tools recommended

Source: Internet
Author: User
Tags builtin curl gtk wxwidgets


[color= "#02368d"]Linux Popular download tools recommended

Turn from:
Http://doc.zoomquiet.org/data/20060730210451/index.html

graphical interface Download tool
Linux provides a lot of download tools like FlashGet, network ants, etc. in Windows.

Kget

Kget is KDE's default breakpoint continuation tool, usually without installation. Its simple interface, easy to operate, and efficient drag-and-drop download function is most commendable. Unfortunately, it does not support proxy servers and
SOCKS5 agent function. Functionally, although not as comprehensive and powerful as flashget, but for daily download is more than enough, recommended for beginners to use, its interface 1 is shown.


Choose "Main Menu" → "internet" → "kget" or Use "ALT+F2" shortcut key and enter "Kget" command to run the program, which is shown in interface 1. The first use will pop up a
dialog box to select how the Kget works. Optional and Konqueror integration can also choose to run independently, not accustomed to using Konqueror as a browser, it is recommended to choose the latter. It's making
It is also very simple, in the "Open" dialog box, enter the address of the download file, Kget can be downloaded. More convenient is to drag and drop the download, click the "Drop Target" button will appear the drag-and-drop flag, just download
Drag the link to the flag to start the download. Kget Same as network ant also support timed download, download complete can be set to automatically disconnect or shutdown, the specific setting method is to select "Settings" → "Configure Kget"
→ "Auto" tab and select the corresponding option, set the specific time and operation can be downloaded periodically.

Gwget
Gwget is a graphical download tool commonly used under GNOME. It is the command line under the common Download tool wget GTK graphical front-end, with all the functions of wget, such as breakpoint continuation, Agent download and other functions.
1. Install the Gwget to
[color= "#0000ff"]http://nchc.dl.sourceforge.net/sourceforge/gwget/gwget-0.93.tar.gz
Download and install it in the terminal using the following command:
#tar ZXVF gwget-0.93.tar.gz
#cd gwget-0.93/
#./configure
#make
#make Install
2. Settings

After a successful installation, you can run the "gwget" command in the terminal to start the gwget. The graphical interface is very convenient to operate, and the specific download will only be copied to "file" → "URL".
You can click the OK button to download it, and Figure 2 is the gwget in the download. In addition, you can set other features of gwget, such as download folder, speed limit, agent, etc. in edit → preferences.
As Gwget and kget are used in much the same way, they are not described in more detail here.

Downloader for X
Downloader for
X (abbreviated as D4X) is a powerful graphical download tool under Linux. Supports HTTP and FTP protocols with multiple threads like Netant and FlashGet, and the continuation of breakpoints
Download and other functions. D4X also has a connection time-out breakpoint continuation, record download log, simulation download, link drag download, automatic copy clipboard link to the column medium function.
1. Download and install the d4x for
[color= "#0000ff"]http://www.krasu.ru/soft/chuchelo/files/d4x-2.5.0final.tar.gz
, install it using the following command after downloading:
#tar ZXVF d4x-2.5.0final.tar.gz
#cd d4x-2.5.0final
#./configure
#make
#make Install
After successful installation, run the "d4x" command to run directly. It is shown in interface 3.

2. Use and Settings

D4x is very simple to use, when downloading a file, simply enter the download file address in the "Add New Download Task" dialog box. If you need a user name and password, you can enter it directly in this dialog box.
Into. To schedule a download, you can set the download time in the time option. In addition, in the Download task option, you can set some downloaded configuration, such as download file default directory, default thread number, interface style and so on. Worth a
The proxy option, you can specify the default proxy server and the SOCKS5 proxy, as shown in setting 4.


Wxdfast
Wxdfast is also a graphical download tool, support multi-threaded, breakpoint continuation, and other functions, the biggest feature is the fast download speed. Can be in
[color= "#0000ff"]http://heanet.dl.sourceforge.net/sourceforge/dfast/wxdfast-0.2.1-src.tar.gz
Download the latest version of Wxdfast. Then install it using the following command:
#tar JXVF wxdfast-0.2.1d.tar.bz2
#cd WXDFAST-0.2.1-SRC
#make Install
Run the "./wxdfast" command under Terminal to run the program.
The Wxdfast interface is very concise, as shown in interface 5. The whole English interface may not be as easy to use as kget, fortunately its operation and Kget, d4x basically the same.


Aria
Aria is a small multi-threaded download tool, easy-to-use interface handy. Can be in
[color= "#0000ff"]http://aria.rednoah.com/download_e.html
Download the latest version and compile the installation using the following command:
#./configure
#make
#make Install
After successful installation, you can run aria by running the following command directly:
#aria &
Aria Interface 6 shows that its operation and d4x are similar, can be referenced.

Multiget

Http://multiget.sourceforge.net
Multiget File Downloader compilation instructions
If the system does not have a WXGTK development package:
1: From
http://www.wxWidgets.org
Download the wxwidgets or WXGTK, or download the WXGTK development package and the operating environment that the installation release comes with,
2: Unzip and go to the expanded directory,
3: Create sub-directories, such as build_nonunicode_static, enter subdirectories, enter commands
.. /configure
--disable-shared--enable-monolithic--with-gtk=2--with-libpng=builtin
--with-zlib=builtin--with-expat=builtin--with-libtiff=builtin
--with-regex=builtin--with-libjpeg=builtin--disable-unicode
4: After the last command is completed, enter make, which starts compiling the WXGTK library.
5: Complete the post-compilation installation library, and enter sudo make install as root WXGTK
6: Enter Wx-config--cxxflags to check if WXGTK is properly configured for installation.
7: After installing wxwidgets, enter Multiget source directory src, enter make command to generate Multiget executable file.
If you already have a WXGTK development package in your system, just follow the 7th article. If you compile wxgtk in Unicode, you will get a Unicode version of Multiget after compiling.
If you need a dynamic connection version, adjust--disable-shared to--enable-shared when you configure WXGTK, and you can adjust other builtin parameters. See the WXGTK installation instructions.
If the WXGTK is statically compiled, the compiled multiget is also a static version and can be detached from the WXGTK runtime environment.
command-Line download tool
For those who prefer command-line operations and high-speed downloads, it is recommended to use the command-line download tool. Command-line tools are easy to use, and most have high download speeds and download efficiency, especially for large batches of downloaded files. Here is a detailed introduction to these tools.
Wget
Wget is a very common command-line download tool, and most Linux distributions include this tool by default. If you do not install the
[color= "#0000ff"]http://www.gnu.org/software/wget/wget.html
Download the latest version and compile the installation using the following command:
#tar ZXVF wget-1.9.1.tar.gz
#cd wget-1.9.1
#./configure
#make
#make Install
Its usage is simple, wget uses the following format: #wget [options] []
1.Wget Common parameters
-B: Background download, wget the default is to download the file to the current directory.
-o: Download the file to the specified directory.
-P: Create a directory of the specified name before saving the file.
-T: Number of attempts to connect, and how many attempts to connect when wget cannot establish a connection to the server.
-
C: The breakpoint continues to pass, if the download is interrupted, then the connection recovery will be downloaded from the last breakpoint.
In addition to the common functions described above, wget also supports HTTP and FTP proxy functions, editing its configuration file "/etc/wgetrc". The method is to use the VI Editor to open the above file and
"Http_proxy" and "Ftp_proxoy" before the # is removed, and then after these two entries, enter the corresponding proxy server address, save exit. In addition, wget can also download the entire
Websites, such as downloads
[color= "#0000ff"]http://man.chinaunix.net
The entire Man Handbook Center. Simply enter the following command: #wget-R-p-np-k
[color= "#0000ff"]http://man.chinaunix.net
Where the-R parameter refers to the use of recursive download,-p refers to the download all display full page so need files, tablets, etc.,-NP refers to not search the upper directory,-K refers to the absolute link is converted to a relative link.
Prozilla
Prozilla is also a popular command-line download tool that supports multi-threaded downloads and breakpoint continuation functions. Available to
[color= "#0000ff"]http://prozilla.genesys.ro/
Download the latest 1.3.7.4 installation package and install it using the following command after downloading the installation package:
#tar ZXVF prozilla-1.3.7.4.tar.gz
#cd prozilla-1.3.7.4
#./configure
#make
#make Install
The Prozilla command format is as follows: #proz [parameters] []
The common options are:
-k=n: Set n threads to download. Without this parameter specifying the number of threads, Prozilla defaults to 4 thread downloads.
-P,--directory-prefix=dir: Specifies that the downloaded file is saved in the dir/directory. -R,--resume: continue to download unfinished files. If you want to specify the number of threads to download, use the following command:
#proz-k=5
[color= "#0000ff"]http://64.12.204.21/pub/mozilla.org/firefox/releases/1.0/linux-i686/zh-cn/firefox-1.0.installer.tar.gz
This will download the file as a 5 thread and save the file to the current directory. And wget, Prozilla also provides a continuation of the function, download interrupted, re-enter the above command, you will be prompted to resume, press the R key to continue to download.
MyGet
Myget Target is designed as an extensible, multi-threaded download tool with rich interface, it supports HTTP, FTP, HTTPS, MMS, RTSP and other protocols. In
[color= "#0000ff"]http://myget.sourceforge.net/release/myget-0.1.0.tar.bz2
Download the latest version of 0.1.0 and install it using the following command after downloading:
#tar JXVF myget-0.1.0.tar.bz2
#cd myget-0.1.0
#./configure
#make
#make Install
The Myget command format is as follows: #mytget [options] []
Common options:
-d [Directory]: Specifies the location where the downloaded files are stored locally, the default current directory.
-F [File]: Specifies the download file name.
-H: Help options.
-N [Number of threads]: The number of download threads, the default is 4.
-X [proxy address]: Sets the proxy server address, such as "-X
[color= "#0000ff"]http://user:[email protected]:p ORT
”。
Myget commonly used in the following forms:
#mytget-D/root/-N 10
[color= "#0000ff"]http://lumaqq.linuxsir.org/download/patch/lumaqq_2004t_patch_2005.07.21.00.00.zip

Linuxdown
Linuxdown is a command-line multithreaded download tool that supports up to 30 threads of download. In
[color= "#0000ff"]https://gro.clinux.org/frs/download.php/1015/linuxdown-1.0.0.tar.gz
Download the latest version of 1.1.0. Then compile the installation using the following command: #tar zxvf linuxdown-1.1.0.tar.gz
#cd dandelion/
#make
#make Install
Linuxdown format: #linuxdown [] [options] [Number of threads]

It is important to note that the and options need to be surrounded by Western quotes, and the number of threads cannot exceed 30. A typical download is as follows: #linuxdown
"Http://lumaqq.linuxsir.org/download/patch/lumaqq_2004t_patch_2005.07.21.00.00.zip"
30
Curl
Curl is also a good command-line download tool for Linux, small, high-speed, the only drawback is that multi-threaded download is not supported. In
[color= "#0000ff"]http://curl.haxx.se/download/curl-7.14.0.tar.gz
Download the latest version. After downloading, you can compile the installation using the following command:
#tar ZXVF curl-7.14.0.tar.gz
#cd curl-7.14.0/
#./configure
#make
#make Test
#make Install
Curl uses the following format: #curl [options] []
Curl is typically downloaded as follows: #curl-O
[color= "#0000ff"]http://10.1.27.10/~kennycx/tools/lumaqq_2004-linux_gtk2_x86_with_jre.tar.gz

Use Curl to download a file and save it to the current directory. In addition, Curl does not support multi-threaded downloads, but it can download several files at the same time or download a portion of the file, which can be implemented using the following command: #curl-R 0-199
[color= "#0000ff"]http://www.netscape.com/
Get the file's pre-bytes.
For commonly used agent download curl can also be easily implemented, the following:
#curl-X 10.1.27.10:1022
[color= "#0000ff"]ftp://ftp.funet.fi/readme
Use a proxy address to download a file for a proxy server with a 10.1.27.10 port of 1022.
#curl-U user:passwd-x 10.1.27.10:1022
[color= "#0000ff"]ftp://ftp.funet.fi/readme
If the proxy server requires special authentication, you need to enter a valid account number and password at user:passwd.
Axel
Axel is the command line of multi-threaded download tool, support for the continuation of the breakpoint, the speed is usually several times wget. Can be in
[color= "#0000ff"]http://www.linuxfans.org/nuke/modules.php?name=site_downloads&op=mydown&did=1697
Download. After downloading, compile the installation using the following command:
#tar ZXVF axel-1.0a.tar.gz
#cd axel-1.0a/
#./configure
#make
#make Install
The basic usage is as follows: #axel [options] [download directory] []
A typical download is as follows: #alex-n 10-o/home/kennycx/
[color= "#0000ff"]http://10.1.27.10/~kennycx/tools/lumaqq_2004-linux_gtk2_x86_with_jre.tar.gz
Download the file of the specified path to the/home/kennycx/directory using the 10 thread.






This article comes from Chinaunix blog, if you look at the original point:Http://blog.chinaunix.net/u/31630/showart_256969.html


From for notes (Wiz)

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.