aria2 使用参数说明高级部分

Usage: aria2c [OPTIONS] [URI | MAGNET | TORRENT_FILE | METALINK_FILE]...
Printing options tagged with '#advanced'.
See 'aria2c -h#help' to know all available tags.
Options:
 --auto-save-interval=SEC     Save a control file(*.aria2) every SEC seconds.
                              If 0 is given, a control file is not saved during
                              download. aria2 saves a control file when it stops
                              regardless of the value.


                              Possible Values: 0-600
                              Default: 60
                              Tags: #advanced


 -D, --daemon[=true|false]    Run as daemon. The current working directory will
                              be changed to "/" and standard input, standard
                              output and standard error will be redirected to
                              "/dev/null".


                              Possible Values: true, false
                              Default: false
                              Tags: #advanced


 --piece-length=LENGTH        Set a piece length for HTTP/FTP downloads. This
                              is the boundary when aria2 splits a file. All
                              splits occur at multiple of this length. This
                              option will be ignored in BitTorrent downloads.
                              It will be also ignored if Metalink file
                              contains piece hashes.


                              Possible Values: 1048576-1073741824
                              Default: 1M
                              Tags: #advanced, #http, #ftp


 --no-file-allocation-limit=SIZE No file allocation is made for files whose
                              size is smaller than SIZE.
                              You can append K or M(1K = 1024, 1M = 1024K).


                              Possible Values: 0-*
                              Default: 5M
                              Tags: #advanced, #file


 --allow-overwrite[=true|false] Restart download from scratch if the
                              corresponding control file doesn't exist.  See
                              also --auto-file-renaming option.


                              Possible Values: true, false
                              Default: false
                              Tags: #advanced, #file


 --deferred-input[=true|false] If true is given, aria2 does not read all URIs
                              and options from file specified by -i option at
                              startup, but it reads one by one when it needs
                              later. This may reduce memory usage if input
                              file contains a lot of URIs to download.
                              If false is given, aria2 reads all URIs and
                              options at startup.


                              Possible Values: true, false
                              Default: false
                              Tags: #advanced


 --auto-file-renaming[=true|false] Rename file name if the same file already
                              exists. This option works only in http(s)/ftp
                              download.
                              The new file name has a dot and a number(1..9999)
                              appended.


                              Possible Values: true, false
                              Default: true
                              Tags: #advanced, #file


 -P, --parameterized-uri[=true|false] Enable parameterized URI support.
                              You can specify set of parts:
                              http://{sv1,sv2,sv3}/foo.iso
                              Also you can specify numeric sequences with step
                              counter:
                              http://host/image[000-100:2].img
                              A step counter can be omitted.
                              If all URIs do not point to the same file, such
                              as the second example above, -Z option is
                              required.


                              Possible Values: true, false
                              Default: false
                              Tags: #advanced


 --allow-piece-length-change[=true|false] If false is given, aria2 aborts
                              download when a piece length is different from
                              one in a control file. If true is given, you can
                              proceed but some download progress will be lost.


                              Possible Values: true, false
                              Default: false
                              Tags: #advanced


 --no-conf[=true|false]       Disable loading aria2.conf file.


                              Possible Values: true, false
                              Default: false
                              Tags: #advanced


 --conf-path=PATH             Change the configuration file path to PATH.


                              Possible Values: /path/to/file
                              Default: C:\Users\Administrator/.aria2/aria2.conf
                              Tags: #advanced


 --stop=SEC                   Stop application after SEC seconds has passed.
                              If 0 is given, this feature is disabled.


                              Possible Values: 0-2147483647
                              Default: 0
                              Tags: #advanced


 -q, --quiet[=true|false]     Make aria2 quiet(no console output).


                              Possible Values: true, false
                              Default: false
                              Tags: #advanced


 --async-dns[=true|false]     Enable asynchronous DNS.


                              Possible Values: true, false
                              Default: true
                              Tags: #advanced


 --summary-interval=SEC       Set interval to output download progress summary.
                              Setting 0 suppresses the output.


                              Possible Values: 0-2147483647
                              Default: 60
                              Tags: #advanced


 --log-level=LEVEL            Set log level to output to file specified using
                             --log option.


                              Possible Values: debug, info, notice, warn, error
                              Default: debug
                              Tags: #advanced


 --console-log-level=LEVEL    Set log level to output to console.





                              Possible Values: debug, info, notice, warn, error
                              Default: notice
                              Tags: #advanced


 --event-poll=POLL            Specify the method for polling events.


                              Possible Values: select
                              Default: select
                              Tags: #advanced


 --on-download-start=COMMAND  Set the command to be executed after download
                              got started. aria2 passes 3 arguments to COMMAND:
                              GID, the nubmer of files and file path. See Event
                              Hook in man page for more details.


                              Possible Values: /path/to/command
                              Tags: #advanced, #hook


 --on-download-pause=COMMAND  Set the command to be executed after download
                              was paused.
                              See --on-download-start option for the
                              requirement of COMMAND.


                              Possible Values: /path/to/command
                              Tags: #advanced, #hook


 --on-download-stop=COMMAND   Set the command to be executed after download
                              stopped. You can override the command to be
                              executed for particular download result using
                              --on-download-complete and --on-download-error. If
                              they are specified, command specified in this
                              option is not executed.
                              See --on-download-start option for the
                              requirement of COMMAND.


                              Possible Values: /path/to/command
                              Tags: #advanced, #hook


 --on-download-complete=COMMAND Set the command to be executed after download
                              completed.
                              See --on-download-start option for the
                              requirement of COMMAND.
                              See also --on-download-stop option.


                              Possible Values: /path/to/command
                              Tags: #advanced, #hook


 --on-download-error=COMMAND  Set the command to be executed after download
                              aborted due to error.
                              See --on-download-start option for the
                              requirement of COMMAND.
                              See also --on-download-stop option.


                              Possible Values: /path/to/command
                              Tags: #advanced, #hook


 --interface=INTERFACE        Bind sockets to given interface. You can specify
                              interface name, IP address and hostname.


                              Possible Values: interface, IP address, hostname
                              Tags: #advanced


 --disable-ipv6[=true|false]  Disable IPv6.


                              Possible Values: true, false
                              Default: true
                              Tags: #advanced


 --human-readable[=true|false] Print sizes and speed in human readable format
                              (e.g., 1.2Ki, 3.4Mi) in the console readout.


                              Possible Values: true, false
                              Default: true
                              Tags: #advanced


 --remove-control-file[=true|false] Remove control file before download. Using
                              with --allow-overwrite=true, download always
                              starts from scratch. This will be useful for
                              users behind proxy server which disables resume.


                              Possible Values: true, false
                              Default: false
                              Tags: #advanced


 --always-resume[=true|false] Always resume download. If true is given, aria2
                              always tries to resume download and if resume is
                              not possible, aborts download. If false is given,
                              when all given URIs do not support resume or
                              aria2 encounters N URIs which does not support
                              resume (N is the value specified using
                              --max-resume-failure-tries option), aria2
                              downloads file from scratch.
                              See --max-resume-failure-tries option.


                              Possible Values: true, false
                              Default: true
                              Tags: #advanced, #http, #ftp


 --max-resume-failure-tries=N When used with --always-resume=false, aria2
                              downloads file from scratch when aria2 detects N
                              number of URIs that does not support resume. If N
                              is 0, aria2 downloads file from scratch when all
                              given URIs do not support resume.
                              See --always-resume option.


                              Possible Values: 0-*
                              Default: 0
                              Tags: #advanced, #http, #ftp


 --save-session=FILE          Save error/unfinished downloads to FILE on exit.
                              You can pass this output file to aria2c with -i
                              option on restart. Please note that downloads
                              added by aria2.addTorrent and aria2.addMetalink
                              RPC method and whose metadata could not be saved
                              as a file will not be saved. Downloads removed
                              using aria2.remove and aria2.forceRemove will not
                              be saved.


                              Possible Values: /path/to/file
                              Tags: #advanced


 --conditional-get[=true|false] Download file only when the local file is older
                              than remote file. Currently, this function has
                              many limitations. See man page for details.


                              Possible Values: true, false
                              Default: false
                              Tags: #advanced, #http


 --enable-async-dns6[=true|false] Enable IPv6 name resolution in asynchronous
                              DNS resolver. This option will be ignored when
                              --async-dns=false.


                              Possible Values: true, false
                              Tags: #advanced, #deprecated


 --max-download-result=NUM    Set maximum number of download result kept in
                              memory. The download results are completed/error/
                              removed downloads. The download results are stored
                              in FIFO queue and it can store at most NUM
                              download results. When queue is full and new
                              download result is created, oldest download result
                              is removed from the front of the queue and new one
                              is pushed to the back. Setting big number in this
                              option may result high memory consumption after
                              thousands of downloads. Specifying 0 means no
                              download result is kept.


                              Possible Values: 0-*
                              Default: 1000
                              Tags: #advanced


 --async-dns-server=IPADDRESS[,...] Comma separated list of DNS server address
                              used in asynchronous DNS resolver. Usually
                              asynchronous DNS resolver reads DNS server
                              addresses from /etc/resolv.conf. When this option
                              is used, it uses DNS servers specified in this
                              option instead of ones in /etc/resolv.conf. You
                              can specify both IPv4 and IPv6 address. This
                              option is useful when the system does not have
                              /etc/resolv.conf and user does not have the
                              permission to create it.


                              Tags: #advanced


 --show-console-readout[=true|false] Show console readout.


                              Possible Values: true, false
                              Default: true
                              Tags: #advanced


 --truncate-console-readout[=true|false] Truncate console readout to fit in
                              a single line.


                              Possible Values: true, false
                              Default: true
                              Tags: #advanced


 --pause[=true|false]         Pause download after added. This option is
                              effective only when --enable-rpc=true is given.


                              Possible Values: true, false
                              Default: false
                              Tags: #advanced, #rpc


 --download-result=OPT        This option changes the way "Download Results"
                              is formatted. If OPT is 'default', print GID,
                              status, average download speed and path/URI. If
                              multiple files are involved, path/URI of first
                              requested file is printed and remaining ones are
                              omitted.
                              If OPT is 'full', print GID, status, average
                              download speed, percentage of progress and
                              path/URI. The percentage of progress and
                              path/URI are printed for each requested file in
                              each row.


                              Possible Values: default, full
                              Default: default
                              Tags: #advanced


 --hash-check-only[=true|false] If true is given, after hash check using
                              --check-integrity option, abort download whether
                              or not download is complete.


                              Possible Values: true, false
                              Default: false
                              Tags: #advanced, #metalink, #bittorrent, #file, #checksum


 --stop-with-process=PID      Stop application when process PID is not running.
                              This is useful if aria2 process is forked from a
                              parent process. The parent process can fork aria2
                              with its own pid and when parent process exits
                              for some reason, aria2 can detect it and shutdown
                              itself.


                              Possible Values: 0-*
                              Tags: #advanced


 --enable-mmap[=true|false]   Map files into memory.


                              Possible Values: true, false
                              Default: false
                              Tags: #advanced, #experimental


 --force-save[=true|false]    Save download with --save-session option even
                              if the download is completed or removed. This
                              option also saves control file in that
                              situations. This may be useful to save
                              BitTorrent seeding which is recognized as
                              completed state.


                              Possible Values: true, false
                              Default: false
                              Tags: #advanced


 --disk-cache=SIZE            Enable disk cache. If SIZE is 0, the disk cache
                              is disabled. This feature caches the downloaded
                              data in memory, which grows to at most SIZE
                              bytes. The cache storage is created for aria2
                              instance and shared by all downloads. The one
                              advantage of the disk cache is reduce the disk
                              I/O because the data are written in larger unit
                              and it is reordered by the offset of the file.
                              If hash checking is involved and the data are
                              cached in memory, we don't need to read them
                              from the disk.
                              SIZE can include K or M(1K = 1024, 1M = 1024K).


                              Possible Values: 0-*
                              Default: 16M
                              Tags: #advanced


 --gid=GID                    Set GID manually. aria2 identifies each
                              download by the ID called GID. The GID must be
                              hex string of 16 characters, thus [0-9a-zA-Z]
                              are allowed and leading zeros must not be
                              stripped. The GID all 0 is reserved and must
                              not be used. The GID must be unique, otherwise
                              error is reported and the download is not added.
                              This option is useful when restoring the
                              sessions saved using --save-session option. If
                              this option is not used, new GID is generated
                              by aria2.


                              Tags: #advanced


 --save-session-interval=SEC  Save error/unfinished downloads to a file
                              specified by --save-session option every SEC
                              seconds. If 0 is given, file will be saved only
                              when aria2 exits.


                              Possible Values: 0-*
                              Default: 0
                              Tags: #advanced


 --enable-color[=true|false]  Enable color output for a terminal.


                              Possible Values: true, false
                              Default: true
                              Tags: #advanced


 --dscp=DSCP                  Set DSCP value in outgoing IP packets of
                              BitTorrent traffic for QoS. This parameter sets
                              only DSCP bits in TOS field of IP packets,
                              not the whole field. If you take values
                              from /usr/include/netinet/ip.h divide them by 4
                              (otherwise values would be incorrect, e.g. your
                              CS1 class would turn into CS4). If you take
                              commonly used values from RFC, network vendors'
                              documentation, Wikipedia or any other source,
                              use them as they are.


                              Possible Values: 0-*
                              Default: 0
                              Tags: #advanced


 --pause-metadata[=true|false]
                              Pause downloads created as a result of metadata
                              download. There are 3 types of metadata
                              downloads in aria2: (1) downloading .torrent
                              file. (2) downloading torrent metadata using
                              magnet link. (3) downloading metalink file.
                              These metadata downloads will generate downloads
                              using their metadata. This option pauses these
                              subsequent downloads. This option is effective
                              only when --enable-rpc=true is given.


                              Possible Values: true, false
                              Default: false
                              Tags: #advanced, #rpc


 --on-bt-download-complete=COMMAND For BitTorrent, a command specified in
                              --on-download-complete is called after download
                              completed and seeding is over. On the other hand,
                              this option sets the command to be executed after
                              download completed but before seeding.
                              See --on-download-start option for the
                              requirement of COMMAND.


                              Possible Values: /path/to/command
                              Tags: #advanced, #hook


