summaryrefslogtreecommitdiff
path: root/doc/wget.info
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-03-05 10:08:16 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-03-05 10:08:16 +0900
commit0fd98397eab07f1ec3b1fad9890fd751298e1fe0 (patch)
tree2e6a21730db1973ea7b81847dbb181ce9c8cd2ce /doc/wget.info
parent24d4e855d95e02a5324c2f3d88cfd5cd19830c2c (diff)
downloadwget-0fd98397eab07f1ec3b1fad9890fd751298e1fe0.tar.gz
wget-0fd98397eab07f1ec3b1fad9890fd751298e1fe0.tar.bz2
wget-0fd98397eab07f1ec3b1fad9890fd751298e1fe0.zip
Imported Upstream version 1.17.1upstream/1.17.1
Diffstat (limited to 'doc/wget.info')
-rw-r--r--doc/wget.info136
1 files changed, 71 insertions, 65 deletions
diff --git a/doc/wget.info b/doc/wget.info
index 20760c8..9d1f960 100644
--- a/doc/wget.info
+++ b/doc/wget.info
@@ -20,8 +20,8 @@ END-INFO-DIR-ENTRY

File: wget.info, Node: Top, Next: Overview, Prev: (dir), Up: (dir)
-Wget 1.17
-*********
+Wget 1.17.1
+***********
This file documents the GNU Wget utility for downloading network data.
@@ -1493,7 +1493,12 @@ compiled without SSL support, none of these options are available.
the site’s authenticity, or if you really don’t care about the
validity of its certificate._ It is almost always a bad idea not
to check the certificates when transmitting confidential or
- important data.
+ important data. For self-signed/internal certificates, you should
+ download the certificate and verify against that instead of forcing
+ this insecure mode. If you are really sure of not desiring any
+ certificate verification, you can specify –check-certificate=quiet
+ to tell wget to not print any warning about invalid certificates,
+ albeit in most cases this is the wrong thing to do.
‘--certificate=FILE’
Use the client certificate stored in FILE. This is needed for
@@ -3675,7 +3680,8 @@ File: wget.info, Node: Distribution, Next: Web Site, Prev: Proxies, Up: Vari
Like all GNU utilities, the latest version of Wget can be found at the
master GNU archive site ftp.gnu.org, and its mirrors. For example, Wget
-1.17 can be found at <ftp://ftp.gnu.org/pub/gnu/wget/wget-1.17.tar.gz>
+1.17.1 can be found at
+<ftp://ftp.gnu.org/pub/gnu/wget/wget-1.17.1.tar.gz>

File: wget.info, Node: Web Site, Next: Mailing Lists, Prev: Distribution, Up: Various
@@ -4663,9 +4669,9 @@ Concept Index
* dot style: Download Options. (line 171)
* downloading multiple times: Download Options. (line 53)
* EGD: HTTPS (SSL/TLS) Options.
- (line 114)
+ (line 119)
* entropy, specifying source of: HTTPS (SSL/TLS) Options.
- (line 99)
+ (line 104)
* examples: Examples. (line 6)
* exclude directories: Directory-Based Limits.
(line 30)
@@ -4694,7 +4700,7 @@ Concept Index
* header, add: HTTP Options. (line 166)
* hosts, spanning: Spanning Hosts. (line 6)
* HSTS: HTTPS (SSL/TLS) Options.
- (line 133)
+ (line 138)
* HTML comments: Recursive Retrieval Options.
(line 168)
* http password: HTTP Options. (line 38)
@@ -4774,7 +4780,7 @@ Concept Index
* quota: Download Options. (line 380)
* random wait: Download Options. (line 355)
* randomness, specifying source of: HTTPS (SSL/TLS) Options.
- (line 99)
+ (line 104)
* rate, limit: Download Options. (line 312)
* read timeout: Download Options. (line 301)
* recursion: Recursive Download. (line 6)
@@ -4814,15 +4820,15 @@ Concept Index
* SSL: HTTPS (SSL/TLS) Options.
(line 6)
* SSL certificate: HTTPS (SSL/TLS) Options.
- (line 57)
+ (line 62)
* SSL certificate authority: HTTPS (SSL/TLS) Options.
- (line 83)
+ (line 88)
* SSL certificate type, specify: HTTPS (SSL/TLS) Options.
- (line 63)
+ (line 68)
* SSL certificate, check: HTTPS (SSL/TLS) Options.
(line 33)
* SSL CRL, certificate revocation list: HTTPS (SSL/TLS) Options.
- (line 95)
+ (line 100)
* SSL protocol, choose: HTTPS (SSL/TLS) Options.
(line 11)
* start position: Download Options. (line 159)
@@ -4859,7 +4865,7 @@ Concept Index
* wait, random: Download Options. (line 355)
* waiting between retries: Download Options. (line 346)
* WARC: HTTPS (SSL/TLS) Options.
- (line 212)
+ (line 217)
* web site: Web Site. (line 6)
* Wget as spider: Download Options. (line 261)
* wgetrc: Startup File. (line 6)
@@ -4874,58 +4880,58 @@ Concept Index

