2007-01-28 14:18:35 +00:00
. \" Title: aria2c
. \" Author:
2007-06-10 08:29:56 +00:00
. \" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/>
2007-07-05 16:06:31 +00:00
. \" Date: 07/06/2007
2007-01-28 14:18:35 +00:00
. \" Manual:
. \" Source:
. \"
2007-07-05 16:06:31 +00:00
.TH "ARIA2C" "1" "07/06/2007" "" ""
2007-01-28 14:18:35 +00:00
. \" disable hyphenation
.nh
. \" disable justification (adjust text to left margin only)
.ad l
.SH "NAME"
2006-10-01 14:11:29 +00:00
aria2c \- The high speed download utility
2007-01-28 14:18:35 +00:00
.SH "SYNOPSIS"
.sp
2007-06-10 08:29:56 +00:00
.RS 4
2007-01-28 14:18:35 +00:00
.nf
aria2c [OPTIONS] URL ...
aria2c [OPTIONS] \- T TORRENT_FILE FILE ...
aria2c [OPTIONS] \- M METALINK_FILE
.fi
.RE
.SH "DESCRIPTION"
aria2 is a utility for downloading files. It has completely new design concept from its predecessor, Aria, and is written from scratch. aria2 has a segmented downloading engine in its core. It can download one file from multiple URLs or multiple connections from one URL. This results in very high speed downloading, much faster than ordinary browsers. This engine in was implemented in a single\- thread model. The architecture is clean and easy to extend. aria2 currently supports HTTP, FTP, and BitTorrent. It also supports Metalink version 3.0.
.sp
2007-07-05 16:06:31 +00:00
Please visit the project web site at http://aria2.sourceforge.net/
2007-01-28 14:18:35 +00:00
.sp
.SH "OPTIONS"
2007-03-28 15:08:22 +00:00
.PP
2007-01-28 14:18:35 +00:00
\- d, \- \- dir=DIR
2007-06-10 08:29:56 +00:00
.RS 4
2006-10-01 14:11:29 +00:00
The directory to store downloaded file.
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- o, \- \- out=FILE
2007-06-10 08:29:56 +00:00
.RS 4
2006-10-01 14:11:29 +00:00
The file name for downloaded file.
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- l, \- \- log=LOG
2007-06-10 08:29:56 +00:00
.RS 4
2007-01-28 14:18:35 +00:00
The file path to store log. If
\fI \- \fR
is specified, log is written to stdout.
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- D, \- \- daemon
2007-06-10 08:29:56 +00:00
.RS 4
2006-10-01 14:11:29 +00:00
Run as daemon.
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- s, \- \- split=N
2007-06-10 08:29:56 +00:00
.RS 4
2007-01-28 14:18:35 +00:00
Download a file using
\fI N\fR
connections.
\fI N\fR
must be between
\fI 1\fR
and
\fI 5\fR . This option affects all URLs. Thus, aria2 connects to each URL with
\fI N\fR
connections. Default:
\fI 1\fR
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- \- retry\- wait=SEC
2007-06-10 08:29:56 +00:00
.RS 4
2007-01-28 14:18:35 +00:00
Set amount of time in second between requests for errors. Specify a value between
\fI 0\fR
and
\fI 60\fR . Default:
\fI 5\fR
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- t, \- \- timeout=SEC
2007-06-10 08:29:56 +00:00
.RS 4
2007-01-28 14:18:35 +00:00
Set timeout in second. Default:
\fI 60\fR
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- m, \- \- max\- tries=N
2007-06-10 08:29:56 +00:00
.RS 4
2007-01-28 14:18:35 +00:00
Set number of tries.
\fI 0\fR
means unlimited. Default:
\fI 5\fR
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- \- http\- proxy=HOST:PORT
2007-06-10 08:29:56 +00:00
.RS 4
2007-01-28 14:18:35 +00:00
Use HTTP proxy server. This affects to all URLs.
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- \- http\- user=USER
2007-06-10 08:29:56 +00:00
.RS 4
2006-10-01 14:11:29 +00:00
Set HTTP user. This affects to all URLs.
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- \- http\- passwd=PASSWD
2007-06-10 08:29:56 +00:00
.RS 4
2006-10-01 14:11:29 +00:00
Set HTTP password. This affects to all URLs.
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- \- http\- proxy\- user=USER
2007-06-10 08:29:56 +00:00
.RS 4
2006-10-01 14:11:29 +00:00
Set HTTP proxy user. This affects to all URLs
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- \- http\- proxy\- passwd=PASSWD
2007-06-10 08:29:56 +00:00
.RS 4
2006-10-01 14:11:29 +00:00
Set HTTP proxy password. This affects to all URLs.
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- \- http\- proxy\- method=METHOD
2007-06-10 08:29:56 +00:00
.RS 4
2006-10-01 14:11:29 +00:00
Set the method to use in proxy request.
2007-01-28 14:18:35 +00:00
\fI METHOD\fR
is either
\fI get\fR
or
\fI tunnel\fR . Default:
\fI tunnel\fR
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- \- http\- auth\- scheme=SCHEME
2007-06-10 08:29:56 +00:00
.RS 4
2007-01-28 14:18:35 +00:00
Set HTTP authentication scheme. Currently,
\fI basic\fR
is the only supported scheme. Default:
\fI basic\fR
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- \- referer=REFERER
2007-06-10 08:29:56 +00:00
.RS 4
2006-10-01 14:11:29 +00:00
Set Referer. This affects to all URLs.
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- \- ftp\- user=USER
2007-06-10 08:29:56 +00:00
.RS 4
2007-01-28 14:18:35 +00:00
Set FTP user. This affects to all URLs. Default:
\fI anonymous\fR
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- \- ftp\- passwd=PASSWD
2007-06-10 08:29:56 +00:00
.RS 4
2007-01-28 14:18:35 +00:00
Set FTP password. This affects to all URLs. Default:
\fI ARIA2USER@\fR
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- \- ftp\- type=TYPE
2007-06-10 08:29:56 +00:00
.RS 4
2007-01-28 14:18:35 +00:00
Set FTP transfer type. TYPE is either
\fI binary\fR
or
\fI ascii\fR . Default:
\fI binary\fR
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- p, \- \- ftp\- pasv
2007-06-10 08:29:56 +00:00
.RS 4
2006-10-01 14:11:29 +00:00
Use passive mode in FTP.
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- \- ftp\- via\- http\- proxy=METHOD
2007-06-10 08:29:56 +00:00
.RS 4
2007-01-28 14:18:35 +00:00
Use HTTP proxy in
\fI FTP\fR .
\fI METHOD\fR
is either
\fI get\fR
or
\fI tunnel\fR . Default:
\fI tunnel\fR
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- \- lowest\- speed\- limit=SPEED
2007-06-10 08:29:56 +00:00
.RS 4
2007-01-28 14:18:35 +00:00
Close connection if download speed is lower than or equal to this value(bytes per sec). 0 means aria2 does not care lowest speed limit. You can append
\fI K\fR
or
\fI M\fR (1K = 1024, 1M = 1024K). This option does not affect BitTorrent download. Default:
\fI 0\fR
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- \- max\- download\- limit=SPEED
2007-06-10 08:29:56 +00:00
.RS 4
2006-10-01 14:11:29 +00:00
Set max download speed in bytes per sec.
2007-01-28 14:18:35 +00:00
\fI 0\fR
means unrestricted. You can append
\fI K\fR
or
\fI M\fR (1K = 1024, 1M = 1024K). Default:
\fI 0\fR
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- \- file\- allocation=METHOD
2007-06-10 08:29:56 +00:00
.RS 4
2007-01-28 14:18:35 +00:00
Specify file allocation method.
\fI METHOD\fR
is either
\fI none\fR
or
\fI prealloc\fR .
\fI none\fR
doesn't pre\- allocate file space.
\fI prealloc\fR
pre\- allocates file space before download begins. This may take some time depending on the size of file. Default:
\fI none\fR
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- \- allow\- overwrite=true|false
2007-06-10 08:29:56 +00:00
.RS 4
2007-01-28 14:18:35 +00:00
If this option set to
\fI false\fR , aria2 doesn't download a file which already exists in the file system but its corresponding .aria2 file doesn't exist. Default:
\fI false\fR
2007-03-28 15:08:22 +00:00
.RE
.PP
\- \- check\- integrity=true|false
2007-06-10 08:29:56 +00:00
.RS 4
2007-03-28 15:08:22 +00:00
Check file integrity by validating piece hash. This option makes effect in BitTorrent download and Metalink with chunk checksums. Use this option to redownload a damaged portion of file. You may need to specify
2007-01-28 14:18:35 +00:00
\fI \- \- allow\- overwrite=true\fR
option if .aria2 file doesn't exist. Default:
\fI false\fR
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- \- realtime\- chunk\- checksum=true|false
2007-06-10 08:29:56 +00:00
.RS 4
2007-01-28 14:18:35 +00:00
Validate chunk checksum while downloading a file in Metalink mode. This option makes effect in Metalink with chunk checksums. Default:
\fI true\fR
2007-03-28 15:08:22 +00:00
.RE
.PP
\- c, \- \- continue
2007-06-10 08:29:56 +00:00
.RS 4
2007-03-28 15:08:22 +00:00
Continue downloading a partially downloaded file. Use this option to resume a download started by web browsers or another programs which download files sequentially from the beginning. Currently this option is applicable to http(s)/ ftp downloads.
.RE
.PP
\- U, \- \- user\- agent=USER_AGENT
2007-06-10 08:29:56 +00:00
.RS 4
2007-03-28 15:08:22 +00:00
Set user agent for http(s) downloads.
.RE
.PP
\- n, \- \- no\- netrc
2007-06-10 08:29:56 +00:00
.RS 4
2007-03-28 15:08:22 +00:00
Disables netrc support.
.RE
.PP
2007-06-10 08:29:56 +00:00
\- i, \- \- input\- file=FILE
.RS 4
Downloads URIs found in
2007-07-05 16:06:31 +00:00
\fI FILE\fR . You can specify multiple URIs for a single entity: deliminate URIs by Tab in a single line. Reads input from stdin when
\fI \- \fR
is specified.
2007-06-10 08:29:56 +00:00
.RE
.PP
\- j, \- \- max\- concurrent\- downloads=N
.RS 4
2007-07-05 16:06:31 +00:00
Set maximum number of concurrent downloads. It should be used with
\fI \- i\fR
option. Default:
2007-06-10 08:29:56 +00:00
\fI 5\fR
.RE
.PP
\- \- load\- cookies=FILE
.RS 4
Load cookies from
\fI FILE\fR . The format of
\fI FILE\fR
is one used by Netscape and Mozilla.
.RE
.PP
2007-07-05 16:06:31 +00:00
\- S, \- \- show\- files
.RS 4
Print file listing of .torrent or .metalink file and exit.
.RE
.PP
\- \- select\- file=INDEX\& ...
.RS 4
Set file to download by specifing its index. You can know file index through
\fI \- \- show\- files\fR
option. Multiple indexes can be specified by using
\fI ,\fR
like "3,6". You can also use
\fI \- \fR
to specify rangelike "1\- 5".
\fI ,\fR
and
\fI \- \fR
can be used together. When used with \- M option, index may vary depending on the query(see
\fI \- \- metalink\- *\fR
options).
.RE
.PP
2007-01-28 14:18:35 +00:00
\- T, \- \- torrent\- file=TORRENT_FILE
2007-06-10 08:29:56 +00:00
.RS 4
2006-10-01 14:11:29 +00:00
The file path to .torrent file.
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- \- follow\- torrent=true|false
2007-06-10 08:29:56 +00:00
.RS 4
2007-01-28 14:18:35 +00:00
Setting this option to
\fI false\fR
prevents aria2 to enter BitTorrent mode even if the filename of downloaded file ends with .torrent. Default:
\fI true\fR
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- \- direct\- file\- mapping=true|false
2007-06-10 08:29:56 +00:00
.RS 4
2007-01-28 14:18:35 +00:00
Directly read from and write to each file mentioned in .torrent file. Default:
\fI true\fR
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- \- listen\- port=PORT
2007-06-10 08:29:56 +00:00
.RS 4
2007-07-05 16:06:31 +00:00
Set port number to listen to for peer connection. Default:
\fI 6881\- 6999\fR
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- \- max\- upload\- limit=SPEED
2007-06-10 08:29:56 +00:00
.RS 4
2006-10-01 14:11:29 +00:00
Set max upload speed in bytes per sec.
2007-01-28 14:18:35 +00:00
\fI 0\fR
means unrestricted. You can append
\fI K\fR
or
\fI M\fR (1K = 1024, 1M = 1024K). Default:
\fI 0\fR
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- \- seed\- time=MINUTES
2007-06-10 08:29:56 +00:00
.RS 4
2006-10-01 14:11:29 +00:00
Specify seeding time in minutes. See also
2007-01-28 14:18:35 +00:00
\fI \- \- seed\- ratio\fR
option.
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- \- seed\- ratio=RATIO
2007-06-10 08:29:56 +00:00
.RS 4
2007-01-28 14:18:35 +00:00
Specify share ratio. Seed completed torrents until share ratio reaches
\fI RATIO\fR .
\fI 1.0\fR
is encouraged. If
\fI \- \- seed\- time\fR
option is specified along with this option, seeding ends when at least one of the conditions is satisfied.
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- M, \- \- metalink\- file=METALINK_FILE
2007-06-10 08:29:56 +00:00
.RS 4
2006-10-01 14:11:29 +00:00
The file path to .metalink file.
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- C, \- \- metalink\- servers=NUM_SERVERS
2007-06-10 08:29:56 +00:00
.RS 4
The number of servers to connect to simultaneously. Default:
\fI 5\fR
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- \- metalink\- version=VERSION
2007-06-10 08:29:56 +00:00
.RS 4
2006-10-01 14:11:29 +00:00
The version of file to download.
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- \- metalink\- language=LANGUAGE
2007-06-10 08:29:56 +00:00
.RS 4
2006-10-01 14:11:29 +00:00
The language of file to download.
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- \- metalink\- os=OS
2007-06-10 08:29:56 +00:00
.RS 4
2006-10-01 14:11:29 +00:00
The operating system the file is targeted.
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- \- metalink\- location=LOCATION
2007-06-10 08:29:56 +00:00
.RS 4
2007-01-28 14:18:35 +00:00
The location of the prefered server.
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- \- follow\- metalink=true|false
2007-06-10 08:29:56 +00:00
.RS 4
2007-01-28 14:18:35 +00:00
Setting this option to
\fI false\fR
prevents aria2 to enter Metalink mode even if the filename of downloaded file ends with .metalink. Default:
\fI true\fR
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- v, \- \- version
2007-06-10 08:29:56 +00:00
.RS 4
2006-10-01 14:11:29 +00:00
Print the version number and exit.
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
\- h, \- \- help
2007-06-10 08:29:56 +00:00
.RS 4
2006-10-01 14:11:29 +00:00
Print this message and exit.
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
URL
2007-06-10 08:29:56 +00:00
.RS 4
2007-01-28 14:18:35 +00:00
You can specify multiple URLs. All URLs must point to the same file or downloading fails.
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
FILE
2007-06-10 08:29:56 +00:00
.RS 4
2006-10-01 14:11:29 +00:00
Specify files in multi\- file torrent to download. Use conjunction with
2007-01-28 14:18:35 +00:00
\fI \- T\fR
option. This arguments are ignored if you specify
\fI \- \- select\- file\fR
option.
2007-03-28 15:08:22 +00:00
.RE
2007-01-28 14:18:35 +00:00
.SH "EXAMPLES"
2007-03-28 15:08:22 +00:00
.PP
2007-01-28 14:18:35 +00:00
Download a file by 1 connection
2007-06-10 08:29:56 +00:00
.RS 4
2007-01-28 14:18:35 +00:00
aria2c http://AAA.BBB.CCC/file.zip
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
Download a file by 2 connections
2007-06-10 08:29:56 +00:00
.RS 4
2007-01-28 14:18:35 +00:00
aria2c \- s 2 http://AAA.BBB.CCC/file.zip
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
Download a file by 2 connections, each connects to a different server
2007-06-10 08:29:56 +00:00
.RS 4
2007-01-28 14:18:35 +00:00
aria2c http://AAA.BBB.CCC/file.zip http://DDD.EEE.FFF/GGG/file.zip
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
You can mix up different protocols
2007-06-10 08:29:56 +00:00
.RS 4
2007-01-28 14:18:35 +00:00
aria2c http://AAA.BBB.CCC/file.zip ftp://DDD.EEE.FFF/GGG/file.zip
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-07-05 16:06:31 +00:00
Download files listed in a text file. 5 files are downloaded concurrently
.RS 4
aria2c \- i uris.txt \- j 5
.RE
.PP
Download files passed through stdin
.RS 4
cat uris.txt | aria2c \- i \-
.RE
.PP
Download a file using local cookies
.RS 4
aria2c \- \- load\- cookies cookies.txt http://AAA.BBB.CCC/file.zip
.RE
.PP
2007-01-28 14:18:35 +00:00
Download a torrent
2007-06-10 08:29:56 +00:00
.RS 4
2007-01-28 14:18:35 +00:00
aria2c \- o test.torrent http://AAA.BBB.CCC/file.torrent
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
Download a torrent using local .torrent file
2007-06-10 08:29:56 +00:00
.RS 4
2007-01-28 14:18:35 +00:00
aria2c \- T test.torrent
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
Download only selected files
2007-06-10 08:29:56 +00:00
.RS 4
2007-01-28 14:18:35 +00:00
aria2c \- T test.torrent dir/file1.zip dir/file2.zip
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-07-05 16:06:31 +00:00
Download only selected files using index
.RS 4
aria2c \- T test.torrent \- \- select\- file 1,3\- 5
.RE
.PP
2007-01-28 14:18:35 +00:00
Print file listing of .torrent file
2007-06-10 08:29:56 +00:00
.RS 4
2007-01-28 14:18:35 +00:00
aria2c \- T test.torrent \- S
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
Metalink downloading
2007-06-10 08:29:56 +00:00
.RS 4
2007-01-28 14:18:35 +00:00
aria2c \- \- lowest\- speed\- limit 10K http://AAA.BBB.CCC/file.metalink
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
Download a file using local .metalink file
2007-06-10 08:29:56 +00:00
.RS 4
2007-01-28 14:18:35 +00:00
aria2c \- M test.metalink
2007-03-28 15:08:22 +00:00
.RE
.PP
2007-01-28 14:18:35 +00:00
Metalink downloading with preferences
2007-06-10 08:29:56 +00:00
.RS 4
2007-01-28 14:18:35 +00:00
aria2c \- M test.metalink \- \- metalink\- version=1.1.1 \- \- metalink\- language=en\- US
2007-03-28 15:08:22 +00:00
.RE
2007-07-05 16:06:31 +00:00
.PP
Download only selected files
.RS 4
aria2c \- T test.metalink \- \- metalink\- language=en\- US dir/file1.zip dir/file2.zip
.RE
.PP
Download only selected files using index
.RS 4
aria2c \- T test.metalink \- \- metalink\- language=en\- US \- \- select\- file 1,3\- 5
.RE
.PP
Print file listing of .metalink file
.RS 4
aria2c \- T test.torrent \- S \- \- metalink\- language=en\- US
.RE
2007-03-28 15:08:22 +00:00
.SH "FILES"
.PP
aria2.conf
2007-06-10 08:29:56 +00:00
.RS 4
2007-03-28 16:13:36 +00:00
User configuration file. It must be placed under ~/.aria2 and must be named as aria2.conf. In each line, there is 1 parameter whose syntax is name=value pair, where name is the long command\- line option name without
\fI \- \- \fR
prefix. The lines beginning
\fI #\fR
are treated as comments.
.sp
2007-06-10 08:29:56 +00:00
.RS 4
2007-03-28 16:13:36 +00:00
.nf
2007-06-10 08:29:56 +00:00
Example:
2007-03-28 16:13:36 +00:00
.fi
.RE
.sp
2007-06-10 08:29:56 +00:00
.RS 4
2007-03-28 16:13:36 +00:00
.nf
# sample configuration file for aria2c
file\- allocation=prealloc
listen\- port=60000
seed\- ratio=1.0
max\- upload\- limit=40K
ftp\- pasv=true
.fi
.RE
2007-03-28 15:08:22 +00:00
.RE
2007-01-28 14:18:35 +00:00
.SH "REPORTING BUGS"
Report bugs to Tatsuhiro Tsujikawa <t\- tujikawa@users.sourceforge.net>
.sp
.SH "AUTHOR"
Tatsuhiro Tsujikawa <t\- tujikawa@users.sourceforge.net>
.sp
.SH "COPYRIGHT"
Copyright \(co 2006, 2007 Tatsuhiro Tsujikawa
.sp