Refer to man page for more information.

用法:aria2c [选项] [URI | MAGNET | TORRENT_FILE | METALINK_FILE] ...
列有“#advanced”的打印选项。
请参见“aria2c -h#help”以了解所有可用的标记。
选项:
 --auto-save-interval = SEC每SEC秒保存一个控制文件(*。aria2)。
                              如果给定0,则不保存控制文件
                              下载。aria2在停止时保存控制文件
                              而不考虑价值。


                              可能的值:0-600
                              默认值:60
                              标签:#advanced


 -D,--daemon [= true | false]作为守护程序运行。当前工作目录将
                              改为“/”和标准输入,标准
                              输出和标准错误将被重定向到
                              “/ dev / null”。


                              可能的值:true,false
                              默认值:false
                              标签:#advanced


 --piece-length = LENGTH设置HTTP / FTP下载的长度。这个
                              是aria2拆分文件时的边界。所有
                              分裂发生在该长度的多个处。这个
                              选项将被忽略在BitTorrent下载。
                              如果Metalink文件,也将被忽略
                              包含散列。


                              可能的值:1048576-1073741824
                              默认值:1M
                              标签:#advanced,#http,#ftp


 --no-file-allocation-limit = SIZE不为文件分配文件
                              大小小于SIZE。
                              您可以追加K或M(1K = 1024,1M = 1024K)。


                              可能的值:0- *
                              默认值:5M
                              标签:#advanced,#file


 --allow-overwrite [= true | false]如果从头开始重新启动下载
                              对应的控制文件不存在。看到
                              也 - 自动文件重命名选项。


                              可能的值:true,false
                              默认值:false
                              标签:#advanced,#file


 --deferred-input [= true | false]如果给出true,aria2不会读取所有URI
                              和-i选项指定的文件中的选项
                              启动,但它读取一个一个,当它需要
                              后来。如果输入,这可以减少内存使用
                              文件包含大量的URI下载。
                              如果给出false,aria2读取所有URI和
                              选项。


                              可能的值:true,false
                              默认值:false
                              标签:#advanced


 --auto-file-renaming [= true | false]重命名文件名,如果同一个文件已经
                              存在。此选项仅在http(s)/ ftp中有效
                              下载。
                              新文件名有一个点和一个数字(1..9999)
                              附加。


                              可能的值:true,false
                              默认值:true
                              标签:#advanced,#file


 -P,--parameterized-uri [= true | false]启用参数化URI支持。
                              您可以指定零件集:
                              http:// {sv1,sv2,sv3} /foo.iso
                              也可以指定带步骤的数字序列
                              计数器:
                              http:// host / image [000-100:2] .img
                              可以省略步进计数器。
                              如果所有URI不指向同一个文件,如
                              作为上面的第二个例子,-Z选项是
                              需要。


                              可能的值:true,false
                              默认值:false
                              标签:#advanced


 --allow-piece-length-change [= true | false]如果给出false,aria2中止
                              当长度不同时下载
                              一个在控制文件中。如果给出true,你可以
                              继续,但有些下载进度会丢失。


                              可能的值:true,false
                              默认值:false
                              标签:#advanced


 --no-conf [= true | false]禁用加载aria2.conf文件。


                              可能的值:true,false
                              默认值:false
                              标签:#advanced


 --conf-path = PATH将配置文件路径更改为PATH。


                              可能的值:/ path / to / file
                              默认值:C:\ Users \ Administrator / .aria2 / aria2.conf
                              标签:#advanced


 --stop = SEC SEC秒过后停止应用程序。
                              如果给定0,则禁用此功能。


                              可能的值:0-2147483647
                              默认值:0
                              标签:#advanced


 -q,--quiet [= true | false]使aria2安静(无控制台输出)。


                              可能的值:true,false
                              默认值:false
                              标签:#advanced


 --async-dns [= true | false]启用异步DNS。


                              可能的值:true,false
                              默认值:true
                              标签:#advanced


 --summary-interval = SEC设置输出下载进度摘要的间隔。
                              设置0抑制输出。


                              可能的值:0-2147483647
                              默认值:60
                              标签:#advanced


 --log-level = LEVEL设置输出到使用指定的文件的日志级别
                             --log选项。


                              可能的值:debug,info,notice,warn,error
                              默认值:debug
                              标签:#advanced


 --console-log-level = LEVEL设置日志级别以输出到控制台。


                              可能的值:debug,info,notice,warn,error
                              默认值:notice
                              标签:#advanced


 --event-poll = POLL指定轮询事件的方法。


                              可能的值:select
                              默认值:选择
                              标签:#advanced


 --on-download-start = COMMAND设置下载后要执行的命令
                              开始了。aria2将3个参数传递给COMMAND:
                              GID,文件的nubmer和文件路径。请参阅事件
                              钩子在手册页中了解更多详情。


                              可能的值:/ path / to / command
                              标签:#advanced,#hook


 --on-download-pause = COMMAND设置下载后执行的命令
                              已暂停。
                              请参见--on-download-start选项
                              要求COMMAND。


                              可能的值:/ path / to / command
                              标签:#advanced,#hook


 --on-download-stop = COMMAND设置下载后执行的命令
                              停止。您可以覆盖命令为
                              执行特定下载结果使用
                              --on-download-complete和--on-download-error。如果
                              它们是指定的,命令在此指定
                              选项不执行。
                              请参见--on-download-start选项
                              要求COMMAND。


                              可能的值:/ path / to / command
                              标签:#advanced,#hook


 --on-download-complete = COMMAND设置下载后执行的命令
                              完成。
                              请参见--on-download-start选项
                              要求COMMAND。
                              另请参见--on-download-stop选项。


                              可能的值:/ path / to / command
                              标签:#advanced,#hook


 --on-download-error = COMMAND设置下载后要执行的命令
                              由于错误而中止。
                              请参见--on-download-start选项
                              要求COMMAND。
                              另请参见--on-download-stop选项。


                              可能的值:/ path / to / command
                              标签:#advanced,#hook


 --interface = INTERFACE将套接字绑定到给定接口。您可以指定
                              接口名称,IP地址和主机名。


                              可能的值:接口,IP地址,主机名
                              标签:#advanced


 --disable-ipv6 [= true | false]禁用IPv6。


                              可能的值:true,false
                              默认值:true
                              标签:#advanced


 --human-readable [= true | false]以人类可读的格式打印尺寸和速度
                              (例如,1.2Ki,3.4Mi)。


                              可能的值:true,false
                              默认值:true
                              标签:#advanced


 --remove-control-file [= true | false]在下载之前删除控制文件。使用
                              与--allow-overwrite = true,始终下载
                              从头开始。这将是有用的
                              代理服务器后面的用户禁用恢复。


                              可能的值:true,false
                              默认值:false
                              标签:#advanced


 --always-resume [= true | false]总是恢复下载。如果给出true,aria2
                              总是试图恢复下载,如果恢复是
                              不可能,中止下载。如果给出false,
                              当所有给定的URI不支持恢复或
                              aria2遇到不支持的N个URI
                              resume(N是使用指定的值
                              --max-resume-failure-attempts选项),aria2
                              从头开始下载文件。
                              请参见--max-resume-failure-attempts选项。


                              可能的值:true,false
                              默认值:true
                              标签:#advanced,#http,#ftp


 --max-resume-failure-attempts = N当与--always-resume = false,aria2一起使用时
                              当aria2检测到N时从头开始下载文件
                              不支持恢复的URI数量。如果N
                              是0,aria2从所有下载文件从头开始
                              给定的URI不支持resume。
                              请参见--always-resume选项。


                              可能的值:0- *
                              默认值:0
                              标签:#advanced,#http,#ftp


 --save-session = FILE退出时保存错误/未完成的下载到FILE。
                              您可以将此输出文件传递给带有-i的aria2c
                              选项。请注意,下载
                              添加由aria2.addTorrent和aria2.addMetalink
                              RPC方法,并且无法保存其元数据
                              作为文件将不会被保存。已移除下载
                              使用aria2.remove和aria2.forceRemove不会
                              保存。


                              可能的值:/ path / to / file
                              标签:#advanced


 --conditional-get [= true | false]只有当本地文件较旧时下载文件
                              比远程文件。目前,这个函数有
                              许多限制。有关详细信息,请参阅手册页。


                              可能的值:true,false
                              默认值:false
                              标签:#advanced,#http


 --enable-async-dns6 [= true | false]以异步方式启用IPv6名称解析
                              DNS解析器。此选项将在被忽略
                              --async-dns = false。


                              可能的值:true,false
                              标签:#advanced,#deprecated


 --max-download-result = NUM​​设置保存的最大下载结果数
                              记忆。下载结果完成/错误/
                              删除下载。存储下载结果
                              在FIFO队列中,它最多可以存储NUM个
                              下载结果。当队列已满和新
                              创建下载结果,最早的下载结果
                              从队列的前面和新的删除
                              被推到后面。在这里设置大数字
                              选项可能会导致高内存消耗
                              数以千计的下载。指定0表示没有
                              下载结果保留。


                              可能的值:0- *
                              默认值:1000
                              标签:#advanced


 --async-dns-server = IPADDRESS [,...]以逗号分隔的DNS服务器地址列表
                              用于异步DNS解析器。通常
                              异步DNS解析器读取DNS服务器
                              地址从/etc/resolv.conf。当这个选项
                              ,它使用在此指定的DNS服务器
                              选项,而不是/etc/resolv.conf中的。您
                              可以指定IPv4和IPv6地址。这个
                              选项在系统没有时很有用
                              /etc/resolv.conf和用户没有
                              权限创建它。


                              标签:#advanced


 --show-console-readout [= true | false]显示控制台读数。


                              可能的值:true,false
                              默认值:true
                              标签:#advanced


 --truncate-console-readout [= true | false]截断控制台读数以适应
                              单行。


                              可能的值:true,false
                              默认值:true
                              标签:#advanced


 --pause [= true | false]添加后暂停下载。此选项为
                              仅当给出--enable-rpc = true时才有效。


                              可能的值:true,false
                              默认值:false
                              标签:#advanced,#rpc


 --download-result = OPT此选项更改“下载结果”的方式,
                              格式化。如果OPT是'default',打印GID,
                              状态,平均下载速度和路径/ URI。如果
                              涉及多个文件,path / URI为第一个
                              请求的文件被打印,其余的是
                              省略。
                              如果OPT为“full”,则打印GID,状态,平均值
                              下载速度,进度百分比
                              路径/ URI。进度的百分比
                              路径/ URI为每个请求的文件打印
                              每行。


                              可能的值:default,full
                              默认值:默认值
                              标签:#advanced


 --hash-check-only [= true | false]如果为true,则在使用hash检查之后
                              --check-integrity选项,中止下载是否
                              或者没有下载完成。


                              可能的值:true,false
                              默认值:false
                              标签:#advanced,#metalink,#bittorrent,#file,#checksum


 --stop-with-process = PID当进程PID未运行时停止应用程序。
                              如果aria2进程是从a分叉的,这是有用的
                              父进程。父进程可以fork aria2
                              具有自己的pid,当父进程退出时
                              由于某种原因,aria2可以检测它并关闭
                              本身。


                              可能的值:0- *
                              标签:#advanced


 --enable-mmap [= true | false]将文件映射到内存。


                              可能的值:true,false
                              默认值:false
                              标签:#advanced,#experimental


 --force-save [= true | false]使用--save-session选项甚至保存下载
                              如果下载完成或删除。这个
                              选项也保存控制文件
                              情况。这可能是有用的保存
                              BitTorrent播种,识别为
                              完成状态。


                              可能的值:true,false
                              默认值:false
                              标签:#advanced


 --disk-cache = SIZE启用磁盘缓存。如果SIZE为0,表示磁盘缓存
                              被禁用。此功能缓存下载的
                              内存中的数据,其增长到最大SIZE
                              字节。为aria2创建高速缓存存储
                              实例并由所有下载共享。唯一的那个
                              优点是磁盘缓存减少了磁盘
                              I / O,因为数据是以更大的单位写入的
                              并且它被文件的偏移重新排序。
                              如果涉及哈希检查和数据
                              缓存在内存中,我们不需要读它们
                              从磁盘。
                              SIZE可以包括K或M(1K = 1024,1M = 1024K)。


                              可能的值:0- *
                              默认值:16M
                              标签:#advanced


 --gid = GID手动设置GID。aria2标识每个
                              由称为GID的ID下载。GID必须是
                              16个字符的十六进制字符串,因此[0-9a-zA-Z]
                              是允许的,前导零不能是
                              剥离。GID全0是保留的,必须是
                              不使用。GID必须是唯一的,否则
                              将报告错误,并且不会添加下载。
                              此选项在还原时很有用
                              会话使用--save-session选项保存。如果
                              此选项不使用,则会生成新的GID
                              通过aria2。


                              标签:#advanced


 --save-session-interval = SEC将错误/未完成的下载保存到文件
                              由--save-session选项指定每个SEC
                              秒。如果给定0,文件将仅保存
                              当aria2退出时。


                              可能的值:0- *
                              默认值:0
                              标签:#advanced


 --enable-color [= true | false]为终端启用颜色输出。


                              可能的值:true,false
                              默认值:true
                              标签:#advanced


 --dscp = DSCP设置输出IP包中的DSCP值
                              用于QoS的BitTorrent流量。此参数设置
                              只有IP数据包的TOS字段中的DSCP位,
                              不是整个字段。如果你采取价值观
                              从/usr/include/netinet/ip.h中除以4
                              (否则值会不正确,例如您的
                              CS1类将变成CS4)。如果你带
                              常用值来自RFC,
                              文档,维基百科或任何其他来源,
                              使用它们。


                              可能的值:0- *
                              默认值:0
                              标签:#advanced


 --pause-metadata [= true | false]
                              暂停因元数据而创建的下载
                              下载。有3种类型的元数据
                              下载aria2:(1)下载.torrent
                              文件。(2)使用下载洪流元数据
                              磁链。(3)下载metalink文件。
                              这些元数据下载将产生下载
                              使用他们的元数据。此选项暂停这些
                              后续下载。此选项有效
                              只有当给出--enable-rpc = true时。


                              可能的值:true,false
                              默认值:false
                              标签:#advanced,#rpc


 --on-bt-download-complete = COMMAND对于BitTorrent,在中指定的命令
                              --on-download-complete在下载后调用
                              完成和播种结束。另一方面,
                              此选项设置要在其后执行的命令
                              下载完成,但种子之前。
                              请参见--on-download-start选项
                              要求COMMAND。


                              可能的值:/ path / to / command
                              标签:#advanced,#hook


有关详细信息,请参阅手册页。


你可能感兴趣的:(aria2 使用参数说明高级部分)