]> sjero.net Git - wget/blobdiff - doc/wget.texi
Automated merge with file:/home/micah/devel/wget/mailing-lists
[wget] / doc / wget.texi
index 73259cfda5c9cd431b8c7ec155ced3fb3fdc4c68..9b48917bac75333c9615a507df029c3759baf942 100644 (file)
@@ -2551,6 +2551,16 @@ the specified client authorities.  The default is ``on''.  The same as
 @item connect_timeout = @var{n}
 Set the connect timeout---the same as @samp{--connect-timeout}.
 
+@item content_disposition = on/off
+If this is set to on, experimental (not fully-functional) support for
+@samp{Content-Disposition} headers is enabled. This can currently result in
+extra round-trips to the server for a @samp{HEAD} request, which is why
+it is not currently enabled by default.
+
+This option is useful for some file-downloading CGI programs that use
+@samp{Content-Disposition} headers to describe what the name of a
+downloaded file should be.
+
 @item continue = on/off
 If set to on, force continuation of preexistent partially retrieved
 files.  See @samp{-c} before setting it.
@@ -2649,7 +2659,7 @@ This command used to be named @code{login} prior to Wget 1.10.
 Turn globbing on/off---the same as @samp{--glob} and @samp{--no-glob}.
 
 @item header = @var{string}
-Define a header for HTTP doewnloads, like using
+Define a header for HTTP downloads, like using
 @samp{--header=@var{string}}.
 
 @item html_extension = on/off
@@ -2716,6 +2726,10 @@ Load cookies from @var{file}.  See @samp{--load-cookies @var{file}}.
 @item logfile = @var{file}
 Set logfile to @var{file}, the same as @samp{-o @var{file}}.
 
+@item max_redirect = @var{number}
+Specifies the maximum number of redirections to follow for a resource.
+See @samp{--max-redirect=@var{number}}.
+
 @item mirror = on/off
 Turn mirroring on/off.  The same as @samp{-m}.