| 1 |
appaji-guest |
22 |
Axel Home: |
| 2 |
|
|
|
| 3 |
|
|
See http://axel.alioth.debian.org/ for latest information on axel |
| 4 |
|
|
|
| 5 |
appaji-guest |
2 |
/*************************\ |
| 6 |
|
|
* Supported architectures * |
| 7 |
|
|
\*************************/ |
| 8 |
|
|
|
| 9 |
appaji-guest |
22 |
Should compile on any decent Linux system. Additionaly, it should compile |
| 10 |
|
|
(and run) on BSD, Solaris, Darwin (Mac OS X) and Win32 (Cygwin) systems. |
| 11 |
appaji-guest |
2 |
|
| 12 |
|
|
If the configure script does weird things on your system, please do warn me! |
| 13 |
|
|
I test it on as many machines and OS'es as possible, but still anything can |
| 14 |
|
|
go wrong. |
| 15 |
|
|
|
| 16 |
|
|
|
| 17 |
|
|
/********************\ |
| 18 |
|
|
* How to install/use * |
| 19 |
|
|
\********************/ |
| 20 |
|
|
|
| 21 |
|
|
|
| 22 |
|
|
Run the configure script (you can supply some options if you want, try |
| 23 |
|
|
'./configure --help' for more info) and then run make. The program should |
| 24 |
|
|
compile then. There are no special requirements for Axel. You can install |
| 25 |
|
|
the program using 'make install' or you can just run it from the current |
| 26 |
|
|
directory. You can copy the axelrc.example file to ~/.axelrc then, if you |
| 27 |
|
|
want to change some of the settings. |
| 28 |
|
|
|
| 29 |
|
|
|
| 30 |
|
|
Run the program like this: |
| 31 |
|
|
|
| 32 |
|
|
axel ftp://ftp.nl.kernel.org/pub/linux/kernel/v2.2/linux-2.2.20.tar.bz2 |
| 33 |
|
|
|
| 34 |
|
|
For a simple single-server-multiple-connection download, or: |
| 35 |
|
|
|
| 36 |
|
|
axel ftp://ftp.{nl,be,de}.kernel.org/pub/linux/kernel/v2.2/linux-2.2.20.tar.bz2 |
| 37 |
|
|
|
| 38 |
|
|
If you want to use those three servers for the download. The program can do |
| 39 |
|
|
an automatic search for FTP mirrors as well (filesearching.com), but that's |
| 40 |
|
|
not yet perfect... Just try the -S option. (The line above should at least |
| 41 |
|
|
work with the Bash shell. You can type all the mirrors by hand as well, if |
| 42 |
|
|
you really want to, and/or of necessary...) |
| 43 |
|
|
|
| 44 |
|
|
|
| 45 |
|
|
Just one other thing you should keep in mind when using this program: Some |
| 46 |
|
|
FTP operators don't like people who use download accelerators. To quote an |
| 47 |
|
|
administrator at Progeny.Com in a mail to me: |
| 48 |
|
|
|
| 49 |
|
|
<quote> Additionally, I should mention that accelerated downloads are |
| 50 |
|
|
discouraged as I consider them abusive. </quote> |
| 51 |
|
|
|
| 52 |
|
|
And he certainly has a point.. Using more than one server at once is a fine |
| 53 |
|
|
solution IMHO, so please use this feature if possible! |
| 54 |
|
|
|
| 55 |
appaji-guest |
20 |
Wilmer van der Gaast. <wilmer@gaast.net> |