aria2参数说明 bittorrent标签

Usage: aria2c [OPTIONS] [URI | MAGNET | TORRENT_FILE | METALINK_FILE]...
Printing options tagged with '#bittorrent'.
See 'aria2c -h#help' to know all available tags.
Options:
 --max-overall-download-limit=SPEED Set max overall download speed in bytes/sec.
                              0 means unrestricted.
                              You can append K or M(1K = 1024, 1M = 1024K).
                              To limit the download speed per download, use
                              --max-download-limit option.


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


 --max-download-limit=SPEED   Set max download speed per each download in
                              bytes/sec. 0 means unrestricted.
                              You can append K or M(1K = 1024, 1M = 1024K).
                              To limit the overall download speed, use
                              --max-overall-download-limit option.


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


 -V, --check-integrity[=true|false] Check file integrity by validating piece
                              hashes or a hash of entire file. This option has
                              effect only in BitTorrent, Metalink downloads
                              with checksums or HTTP(S)/FTP downloads with
                              --checksum option. If piece hashes are provided,
                              this option can detect damaged portions of a file
                              and re-download them. If a hash of entire file is
                              provided, hash check is only done when file has
                              been already download. This is determined by file
                              length. If hash check fails, file is
                              re-downloaded from scratch. If both piece hashes
                              and a hash of entire file are provided, only
                              piece hashes are used.


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


 --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


 -S, --show-files[=true|false] Print file listing of .torrent, .meta4 and
                              .metalink file and exit. More detailed
                              information will be listed in case of torrent
                              file.


                              Possible Values: true, false
                              Default: false
                              Tags: #basic, #metalink, #bittorrent


 --max-overall-upload-limit=SPEED Set max overall upload speed in bytes/sec.
                              0 means unrestricted.
                              You can append K or M(1K = 1024, 1M = 1024K).
                              To limit the upload speed per torrent, use
                              --max-upload-limit option.


                              Possible Values: 0-*
                              Default: 0
                              Tags: #basic, #bittorrent


 -u, --max-upload-limit=SPEED Set max upload speed per each torrent in
                              bytes/sec. 0 means unrestricted.
                              You can append K or M(1K = 1024, 1M = 1024K).
                              To limit the overall upload speed, use
                              --max-overall-upload-limit option.


                              Possible Values: 0-*
                              Default: 0
                              Tags: #basic, #bittorrent


 -T, --torrent-file=TORRENT_FILE  The path to the .torrent file.


                              Possible Values: /path/to/file
                              Tags: #basic, #bittorrent


 --listen-port=PORT...        Set TCP port number for BitTorrent downloads.
                              Multiple ports can be specified by using ',',
                              for example: "6881,6885". You can also use '-'
                              to specify a range: "6881-6999". ',' and '-' can
                              be used together.


                              Possible Values: 1024-65535
                              Default: 6881-6999
                              Tags: #basic, #bittorrent


 --follow-torrent=true|false|mem If true or mem is specified, when a file
                              whose suffix is .torrent or content type is
                              application/x-bittorrent is downloaded, aria2
                              parses it as a torrent file and downloads files
                              mentioned in it.
                              If mem is specified, a torrent file is not
                              written to the disk, but is just kept in memory.
                              If false is specified, the .torrent file is
                              downloaded to the disk, but is not parsed as a
                              torrent and its contents are not downloaded.


                              Possible Values: true, mem, false
                              Default: true
                              Tags: #bittorrent


 --select-file=INDEX...       Set file to download by specifying its index.
                              You can find the file index using the
                              --show-files option. Multiple indexes can be
                              specified by using ',', for example: "3,6".
                              You can also use '-' to specify a range: "1-5".
                              ',' and '-' can be used together.
                              When used with the -M option, index may vary
                              depending on the query(see --metalink-* options).


                              Possible Values: 1-1048576
                              Tags: #metalink, #bittorrent


 --seed-time=MINUTES          Specify seeding time in (fractional) minutes.
                              Also see the --seed-ratio option.


                              Possible Values: 0.0-*
                              Tags: #bittorrent


 --seed-ratio=RATIO           Specify share ratio. Seed completed torrents
                              until share ratio reaches RATIO.
                              You are strongly encouraged to specify equals or
                              more than 1.0 here. Specify 0.0 if you intend to
                              do seeding regardless of share ratio.
                              If --seed-time option is specified along with
                              this option, seeding ends when at least one of
                              the conditions is satisfied.


                              Possible Values: 0.0-*
                              Default: 1.0
                              Tags: #bittorrent


 --peer-id-prefix=PEER_ID_PREFIX Specify the prefix of peer ID. The peer ID in
                              BitTorrent is 20 byte length. If more than 20
                              bytes are specified, only first 20 bytes are
                              used. If less than 20 bytes are specified, random
                              byte data are added to make its length 20 bytes.


                              Default: A2-1-31-0-
                              Tags: #bittorrent


 --enable-peer-exchange[=true|false] Enable Peer Exchange extension.


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


 --enable-dht[=true|false]    Enable IPv4 DHT functionality. It also enables
                              UDP tracker support. If a private flag is set
                              in a torrent, aria2 doesn't use DHT for that
                              download even if ``true`` is given.


                              Possible Values: true, false
                              Default: true
                              Tags: #basic, #bittorrent


 --dht-listen-port=PORT...    Set UDP listening port used by DHT(IPv4, IPv6)
                              and UDP tracker. Multiple ports can be specified
                              by using ',', for example: "6881,6885". You can
                              also use '-' to specify a range: "6881-6999".
                              ',' and '-' can be used together.


                              Possible Values: 1024-65535
                              Default: 6881-6999
                              Tags: #basic, #bittorrent


 --dht-entry-point=HOST:PORT  Set host and port as an entry point to IPv4 DHT
                              network.


                              Possible Values: HOST:PORT
                              Tags: #bittorrent


 --dht-file-path=PATH         Change the IPv4 DHT routing table file to PATH.


                              Possible Values: /path/to/file
                              Default: C:/Users/Administrator/.aria2/dht.dat
                              Tags: #bittorrent


 --enable-dht6[=true|false]   Enable IPv6 DHT functionality.
                              Use --dht-listen-port option to specify port
                              number to listen on. See also --dht-listen-addr6
                              option.


                              Possible Values: true, false
                              Default: false
                              Tags: #basic, #bittorrent


 --dht-listen-addr6=ADDR      Specify address to bind socket for IPv6 DHT. 
                              It should be a global unicast IPv6 address of the
                              host.


                              Tags: #basic, #bittorrent


 --dht-entry-point6=HOST:PORT Set host and port as an entry point to IPv6 DHT
                              network.


                              Possible Values: HOST:PORT
                              Tags: #bittorrent


 --dht-file-path6=PATH        Change the IPv6 DHT routing table file to PATH.


                              Possible Values: /path/to/file
                              Default: C:/Users/Administrator/.cache/aria2/dht6.dat
                              Tags: #bittorrent


 --bt-min-crypto-level=plain|arc4 Set minimum level of encryption method.
                              If several encryption methods are provided by a
                              peer, aria2 chooses the lowest one which satisfies
                              the given level.


                              Possible Values: plain, arc4
                              Default: plain
                              Tags: #bittorrent


 --bt-require-crypto[=true|false] If true is given, aria2 doesn't accept and
                              establish connection with legacy BitTorrent
                              handshake. Thus aria2 always uses Obfuscation
                              handshake.


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


 --bt-request-peer-speed-limit=SPEED If the whole download speed of every
                              torrent is lower than SPEED, aria2 temporarily
                              increases the number of peers to try for more
                              download speed. Configuring this option with your
                              preferred download speed can increase your
                              download speed in some cases.
                              You can append K or M(1K = 1024, 1M = 1024K).


                              Possible Values: 0-*
                              Default: 50K
                              Tags: #bittorrent


 --bt-max-open-files=NUM      Specify maximum number of files to open in
                              multi-file BitTorrent/Metalink downloads
                              globally.


                              Possible Values: 1-*
                              Default: 100
                              Tags: #bittorrent


 --bt-seed-unverified[=true|false] Seed previously downloaded files without
                              verifying piece hashes.


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


 --bt-hash-check-seed[=true|false] If true is given, after hash check using
                              --check-integrity option and file is complete,
                              continue to seed file. If you want to check file
                              and download it only when it is damaged or
                              incomplete, set this option to false.
                              This option has effect only on BitTorrent
                              download.


                              Possible Values: true, false
                              Default: true
                              Tags: #bittorrent, #checksum


 --bt-max-peers=NUM           Specify the maximum number of peers per torrent.
                              0 means unlimited.
                              See also --bt-request-peer-speed-limit option.


                              Possible Values: 0-*
                              Default: 55
                              Tags: #bittorrent


 --bt-external-ip=IPADDRESS   Specify the external IP address to use in
                              BitTorrent download and DHT. It may be sent to
                              BitTorrent tracker. For DHT, this option should
                              be set to report that local node is downloading
                              a particular torrent. This is critical to use
                              DHT in a private network. Although this function
                              is named 'external', it can accept any kind of IP
                              addresses.


                              Possible Values: a numeric IP address
                              Tags: #bittorrent


 -O, --index-out=INDEX=PATH   Set file path for file with index=INDEX. You can
                              find the file index using the --show-files option.
                              PATH is a relative path to the path specified in
                              --dir option. You can use this option multiple
                              times.


                              Possible Values: INDEX=PATH
                              Tags: #bittorrent


 --bt-tracker-interval=SEC    Set the interval in seconds between tracker
                              requests. This completely overrides interval value
                              and aria2 just uses this value and ignores the
                              min interval and interval value in the response of
                              tracker. If 0 is set, aria2 determines interval
                              based on the response of tracker and the download
                              progress.


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


 --bt-stop-timeout=SEC        Stop BitTorrent download if download speed is 0 in
                              consecutive SEC seconds. If 0 is given, this
                              feature is disabled.


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


 --bt-prioritize-piece=head[=SIZE],tail[=SIZE] Try to download first and last
                              pieces of each file first. This is useful for
                              previewing files. The argument can contain 2
                              keywords:head and tail. To include both keywords,
                              they must be separated by comma. These keywords
                              can take one parameter, SIZE. For example, if
                              head=SIZE is specified, pieces in the range of
                              first SIZE bytes of each file get higher priority.
                              tail=SIZE means the range of last SIZE bytes of
                              each file. SIZE can include K or M(1K = 1024, 1M =
                              1024K). If SIZE is omitted, SIZE=1M is used.


                              Possible Values: head[=SIZE], tail[=SIZE]
                              Tags: #bittorrent


 --bt-save-metadata[=true|false] Save metadata as .torrent file. This option has
                              effect only when BitTorrent Magnet URI is used.
                              The filename is hex encoded info hash with suffix
                              .torrent. The directory to be saved is the same
                              directory where download file is saved. If the
                              same file already exists, metadata is not saved.
                              See also --bt-metadata-only option.


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


 --bt-metadata-only[=true|false] Download metadata only. The file(s) described
                              in metadata will not be downloaded. This option
                              has effect only when BitTorrent Magnet URI is
                              used. See also --bt-save-metadata option.


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


 --bt-enable-lpd[=true|false] Enable Local Peer Discovery.


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


 --bt-lpd-interface=INTERFACE Use given interface for Local Peer Discovery. If
                              this option is not specified, the default
                              interface is chosen. You can specify interface
                              name and IP address.


                              Possible Values: interface, IP address
                              Tags: #bittorrent


 --bt-tracker-timeout=SEC     Set timeout in seconds.


                              Possible Values: 1-600
                              Default: 60
                              Tags: #bittorrent


 --bt-tracker-connect-timeout=SEC Set the connect timeout in seconds to
                              establish connection to tracker. After the
                              connection is established, this option makes no
                              effect and --bt-tracker-timeout option is used
                              instead.


                              Possible Values: 1-600
                              Default: 60
                              Tags: #bittorrent


 --dht-message-timeout=SEC    Set timeout in seconds.


                              Possible Values: 1-60
                              Default: 10
                              Tags: #bittorrent


 --bt-tracker=URI[,...]       Comma separated list of additional BitTorrent
                              tracker's announce URI. These URIs are not
                              affected by --bt-exclude-tracker option because
                              they are added after URIs in --bt-exclude-tracker
                              option are removed.


                              Possible Values: URI,...
                              Tags: #bittorrent


 --bt-exclude-tracker=URI[,...] Comma separated list of BitTorrent tracker's
                              announce URI to remove. You can use special value
                              '*' which matches all URIs, thus removes all
                              announce URIs. When specifying '*' in shell
                              command-line, don't forget to escape or quote it.
                              See also --bt-tracker option.


                              Possible Values: URI,... or *
                              Tags: #bittorrent


 --bt-remove-unselected-file[=true|false] Removes the unselected files when
                              download is completed in BitTorrent. To
                              select files, use --select-file option. If
                              it is not used, all files are assumed to be
                              selected. Please use this option with care
                              because it will actually remove files from
                              your disk.


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


 --bt-detach-seed-only[=true|false]
                              Exclude seed only downloads when counting
                              concurrent active downloads (See -j option).
                              This means that if -j3 is given and this option
                              is turned on and 3 downloads are active and one
                              of those enters seed mode, then it is excluded
                              from active download count (thus it becomes 2),
                              and the next download waiting in queue gets
                              started. But be aware that seeding item is still
                              recognized as active download in RPC method.


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


 --bt-force-encryption[=true|false]
                              Requires BitTorrent message payload encryption
                              with arc4. This is a shorthand of
                              --bt-require-crypto --bt-min-crypto-level=arc4.
                              If true is given, deny legacy BitTorrent
                              handshake and only use Obfuscation handshake and
                              always encrypt message payload.


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


 --bt-enable-hook-after-hash-check[=true|false] Allow hook command invocation
                              after hash check (see -V option) in BitTorrent
                              download. By default, when hash check succeeds,
                              the command given by --on-bt-download-complete
                              is executed. To disable this action, give false
                              to this option.


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


