From 366e5f40d59ba828e4b513396ce14da0ceabc152 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 7 Feb 2009 14:01:38 +0000 Subject: [PATCH] 2009-02-07 Tatsuhiro Tsujikawa Documented --bt-external-ip option in man page. Updated man pages for --proxy-method option. * doc/aria2c.1.txt --- ChangeLog | 6 ++++++ doc/aria2c.1 | 13 ++++++++++--- doc/aria2c.1.html | 19 +++++++++++++++---- doc/aria2c.1.txt | 12 +++++++++--- 4 files changed, 40 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index e09d3c97..acc9bf53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-02-07 Tatsuhiro Tsujikawa + + Documented --bt-external-ip option in man page. Updated man pages + for --proxy-method option. + * doc/aria2c.1.txt + 2009-02-07 Tatsuhiro Tsujikawa Use GET method for FTP via HTTP proxy. diff --git a/doc/aria2c.1 b/doc/aria2c.1 index d5440ad1..02a972a8 100644 --- a/doc/aria2c.1 +++ b/doc/aria2c.1 @@ -1,11 +1,11 @@ .\" Title: aria2c .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.2 -.\" Date: 02/02/2009 +.\" Date: 02/07/2009 .\" Manual: .\" Source: .\" -.TH "ARIA2C" "1" "02/02/2009" "" "" +.TH "ARIA2C" "1" "02/07/2009" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -150,8 +150,10 @@ Set the method to use in proxy request\&. is either \fIget\fR or -\fItunnel\fR\&. Default: +\fItunnel\fR\&. HTTPS downloads always use \fItunnel\fR +regardless of this option\&. Default: +\fIget\fR .RE .PP \fB\-R\fR, \fB\-\-remote\-time\fR[=\fItrue\fR|\fIfalse\fR] @@ -410,6 +412,11 @@ Print file listing of \&.torrent or \&.metalink file and exit\&. In case of \&.t .RE .SS "BitTorrent Specific Options" .PP +\fB\-\-bt\-external\-ip\fR=IPADDRESS +.RS 4 +Specify the external IP address to report to a BitTorrent tracker\&. Although this function is named "external", it can accept any kind of IP addresses\&. IPADDRESS must be a numeric IP address\&. +.RE +.PP \fB\-\-bt\-hash\-check\-seed\fR[=\fItrue\fR|\fIfalse\fR] .RS 4 If diff --git a/doc/aria2c.1.html b/doc/aria2c.1.html index 5e452ca8..730dca96 100644 --- a/doc/aria2c.1.html +++ b/doc/aria2c.1.html @@ -556,9 +556,10 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip

- Set the method to use in proxy request. - METHOD is either get or tunnel. - Default: tunnel + Set the method to use in proxy request. METHOD is either get or + tunnel. HTTPS downloads always use tunnel regardless of this + option. + Default: get

@@ -931,6 +932,16 @@ writes the piece to the appropriate files.

BitTorrent Specific Options

+--bt-external-ip=IPADDRESS +
+
+

+ Specify the external IP address to report to a BitTorrent + tracker. Although this function is named "external", it can accept + any kind of IP addresses. IPADDRESS must be a numeric IP address. +

+
+
--bt-hash-check-seed[=true|false]
@@ -2212,7 +2223,7 @@ files in the program, then also delete it here.

diff --git a/doc/aria2c.1.txt b/doc/aria2c.1.txt index 182d0b9c..29c4a45f 100644 --- a/doc/aria2c.1.txt +++ b/doc/aria2c.1.txt @@ -110,9 +110,10 @@ are done by command line without *-i*, *-Z* option. For example: aria2c -o myfile.zip \http://mirror1/file.zip \http://mirror2/file.zip *--proxy-method*=METHOD:: - Set the method to use in proxy request. - 'METHOD' is either 'get' or 'tunnel'. - Default: 'tunnel' + Set the method to use in proxy request. 'METHOD' is either 'get' or + 'tunnel'. HTTPS downloads always use 'tunnel' regardless of this + option. + Default: 'get' *-R*, *--remote-time*[='true'|'false']:: Retrieve timestamp of the remote file from the remote HTTP/FTP @@ -301,6 +302,11 @@ writes the piece to the appropriate files. BitTorrent Specific Options ~~~~~~~~~~~~~~~~~~~~~~~~~~~ +*--bt-external-ip*=IPADDRESS:: + Specify the external IP address to report to a BitTorrent + tracker. Although this function is named "external", it can accept + any kind of IP addresses. IPADDRESS must be a numeric IP address. + *--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