Add support for --content-on-error.

This commit is contained in:
Henrik Holst
2011-10-06 13:25:17 +02:00
committed by Giuseppe Scrivano
parent 2223ac8ce3
commit fce4e757a2
8 changed files with 34 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2011-10-02 Henrik Holst <henrik.holst@millistream.com> (tiny change)
* wget.texi (HTTP Options): Document option --content-on-error.
2011-09-27 Karl Berry <karl@freefriends.org> (tiny change)
* wget.texi: Make dir entry consistent with others.

View File

@@ -1506,6 +1506,12 @@ This option is useful for some file-downloading CGI programs that use
@code{Content-Disposition} headers to describe what the name of a
downloaded file should be.
@cindex Content On Error
@item --content-on-error
If this is set to on, wget will not skip the content when the server responds
with a http status code that indicates error.
@cindex Trust server names
@item --trust-server-names