| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277 | .TH "ARIA2C" 1 "October 2006" "aria2 0.8.1".SH NAME.Paria2c \- The high speed download utility.SH SYNOPSIS.TStab(^); l. aria2c [\fIoptions\fR] \fIURL\fR ... aria2c [\fIoptions\fR] \fB\-T\fR \fITORRENT_FILE FILE\fR ... aria2c [\fIoptions\fR] \fB\-M\fR \fIMETALINK_FILE\fR.TE.SH DESCRIPTION.Paria2 is a utility for downloading files. It has completely new designconcept 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 oneURL. This results in very high speed downloading, much faster than ordinarybrowsers. 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..PPlease visit the project web site at \fIhttp://aria2.sourceforge.net\fR..SH OPTIONS.TP\fB\-d\fR, \fB\-\-dir\fR=\fIDIR\fRThe directory to store downloaded file..TP\fB\-o\fR, \fB\-\-out\fR=\fIFILE\fRThe file name for downloaded file..TP\fB\-l\fR, \fB\-\-log\fR=\fILOG\fRThe file path to store log. If '\-' is specified,log is written to stdout..TP\fB\-D\fR, \fB\-\-daemon\fRRun as daemon..TP\fB\-s\fR, \fB\-\-split\fR=\fIN\fRDownload a file using \fIN\fR connections. \fIN\fR must bebetween 1 and 5. This option affects all URLs.Thus, aria2 connects to each URL with\fIN\fR connections..TP\fB\-\-retry\-wait\fR=\fISEC\fRSet amount of time in second between requestsfor errors. Specify a value between 0 and 60.Default: 5.TP\fB\-t\fR, \fB\-\-timeout\fR=\fISEC\fRSet timeout in second. Default: 60.TP\fB\-m\fR, \fB\-\-max\-tries\fR=\fIN\fRSet number of tries. 0 means unlimited.Default: 5.TP\fB\-\-http\-proxy\fR=\fIHOST\fR:\fIPORT\fRUse HTTP proxy server. This affects to allURLs..TP\fB\-\-http\-user\fR=\fIUSER\fRSet HTTP user. This affects to all URLs..TP\fB\-\-http\-passwd\fR=\fIPASSWD\fRSet HTTP password. This affects to all URLs..TP\fB\-\-http\-proxy\-user\fR=\fIUSER\fRSet HTTP proxy user. This affects to all URLs.TP\fB\-\-http\-proxy\-passwd\fR=\fIPASSWD\fRSet HTTP proxy password. This affects to all URLs..TP\fB\-\-http\-proxy\-method\fR=\fIMETHOD\fRSet the method to use in proxy request.\fIMETHOD\fR is either 'get' or 'tunnel'.Default: tunnel.TP\fB\-\-http\-auth\-scheme\fR=\fISCHEME\fRSet HTTP authentication scheme. Currently, basicis the only supported scheme.Default: basic.TP\fB\-\-referer\fR=\fIREFERER\fRSet Referer. This affects to all URLs..TP\fB\-\-ftp\-user\fR=\fIUSER\fRSet FTP user. This affects to all URLs.Default: anonymous.TP\fB\-\-ftp\-passwd\fR=\fIPASSWD\fRSet FTP password. This affects to all URLs.Default: ARIA2USER@.TP\fB\-\-ftp\-type\fR=\fITYPE\fRSet FTP transfer type. TYPE is either 'binary'or 'ascii'.Default: binary.TP\fB\-p\fR, \fB\-\-ftp\-pasv\fRUse passive mode in FTP..TP\fB\-\-ftp\-via\-http\-proxy\fR=\fIMETHOD\fRUse HTTP proxy in FTP. \fIMETHOD\fR is either 'get' or\&'tunnel'.Default: tunnel.TP\fB\-\-lowest\-speed\-limit\fR=\fISPEED\fRClose connection if download speed is lower thanor equal to this value(bytes per sec).0 means aria2 does not care lowest speed limit.You can append K or M(1K = 1024, 1M = 1024K).This option does not affect BitTorrent download.Default: 0.TP\fB\-\-max\-download\-limit\fR=\fISPEED\fRSet max download speed in bytes per sec.0 means unrestricted.You can append K or M(1K = 1024, 1M = 1024K).Default: 0.TP\fB\-T\fR, \fB\-\-torrent\-file\fR=\fITORRENT_FILE\fRThe file path to .torrent file..TP\fB\-\-follow\-torrent\fR=true|falseSetting this option to false prevents aria2 toenter BitTorrent mode even if the filename ofdownloaded file ends with .torrent.Default: true.TP\fB\-S\fR, \fB\-\-show\-files\fRPrint file listing of .torrent file and exit..TP\fB\-\-direct\-file\-mapping\fR=true|falseDirectly read from and write to each filementioned in .torrent file.Default: true.TP\fB\-\-listen\-port\fR=\fIPORT\fRSet port number to listen to for peer connection..TP\fB\-\-max\-upload\-limit\fR=\fISPEED\fRSet max upload speed in bytes per sec.0 means unrestricted.You can append K or M(1K = 1024, 1M = 1024K).Default: 0.TP\fB\-\-select\-file\fR=\fIINDEX\fR...Set file to download by specifing its index.You can know file index through \fB\-\-show\-files\fRoption. Multiple indexes can be specified by using\&',' like "3,6".You can also use '\-' to specify rangelike "1\-5".\&',' and '\-' can be used together..TP\fB\-\-seed\-time\fR=\fIMINUTES\fRSpecify seeding time in minutes. See also\fB\-\-seed\-ratio\fR option..TP\fB\-\-seed\-ratio\fR=\fIRATIO\fRSpecify share ratio. Seed completed torrents untilshare ratio reaches RATIO. 1.0 is encouraged.If \fB\-\-seed\-time\fR option is specified along withthis option, seeding ends when at least one ofthe conditions is satisfied..TP\fB\-M\fR, \fB\-\-metalink\-file\fR=\fIMETALINK_FILE\fRThe file path to .metalink file..TP\fB\-C\fR, \fB\-\-metalink\-servers\fR=\fINUM_SERVERS\fRThe number of servers to connect tosimultaneously. If more than one connection perserver is required, use \fB\-s\fR option.Default: 15.TP\fB\-\-metalink\-version\fR=\fIVERSION\fRThe version of file to download..TP\fB\-\-metalink\-language\fR=\fILANGUAGE\fRThe language of file to download..TP\fB\-\-metalink\-os\fR=\fIOS\fRThe operating system the file is targeted..TP\fB\-\-follow\-metalink\fR=true|falseSetting this option to false prevents aria2 toenter Metalink mode even if the filename ofdownloaded file ends with .metalink.Default: true.TP\fB\-v\fR, \fB\-\-version\fRPrint the version number and exit..TP\fB\-h\fR, \fB\-\-help\fRPrint this message and exit..TP\fIURL\fRYou can specify multiple URLs. All URLs must point to the same fileor downloading fails..TP\fIFILE\fRSpecify files in multi\-file torrent to download. Use conjunction with\fB\-T\fR option. This arguments are ignored if you specify \fB\-\-select\-file\fR option..SH REPORTING BUGS.PReport bugs to <tujikawa at users dot sourceforge dot net>.SH COPYRIGHT.PCopyright (C) 2006 Tatsuhiro Tsujikawa.PThis program is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2 of the License, or(at your option) any later version..PThis program is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See theGNU General Public License for more details..PYou should have received a copy of the GNU General Public Licensealong with this program; if not, write to the Free SoftwareFoundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110\-1301 USA.\" man code generated by txt2tags 2.3 (http://txt2tags.sf.net).\" cmdline: txt2tags -t man aria2c.t2t
 |