1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
TP-Link_Archer-XR500v/EN7526G_3.18Kernel_SDK/apps/public/axel-2.4
2024-07-22 01:58:46 -03:00
..
gui/kapt Add gpl 2024-07-22 01:58:46 -03:00
API Add gpl 2024-07-22 01:58:46 -03:00
axel_zh_CN.1 Add gpl 2024-07-22 01:58:46 -03:00
axel.1 Add gpl 2024-07-22 01:58:46 -03:00
axel.c Add gpl 2024-07-22 01:58:46 -03:00
axel.h Add gpl 2024-07-22 01:58:46 -03:00
axelrc.example Add gpl 2024-07-22 01:58:46 -03:00
CHANGES Add gpl 2024-07-22 01:58:46 -03:00
conf.c Add gpl 2024-07-22 01:58:46 -03:00
conf.h Add gpl 2024-07-22 01:58:46 -03:00
config.h Add gpl 2024-07-22 01:58:46 -03:00
configure Add gpl 2024-07-22 01:58:46 -03:00
conn.c Add gpl 2024-07-22 01:58:46 -03:00
conn.h Add gpl 2024-07-22 01:58:46 -03:00
COPYING Add gpl 2024-07-22 01:58:46 -03:00
CREDITS Add gpl 2024-07-22 01:58:46 -03:00
de.po Add gpl 2024-07-22 01:58:46 -03:00
ftp.c Add gpl 2024-07-22 01:58:46 -03:00
ftp.h Add gpl 2024-07-22 01:58:46 -03:00
http.c Add gpl 2024-07-22 01:58:46 -03:00
http.h Add gpl 2024-07-22 01:58:46 -03:00
Makefile Add gpl 2024-07-22 01:58:46 -03:00
Makefile.settings Add gpl 2024-07-22 01:58:46 -03:00
nl.po Add gpl 2024-07-22 01:58:46 -03:00
README Add gpl 2024-07-22 01:58:46 -03:00
ru.po Add gpl 2024-07-22 01:58:46 -03:00
search.c Add gpl 2024-07-22 01:58:46 -03:00
search.h Add gpl 2024-07-22 01:58:46 -03:00
stfsrfV2 Add gpl 2024-07-22 01:58:46 -03:00
stZw1Cb2 Add gpl 2024-07-22 01:58:46 -03:00
tcp.c Add gpl 2024-07-22 01:58:46 -03:00
tcp.h Add gpl 2024-07-22 01:58:46 -03:00
text.c Add gpl 2024-07-22 01:58:46 -03:00
zh_CN.po Add gpl 2024-07-22 01:58:46 -03:00

Axel Home:

    See http://axel.alioth.debian.org/ for latest information on axel

/*************************\
* Supported architectures *
\*************************/

Should compile on any decent Linux system. Additionaly, it should compile
(and run) on BSD, Solaris, Darwin (Mac OS X) and Win32 (Cygwin) systems.

If the configure script does weird things on your system, please do warn me!
I test it on as many machines and OS'es as possible, but still anything can
go wrong.


/********************\
* How to install/use *
\********************/


Run the configure script (you can supply some options if you want, try
'./configure --help' for more info) and then run make. The program should
compile then. There are no special requirements for Axel. You can install
the program using 'make install' or you can just run it from the current
directory. You can copy the axelrc.example file to ~/.axelrc then, if you
want to change some of the settings.


Run the program like this:

axel ftp://ftp.nl.kernel.org/pub/linux/kernel/v2.2/linux-2.2.20.tar.bz2

For a simple single-server-multiple-connection download, or:

axel ftp://ftp.{nl,be,de}.kernel.org/pub/linux/kernel/v2.2/linux-2.2.20.tar.bz2

If you want to use those three servers for the download. The program can do
an automatic search for FTP mirrors as well (filesearching.com), but that's
not yet perfect... Just try the -S option. (The line above should at least
work with the Bash shell. You can type all the mirrors by hand as well, if
you really want to, and/or of necessary...)


Just one other thing you should keep in mind when using this program: Some
FTP operators don't like people who use download accelerators. To quote an
administrator at Progeny.Com in a mail to me:

<quote> Additionally, I should mention that accelerated downloads are
discouraged as I consider them abusive. </quote>

And he certainly has a point.. Using more than one server at once is a fine
solution IMHO, so please use this feature if possible!

Wilmer van der Gaast. <wilmer@gaast.net>