Tag Table:
Node: Top823
-Node: Overview2230
-Node: Invoking5787
-Node: URL Format6771
-Ref: URL Format-Footnote-19450
-Node: Option Syntax9556
-Node: Basic Startup Options12334
-Node: Logging and Input File Options13192
-Node: Download Options17684
-Node: Directory Options46017
-Node: HTTP Options48868
-Node: HTTPS (SSL/TLS) Options67137
-Node: FTP Options78638
-Node: Recursive Retrieval Options85700
-Node: Recursive Accept/Reject Options94957
-Node: Exit Status99162
-Node: Recursive Download100197
-Node: Following Links103436
-Node: Spanning Hosts104402
-Node: Types of Files106667
-Node: Directory-Based Limits111561
-Node: Relative Links114828
-Node: FTP Links115677
-Node: Time-Stamping116568
-Node: Time-Stamping Usage118253
-Node: HTTP Time-Stamping Internals120125
-Ref: HTTP Time-Stamping Internals-Footnote-1121473
-Node: FTP Time-Stamping Internals121676
-Node: Startup File123163
-Node: Wgetrc Location124103
-Node: Wgetrc Syntax124957
-Node: Wgetrc Commands125722
-Node: Sample Wgetrc142041
-Node: Examples148069
-Node: Simple Usage148430
-Node: Advanced Usage149879
-Node: Very Advanced Usage153684
-Node: Various155224
-Node: Proxies155933
-Node: Distribution158890
-Node: Web Site159228
-Node: Mailing Lists159528
-Node: Internet Relay Chat161600
-Node: Reporting Bugs161895
-Node: Portability164457
-Node: Signals166086
-Node: Appendices166793
-Node: Robot Exclusion167141
-Node: Security Considerations171018
-Node: Contributors172228
-Node: Copying this manual177958
-Node: GNU Free Documentation License178198
-Node: Concept Index203552
+Node: Overview2234
+Node: Invoking5791
+Node: URL Format6775
+Ref: URL Format-Footnote-19454
+Node: Option Syntax9560
+Node: Basic Startup Options12338
+Node: Logging and Input File Options13196
+Node: Download Options17688
+Node: Directory Options46021
+Node: HTTP Options48872
+Node: HTTPS (SSL/TLS) Options67141
+Node: FTP Options79037
+Node: Recursive Retrieval Options86099
+Node: Recursive Accept/Reject Options95356
+Node: Exit Status99561
+Node: Recursive Download100596
+Node: Following Links103835
+Node: Spanning Hosts104801
+Node: Types of Files107066
+Node: Directory-Based Limits111960
+Node: Relative Links115227
+Node: FTP Links116076
+Node: Time-Stamping116967
+Node: Time-Stamping Usage118652
+Node: HTTP Time-Stamping Internals120524
+Ref: HTTP Time-Stamping Internals-Footnote-1121872
+Node: FTP Time-Stamping Internals122075
+Node: Startup File123562
+Node: Wgetrc Location124502
+Node: Wgetrc Syntax125356
+Node: Wgetrc Commands126121
+Node: Sample Wgetrc142440
+Node: Examples148468
+Node: Simple Usage148829
+Node: Advanced Usage150278
+Node: Very Advanced Usage154083
+Node: Various155623
+Node: Proxies156332
+Node: Distribution159289
+Node: Web Site159631
+Node: Mailing Lists159931
+Node: Internet Relay Chat162003
+Node: Reporting Bugs162298
+Node: Portability164860
+Node: Signals166489
+Node: Appendices167196
+Node: Robot Exclusion167544
+Node: Security Considerations171421
+Node: Contributors172631
+Node: Copying this manual178361
+Node: GNU Free Documentation License178601
+Node: Concept Index203955

End Tag Table