diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-03-05 10:08:22 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-03-05 10:08:22 +0900 |
commit | dfd19f19c019e044f97e46081a6960614c0cf3f9 (patch) | |
tree | 51235119408ad6039f4a12286aba64e25176254b /doc/wget.info | |
parent | be7885cb38b145fc4361200b3351fc2c79e35f3c (diff) | |
download | wget-dfd19f19c019e044f97e46081a6960614c0cf3f9.tar.gz wget-dfd19f19c019e044f97e46081a6960614c0cf3f9.tar.bz2 wget-dfd19f19c019e044f97e46081a6960614c0cf3f9.zip |
Imported Upstream version 1.19.5upstream/1.19.5
Diffstat (limited to 'doc/wget.info')
-rw-r--r-- | doc/wget.info | 139 |
1 files changed, 77 insertions, 62 deletions
diff --git a/doc/wget.info b/doc/wget.info index b830a3c..40ce0d4 100644 --- a/doc/wget.info +++ b/doc/wget.info @@ -18,7 +18,7 @@ END-INFO-DIR-ENTRY File: wget.info, Node: Top, Next: Overview, Prev: (dir), Up: (dir) -Wget 1.19.4 +Wget 1.19.5 *********** This file documents the GNU Wget utility for downloading network data. @@ -1541,21 +1541,32 @@ compiled without SSL support, none of these options are available. the appropriate protocol automatically, which is achieved by sending a TLSv1 greeting. This is the default. - Specifying ‘SSLv2’, ‘SSLv3’, ‘TLSv1’, ‘TLSv1_1’ or ‘TLSv1_2’ forces - the use of the corresponding protocol. This is useful when talking - to old and buggy SSL server implementations that make it hard for - the underlying SSL library to choose the correct protocol version. - Fortunately, such servers are quite rare. + Specifying ‘SSLv2’, ‘SSLv3’, ‘TLSv1’, ‘TLSv1_1’, ‘TLSv1_2’ or + ‘TLSv1_3’ forces the use of the corresponding protocol. This is + useful when talking to old and buggy SSL server implementations + that make it hard for the underlying SSL library to choose the + correct protocol version. Fortunately, such servers are quite + rare. Specifying ‘PFS’ enforces the use of the so-called Perfect Forward Security cipher suites. In short, PFS adds security by creating a one-time key for each SSL connection. It has a bit more CPU impact on client and server. We use known to be secure ciphers (e.g. no - MD4) and the TLS protocol. + MD4) and the TLS protocol. This mode also explicitly excludes + non-PFS key exchange methods, such as RSA. ‘--https-only’ When in recursive mode, only HTTPS links are followed. +‘--ciphers’ + Set the cipher list string. Typically this string sets the cipher + suites and other SSL/TLS options that the user wish should be used, + in a set order of preference (GnuTLS calls it ’priority string’). + This string will be fed verbatim to the SSL/TLS engine (OpenSSL or + GnuTLS) and hence its format and syntax is dependant on that. Wget + will not process or manipulate it in any way. Refer to the OpenSSL + or GnuTLS documentation for more information. + ‘--no-check-certificate’ Don’t check the server certificate against the available certificate authorities. Also don’t require the URL host name to @@ -3783,8 +3794,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.19.4 can be found at -<https://ftp.gnu.org/pub/gnu/wget/wget-1.19.4.tar.gz> +1.19.5 can be found at +<https://ftp.gnu.org/pub/gnu/wget/wget-1.19.5.tar.gz> File: wget.info, Node: Web Site, Next: Mailing Lists, Prev: Distribution, Up: Various @@ -3855,7 +3866,11 @@ File: wget.info, Node: Reporting Bugs, Next: Portability, Prev: Internet Rela ================== You are welcome to submit bug reports via the GNU Wget bug tracker (see -<https://savannah.gnu.org/bugs/?func=additem&group=wget>). +<https://savannah.gnu.org/bugs/?func=additem&group=wget>) or to our +mailing list <bug-wget@gnu.org>. + + Visit <https://lists.gnu.org/mailman/listinfo/bug-wget> to get more +info (how to subscribe, list archives, ...). Before actually submitting a bug report, please try to follow a few simple guidelines. @@ -4769,9 +4784,9 @@ Concept Index * dot style: Download Options. (line 189) * downloading multiple times: Download Options. (line 68) * EGD: HTTPS (SSL/TLS) Options. - (line 131) + (line 142) * entropy, specifying source of: HTTPS (SSL/TLS) Options. - (line 116) + (line 127) * examples: Examples. (line 6) * exclude directories: Directory-Based Limits. (line 30) @@ -4800,7 +4815,7 @@ Concept Index * header, add: HTTP Options. (line 171) * hosts, spanning: Spanning Hosts. (line 6) * HSTS: HTTPS (SSL/TLS) Options. - (line 150) + (line 161) * HTML comments: Recursive Retrieval Options. (line 168) * http password: HTTP Options. (line 43) @@ -4884,7 +4899,7 @@ Concept Index * quota: Download Options. (line 398) * random wait: Download Options. (line 373) * randomness, specifying source of: HTTPS (SSL/TLS) Options. - (line 116) + (line 127) * rate, limit: Download Options. (line 330) * read timeout: Download Options. (line 319) * recursion: Recursive Download. (line 6) @@ -4924,19 +4939,19 @@ Concept Index * SSL: HTTPS (SSL/TLS) Options. (line 6) * SSL certificate: HTTPS (SSL/TLS) Options. - (line 62) + (line 73) * SSL certificate authority: HTTPS (SSL/TLS) Options. - (line 88) + (line 99) * SSL certificate type, specify: HTTPS (SSL/TLS) Options. - (line 68) + (line 79) * SSL certificate, check: HTTPS (SSL/TLS) Options. - (line 33) + (line 44) * SSL CRL, certificate revocation list: HTTPS (SSL/TLS) Options. - (line 100) + (line 111) * SSL protocol, choose: HTTPS (SSL/TLS) Options. (line 11) * SSL Public Key Pin: HTTPS (SSL/TLS) Options. - (line 104) + (line 115) * start position: Download Options. (line 177) * startup: Startup File. (line 6) * startup file: Startup File. (line 6) @@ -4971,7 +4986,7 @@ Concept Index * wait, random: Download Options. (line 373) * waiting between retries: Download Options. (line 364) * WARC: HTTPS (SSL/TLS) Options. - (line 229) + (line 240) * web site: Web Site. (line 6) * Wget as spider: Download Options. (line 279) * wgetrc: Startup File. (line 6) @@ -4997,47 +5012,47 @@ Node: Download Options18433 Node: Directory Options47999 Node: HTTP Options50850 Node: HTTPS (SSL/TLS) Options71357 -Node: FTP Options83890 -Node: Recursive Retrieval Options90952 -Node: Recursive Accept/Reject Options100209 -Node: Exit Status104414 -Node: Recursive Download105449 -Node: Following Links108688 -Node: Spanning Hosts109654 -Node: Types of Files111923 -Node: Directory-Based Limits116817 -Node: Relative Links120084 -Node: FTP Links120934 -Node: Time-Stamping121825 -Node: Time-Stamping Usage123497 -Node: HTTP Time-Stamping Internals125369 -Ref: HTTP Time-Stamping Internals-Footnote-1126717 -Node: FTP Time-Stamping Internals126920 -Node: Startup File128407 -Node: Wgetrc Location129347 -Node: Wgetrc Syntax130201 -Node: Wgetrc Commands130966 -Node: Sample Wgetrc147559 -Node: Examples153587 -Node: Simple Usage153948 -Node: Advanced Usage155397 -Node: Very Advanced Usage159213 -Node: Various160757 -Node: Proxies161466 -Node: Distribution164423 -Node: Web Site164767 -Node: Mailing Lists165067 -Node: Internet Relay Chat166804 -Node: Reporting Bugs167099 -Node: Portability169668 -Node: Signals171315 -Node: Appendices172022 -Node: Robot Exclusion172370 -Node: Security Considerations176232 -Node: Contributors177442 -Node: Copying this manual183172 -Node: GNU Free Documentation License183412 -Node: Concept Index208764 +Node: FTP Options84501 +Node: Recursive Retrieval Options91563 +Node: Recursive Accept/Reject Options100820 +Node: Exit Status105025 +Node: Recursive Download106060 +Node: Following Links109299 +Node: Spanning Hosts110265 +Node: Types of Files112534 +Node: Directory-Based Limits117428 +Node: Relative Links120695 +Node: FTP Links121545 +Node: Time-Stamping122436 +Node: Time-Stamping Usage124108 +Node: HTTP Time-Stamping Internals125980 +Ref: HTTP Time-Stamping Internals-Footnote-1127328 +Node: FTP Time-Stamping Internals127531 +Node: Startup File129018 +Node: Wgetrc Location129958 +Node: Wgetrc Syntax130812 +Node: Wgetrc Commands131577 +Node: Sample Wgetrc148170 +Node: Examples154198 +Node: Simple Usage154559 +Node: Advanced Usage156008 +Node: Very Advanced Usage159824 +Node: Various161368 +Node: Proxies162077 +Node: Distribution165034 +Node: Web Site165378 +Node: Mailing Lists165678 +Node: Internet Relay Chat167415 +Node: Reporting Bugs167710 +Node: Portability170438 +Node: Signals172085 +Node: Appendices172792 +Node: Robot Exclusion173140 +Node: Security Considerations177002 +Node: Contributors178212 +Node: Copying this manual183942 +Node: GNU Free Documentation License184182 +Node: Concept Index209534 End Tag Table |