/[axel]/trunk/axelrc.example
ViewVC logotype

Contents of /trunk/axelrc.example

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (hide annotations) (download)
Fri Jan 11 12:03:59 2008 UTC (5 years, 5 months ago) by appaji-guest
File size: 3770 byte(s)
Import 1.0b
1 appaji-guest 2 ############################################################################
2     ## ##
3     ## Example configuration file for Axel - A light download accelerator ##
4     ## ##
5     ############################################################################
6    
7     # reconnect_delay sets the number of seconds before trying again to build
8     # a new connection to the server.
9     #
10     # reconnect_delay = 20
11    
12     # You can set a maximum speed (bytes per second) here, Axel will try to be
13     # at most 5% faster or 5% slower.
14     #
15     # max_speed = 0
16    
17     # You can set the maximum number of connections Axel will try to set up
18     # here. There's a value precompiled in the program too, setting this too
19     # high requires recompilation. PLEASE respect FTP server operators and other
20     # users: Don't set this one too high!!! 4 is enough in most cases.
21     #
22     # num_connections = 4
23    
24     # If no data comes from a connection for this number of seconds, abort (and
25     # resume) the connection.
26     #
27     # connection_timeout = 45
28    
29     # Set proxies. no_proxy is a comma-separated list of domains which are
30     # local, axel won't use any proxy for them. You don't have to specify full
31     # hostnames there.
32     #
33     # Note: If the HTTP_PROXY environment variable is set correctly already,
34     # you don't have to set it again here. The setting should be in the same
35     # format as the HTTP_PROXY var, like 'http://host.domain.com:8080/',
36     # although a string like 'host.domain.com:8080' should work too..
37     #
38     # Sometimes HTTP proxies support FTP downloads too, so the proxy you
39     # configure here will be used for FTP downloads too.
40     #
41     # If you have to use a SOCKS server for some reason, the program should
42     # work perfectly through socksify without even knowing about that server.
43     # I haven't tried it myself, so I would love to hear from you about the
44     # results.
45     #
46     # http_proxy =
47     # no_proxy =
48    
49     # Keep CGI arguments in the local filename?
50     #
51     # strip_cgi_parameters = 1
52    
53     # When downloading a HTTP directory/index page, (like http://localhost/~me/)
54     # what local filename do we have to store it in?
55     #
56     # default_filename = default
57    
58     # Save state every x seconds. Set this to 0 to disable state saving during
59     # download. State files will always be saved when the program terminates
60     # (unless the download is finished, of course) so this is only useful to
61     # protect yourself against sudden system crashes.
62     #
63     # save_state_interval = 10
64    
65     # Buffer size: Maximum amount of bytes to read from a connection. One single
66     # buffer is used for all the connections (no separate per-connection buffer).
67     # A smaller buffer might improve the accuracy of the speed limiter, but a
68     # larger buffer is a better choice for fast connections.
69     #
70     # buffer_size = 5120
71    
72     # By default some status messages about the download are printed. You can
73     # disable this by setting this one to zero.
74     #
75     # verbose = 1
76    
77     # FTP searcher
78     #
79     # search_timeout - Maximum time (seconds) to wait for a speed test
80     # search_threads - Maximum number of speed tests at once
81     # search_amount - Number of URL's to request from filesearching.com
82     # search_top - Number of different URL's to use for download
83     #
84     # search_timeout = 10
85     # search_threads = 3
86     # search_amount = 15
87     # search_top = 3
88    
89     # If you have multiple interfaces to the Internet, you can make Axel use all
90     # of them by listing them here (interface name or IP address). If one of the
91     # interfaces is faster than the other(s), you can list it more than once and
92     # it will be used more often.
93     #
94     # This option is blank by default, which means Axel uses the first match in
95     # the routing table.
96     #
97     # interfaces =
98    
99     # If you don't like the wget-alike interface, you can set this to 1 to get
100     # a scp-alike interface.
101     #
102 appaji-guest 4 # alternate_output = 1

  ViewVC Help
Powered by ViewVC 1.1.5