• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

gui/kapt/H27-Apr-2009-14380

APIH A D27-Apr-20099 KiB213165

CHANGESH A D27-Apr-200911.2 KiB285226

COPYINGH A D27-Apr-200917.6 KiB340281

CREDITSH A D27-Apr-20091.5 KiB5438

MakefileH A D27-Apr-20092.3 KiB10064

READMEH A D27-Apr-20092 KiB5636

axel.1H A D27-Apr-20094.6 KiB149112

axel.cH A D27-Apr-200916.3 KiB593450

axel.hH A D29-Apr-20092.8 KiB11577

axel_zh_CN.1H A D27-Apr-20094.5 KiB14094

axelrc.exampleH A D27-Apr-20093.7 KiB10389

conf.cH A D27-Apr-20095.6 KiB225165

conf.hH A D27-Apr-20091.7 KiB5625

configureH A D03-May-20225.9 KiB243209

conn.cH A D27-Apr-20098.5 KiB377307

conn.hH A D27-Apr-20091.9 KiB6635

de.poH A D27-Apr-20097.8 KiB321270

ftp.cH A D27-Apr-20098 KiB358266

ftp.hH A D27-Apr-20091.6 KiB4719

http.cH A D27-Apr-20095.7 KiB259193

http.hH A D27-Apr-20091.9 KiB5224

nl.poH A D27-Apr-20097.5 KiB318267

ru.poH A D27-Apr-20099.3 KiB320269

search.cH A D27-Apr-20096.7 KiB290225

search.hH A D27-Apr-20091.4 KiB3811

tcp.cH A D27-Apr-20092.9 KiB10664

tcp.hH A D27-Apr-20091.2 KiB282

text.cH A D27-Apr-200913.7 KiB595507

zh_CN.poH A D27-Apr-20097.7 KiB323272

README

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