mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Document: ask_password, auth_no_challenge, and keep_session_cookies.
This commit is contained in:
parent
d2e150dc2d
commit
e55befe5e2
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
* wget.texi (Download Options): Change --iri item to --no-iri;
|
* wget.texi (Download Options): Change --iri item to --no-iri;
|
||||||
rename --locale to --local-encoding.
|
rename --locale to --local-encoding.
|
||||||
(Wgetrc Commands): Document iri, local_encoding, remote_encoding.
|
(Wgetrc Commands): Document iri, local_encoding, remote_encoding,
|
||||||
|
ask_password, auth_no_challenge, and keep_session_cookies.
|
||||||
|
|
||||||
2009-07-06 Micah Cowan <micah@cowan.name>
|
2009-07-06 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
|
@ -2660,6 +2660,16 @@ Same as @samp{-A}/@samp{-R} (@pxref{Types of Files}).
|
|||||||
@item add_hostdir = on/off
|
@item add_hostdir = on/off
|
||||||
Enable/disable host-prefixed file names. @samp{-nH} disables it.
|
Enable/disable host-prefixed file names. @samp{-nH} disables it.
|
||||||
|
|
||||||
|
@item ask_password = on/off
|
||||||
|
Prompt for a password for each connection established. Cannot be specified
|
||||||
|
when @samp{--password} is being used, because they are mutually
|
||||||
|
exclusive. Equivalent to @samp{--ask-password}.
|
||||||
|
|
||||||
|
@item auth_no_challenge = on/off
|
||||||
|
If this option is given, Wget will send Basic HTTP authentication
|
||||||
|
information (plaintext username and password) for all requests. See
|
||||||
|
@samp{--auth-no-challenge}.
|
||||||
|
|
||||||
@item background = on/off
|
@item background = on/off
|
||||||
Enable/disable going to background---the same as @samp{-b} (which
|
Enable/disable going to background---the same as @samp{-b} (which
|
||||||
enables it).
|
enables it).
|
||||||
@ -2876,6 +2886,10 @@ or @samp{-6}.
|
|||||||
@item input = @var{file}
|
@item input = @var{file}
|
||||||
Read the @sc{url}s from @var{string}, like @samp{-i @var{file}}.
|
Read the @sc{url}s from @var{string}, like @samp{-i @var{file}}.
|
||||||
|
|
||||||
|
@item keep_session_cookies = on/off
|
||||||
|
When specified, causes @samp{save_cookies = on} to also save session
|
||||||
|
cookies. See @samp{--keep-session-cookies}.
|
||||||
|
|
||||||
@item limit_rate = @var{rate}
|
@item limit_rate = @var{rate}
|
||||||
Limit the download speed to no more than @var{rate} bytes per second.
|
Limit the download speed to no more than @var{rate} bytes per second.
|
||||||
The same as @samp{--limit-rate=@var{rate}}.
|
The same as @samp{--limit-rate=@var{rate}}.
|
||||||
|
Loading…
Reference in New Issue
Block a user