Refer to man page for more information.
用法:aria2c [选项] [URI | MAGNET | TORRENT_FILE | METALINK_FILE] ...
打印选项标记为'#bittorrent'。
请参见“aria2c -h#help”以了解所有可用的标记。
选项:
 --max-overall-download-limit = SPEED设置总下载速度(以字节/秒为单位)。
                              0表示无限制。
                              您可以追加K或M(1K = 1024,1M = 1024K)。
                              要限制每次下载的下载速度,请使用
                              --max-download-limit选项。


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


 --max-download-limit = SPEED设置每次下载的最大下载速度
                              字节/秒。0表示无限制。
                              您可以追加K或M(1K = 1024,1M = 1024K)。
                              要限制总体下载速度,请使用
                              --max-overall-download-limit选项。


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


 -V,--check-integrity [= true | false]通过验证片段来检查文件完整性
                              散列或整个文件的散列。此选项具有
                              效果只有在BitTorrent,Metalink下载
                              与校验和或HTTP(S)/ FTP下载
                              --checksum选项。如果提供散片,
                              此选项可以检测文件的损坏部分
                              并重新下载。如果整个文件的哈希
                              提供,哈希检查只有当文件有
                              已经下载。这由文件确定
                              长度。如果散列检查失败,文件是
                              从头开始重新下载。如果两个片断
                              并提供整个文件的哈希值
                              使用散列。


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


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


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


 -S,--show-files [= true | false]打印文件列表.torrent,.meta4和
                              .metalink文件并退出。更详细
                              信息将列出的情况下的洪流
                              文件。


                              可能的值:true,false
                              默认值:false
                              标签:#basic,#metalink,#bittorrent


 --max-overall-upload-limit = SPEED设置最大总上传速度(以字节/秒为单位)。
                              0表示无限制。
                              您可以追加K或M(1K = 1024,1M = 1024K)。
                              要限制每个torrent的上传速度,请使用
                              --max-upload-limit选项。


                              可能的值:0- *
                              默认值:0
                              标签:#basic,#bittorrent


 -u,--max-upload-limit = SPEED设置每个torrent的最大上传速度
                              字节/秒。0表示无限制。
                              您可以追加K或M(1K = 1024,1M = 1024K)。
                              要限制总体上传速度,请使用
                              --max-overall-upload-limit选项。


                              可能的值:0- *
                              默认值:0
                              标签:#basic,#bittorrent


 -T, -  torrent-file = TORRENT_FILE .torrent文件的路径。


                              可能的值:/ path / to / file
                              标签:#basic,#bittorrent


 --listen-port = PORT ...为BitTorrent下载设置TCP端口号。
                              可以使用','指定多个端口,
                              例如:“6881,6885”。你也可以使用' - '
                              以指定范围:“6881-6999”。','和' - '可以
                              一起使用。


                              可能的值:1024-65535
                              默认值:6881-6999
                              标签:#basic,#bittorrent


 --follow-torrent = true | false | mem如果指定了true或mem,当一个文件
                              其后缀为.torrent或内容类型为
                              应用程序/ x-bittorrent下载,aria2
                              将其解析为torrent文件并下载文件
                              提到它。
                              如果指定了mem,则不是torrent文件
                              写入磁盘,但只是保存在内存中。
                              如果指定false,则.torrent文件为
                              下载到磁盘,但不解析为
                              torrent及其内容没有下载。


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


 --select-file = INDEX ...通过指定其索引来设置要下载的文件。
                              您可以使用查找文件索引
                              --show-files选项。多个索引可以
                              通过使用','指定,例如:“3,6”。
                              您也可以使用“ - ”指定范围:“1-5”。
                              ','和' - '可以一起使用。
                              与-M选项一起使用时,索引可能不同
                              这取决于查询(参见--metalink- *选项)。


                              可能的值:1-1048576
                              标签:#metalink,#bittorrent


 --seed-time = MINUTES以(分数)分钟指定播种时间。
                              另请参见--seed-ratio选项。


                              可能的值:0.0- *
                              标签:#bittorrent


 --seed-ratio = RATIO指定份额比率。种子完成种子
                              直至份额达到RATIO。
                              强烈建议您指定equals或
                              超过1.0这里。如果您打算指定0.0
                              无论股份比例如何。
                              如果同时指定了--seed-time选项
                              这个选项,播种结束时至少有一个
                              满足条件。


                              可能的值:0.0- *
                              默认值:1.0
                              标签:#bittorrent


 --peer-id-prefix = PEER_ID_PREFIX指定对等体ID的前缀。中的对等ID
                              BitTorrent是20字节长度。如果超过20
                              字节,只有前20个字节
                              用过的。如果指定小于20字节,则为随机
                              字节数据被添加以使其长度为20字节。


                              默认值:A2-1-31-0-
                              标签:#bittorrent


 --enable-peer-exchange [= true | false]启用对等交换扩展。


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


 --enable-dht [= true | false]启用IPv4 DHT功能。它也使能
                              UDP跟踪器支持。如果设置了专用标志
                              在洪流中,aria2不使用DHT
                              下载即使给出了``true``。


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


 --dht-listen-port = PORT ...设置DHT使用的UDP侦听端口(IPv4,IPv6)
                              和UDP跟踪。可以指定多个端口
                              通过使用',',例如:“6881,6885”。您可以
                              还可以使用“ - ”指定范围:“6881-6999”。
                              ','和' - '可以一起使用。


                              可能的值:1024-65535
                              默认值:6881-6999
                              标签:#basic,#bittorrent


 --dht-entry-point = HOST:PORT将主机和端口设置为IPv4 DHT的入口点
                              网络。


                              可能的值:HOST:PORT
                              标签:#bittorrent


 --dht-file-path = PATH将IPv4 DHT路由表文件更改为PATH。


                              可能的值:/ path / to / file
                              默认值:C:/Users/Administrator/.aria2/dht.dat
                              标签:#bittorrent


 --enable-dht6 [= true | false]启用IPv6 DHT功能。
                              使用--dht-listen-port选项指定端口
                              要听的号码。请参阅--dht-listen-addr6
                              选项。


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


 --dht-listen-addr6 = ADDR指定IPv6 DHT套接字的地址。 
                              它应该是一个全球单播IPv6地址
                              主办。


                              标签:#basic,#bittorrent


 --dht-entry-point6 = HOST:PORT将主机和端口设置为IPv6 DHT的入口点
                              网络。


                              可能的值:HOST:PORT
                              标签:#bittorrent


 --dht-file-path6 = PATH将IPv6 DHT路由表文件更改为PATH。


                              可能的值:/ path / to / file
                              默认值:C:/Users/Administrator/.cache/aria2/dht6.dat
                              标签:#bittorrent


 --bt-min-crypto-level = plain | arc4设置加密方法的最低级别。
                              如果几个加密方法由a提供
                              peer,aria2选择满足的最低的一个
                              给定级别。


                              可能的值:plain,arc4
                              默认值:plain
                              标签:#bittorrent


 --bt-require-crypto [= true | false]如果给出true,aria2不接受和
                              建立与传统BitTorrent的连接
                              握手。因此aria2总是使用混淆
                              握手。


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


 --bt-request-peer-speed-limit = SPEED如果整个下载速度为每个
                              torrent暂时低于SPEED,aria2
                              增加对等体的数量尝试更多
                              下载速度。用您的配置此选项
                              首选下载速度可以增加你的
                              下载速度在某些情况下。
                              您可以追加K或M(1K = 1024,1M = 1024K)。


                              可能的值:0- *
                              默认值:50K
                              标签:#bittorrent


 --bt-max-open-files = NUM​​指定要打开的最大文件数
                              多文件BitTorrent / Metalink下载
                              全球。


                              可能的值:1- *
                              默认值:100
                              标签:#bittorrent


 --bt-seed-unverified [= true | false]种子以前下载的文件没有
                              验证散列。


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


 --bt-hash-check-seed [= true | false]如果给出true,则在使用hash检查之后
                              --check-integrity选项和文件完成后,
                              继续种子文件。如果要检查文件
                              并下载它只有当它被损坏或
                              incomplete,请将此选项设置为false。
                              此选项仅对BitTorrent有效
                              下载。


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


 --bt-max-peers = NUM​​指定每个torrent的最大对等体数。
                              0表示无限。
                              另请参见--bt-request-peer-speed-limit选项。


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


 --bt-external-ip = IPADDRESS指定要使用的外部IP地址
                              BitTorrent下载和DHT。它可能被发送到
                              BitTorrent跟踪。对于DHT,这个选项应该
                              设置为报告本地节点正在下载
                              一个特定的洪流。这是使用的关键
                              DHT在私有网络中。虽然这个功能
                              被命名为“外部”,它可以接受任何种类的IP
                              地址。


                              可能的值:数字IP地址
                              标签:#bittorrent


 -O,--index-out = INDEX = PATH设置索引= INDEX的文件的文件路径。您可以
                              使用--show-files选项查找文件索引。
                              PATH是指定的路径的相对路径
                              --dir选项。您可以使用此选项multiple
                              次。


                              可能的值:INDEX = PATH
                              标签:#bittorrent


 --bt-tracker-interval = SEC设置跟踪器之间的间隔(以秒为单位)
                              要求。这完全覆盖间隔值
                              和aria2只是使用这个值并忽略
                              min间隔和间隔值在响应中
                              跟踪器。如果设置为0,aria2确定间隔
                              基于跟踪器和下载的响应
                              进展。


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


 --bt-stop-timeout = SEC如果下载速度为0,则停止BitTorrent下载
                              连续SEC秒。如果给出0,这
                              功能被禁用。


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


 --bt-prioritize-piece = head [= SIZE],tail [= SIZE]尝试首先和最后下载
                              每个文件的片段。这是有用的
                              预览文件。参数可以包含2
                              关键词:头尾。要包含这两个关键字,
                              它们必须用逗号分隔。这些关键字
                              可以取一个参数,SIZE。例如,if
                              head = SIZE,指定的范围内
                              每个文件的第一个SIZE字节获得更高的优先级。
                              tail = SIZE表示最后SIZE个字节的范围
                              每个文件。SIZE可以包括K或M(1K = 1024,1M =
                              1024K)。如果省略SIZE,则使用SIZE = 1M。


                              可能的值:head [= SIZE],tail [= SIZE]
                              标签:#bittorrent


 --bt-save-metadata [= true | false]将元数据保存为.torrent文件。此选项具有
                              效果只有当使用BitTorrent Magnet URI时。
                              文件名是带有后缀的十六进制编码信息散列
                              。激流。要保存的目录是相同的
                              保存下载文件的目录。如果
                              同一文件已存在,元数据不保存。
                              另请参见--bt-metadata-only选项。


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


 --bt-metadata-only [= true | false]仅下载元数据。描述的文件
                              将不会下载元数据。此选项
                              只有当BitTorrent磁铁URI是有效果
                              用过的。另请参阅--bt-save-metadata选项。


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


 --bt-enable-lpd [= true | false]启用本地对等体发现。


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


 --bt-lpd-interface = INTERFACE将给定接口用于本地对等体发现。如果
                              这个选项没有指定,默认
                              接口。可以指定接口
                              名称和IP地址。


                              可能的值:接口,IP地址
                              标签:#bittorrent


 --bt-tracker-timeout = SEC设置超时(以秒为单位)。


                              可能的值:1-600
                              默认值:60
                              标签:#bittorrent


 --bt-tracker-connect-timeout = SEC将连接超时设置为秒
                              建立与跟踪器的连接。之后
                              连接建立,此选项使no
                              效果和--bt-tracker-timeout选项
                              代替。


                              可能的值:1-600
                              默认值:60
                              标签:#bittorrent


 --dht-message-timeout = SEC设置超时(以秒为单位)。


                              可能的值:1-60
                              默认值:10
                              标签:#bittorrent


 --bt-tracker = URI [,...]逗号分隔的额外的BitTorrent列表
                              跟踪器的公告URI。这些URI不是
                              受到--bt-exclude-tracker选项的影响,因为
                              它们在-bt-exclude-tracker中的URI之后添加
                              选项。


                              可能的值:URI,...
                              标签:#bittorrent


 --bt-exclude-tracker = URI [,...] BitTorrent跟踪器的逗号分隔列表
                              宣布要删除的URI。您可以使用特殊值
                              '*'匹配所有URI,从而删除所有
                              宣布URI。在shell中指定'*'时
                              命令行,不要忘记逃跑或引用它。
                              参见--bt-tracker选项。


                              可能的值:URI,...或*
                              标签:#bittorrent


 --bt-remove-unselected-file [= true | false]在何时删除未选择的文件
                              下载完成在BitTorrent。至
                              选择文件,使用--select-file选项。如果
                              它不被使用,所有文件都被假定为
                              选择。请谨慎使用此选项
                              因为它实际上会从中删除文件
                              您的磁盘。


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


 --bt-detach-seed-only [= true | false]
                              排除种子仅在计数时下载
                              并发活动下载(请参阅-j选项)。
                              这意味着如果给出-j3和此选项
                              已打开,3个下载活动,一个
                              的那些进入种子模式,则其被排除
                              从活动下载计数(因此它变为2),
                              并且下一次下载等待在队列中获取
                              开始。但请注意,播种项目是静止的
                              在RPC方法中被识别为活动下载。


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


 --bt-force-encryption [= true | false]
                              需要BitTorrent消息有效载荷加密
                              与arc4。这是一个简写
                              --bt-require-crypto --bt-min-crypto-level = arc4。
                              如果给出true,则拒绝传统BitTorrent
                              握手和只使用混淆握手和
                              总是加密消息有效负载。


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


 --bt-enable-hook-after-hash-check [= true | false]允许挂接命令调用
                              后的哈希检查(参见-V选项)在BitTorrent
                              下载。默认情况下,当哈希检查成功时,
                              命令由--on-bt-download-complete给出
                              被执行。要禁用此操作,请给出false
                              到这个选项。


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


有关详细信息,请参阅手册页。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

零点零一

您的鼓励将是我创作的最大动力!

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值