mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Document the new option --protocol-directories.
This commit is contained in:
parent
0d0fe50435
commit
0e74e24d95
@ -1,3 +1,7 @@
|
|||||||
|
2003-12-06 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
|
* wget.texi: Document the new option `--protocol-directories'.
|
||||||
|
|
||||||
2003-11-15 Hrvoje Niksic <hniksic@xemacs.org>
|
2003-11-15 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* wget.texi (Portability): Update slightly.
|
* wget.texi (Portability): Update slightly.
|
||||||
|
@ -891,6 +891,16 @@ Wget with @samp{-r http://fly.srk.fer.hr/} will create a structure of
|
|||||||
directories beginning with @file{fly.srk.fer.hr/}. This option disables
|
directories beginning with @file{fly.srk.fer.hr/}. This option disables
|
||||||
such behavior.
|
such behavior.
|
||||||
|
|
||||||
|
@item --protocol-directories
|
||||||
|
Use the protocol name as a directory component of local file names. For
|
||||||
|
example, with this option, @samp{wget -r http://@var{host}} will save to
|
||||||
|
@samp{http/@var{host}/...} rather than just to @samp{@var{host}/...}.
|
||||||
|
|
||||||
|
Disable generation of host-prefixed directories. By default, invoking
|
||||||
|
Wget with @samp{-r http://fly.srk.fer.hr/} will create a structure of
|
||||||
|
directories beginning with @file{fly.srk.fer.hr/}. This option disables
|
||||||
|
such behavior.
|
||||||
|
|
||||||
@cindex cut directories
|
@cindex cut directories
|
||||||
@item --cut-dirs=@var{number}
|
@item --cut-dirs=@var{number}
|
||||||
Ignore @var{number} directory components. This is useful for getting a
|
Ignore @var{number} directory components. This is useful for getting a
|
||||||
@ -2376,6 +2386,10 @@ Use POST as the method for all HTTP requests and send the contents of
|
|||||||
Set the type of the progress indicator. Legal types are ``dot'' and
|
Set the type of the progress indicator. Legal types are ``dot'' and
|
||||||
``bar''.
|
``bar''.
|
||||||
|
|
||||||
|
@item protocol_directories = on/off
|
||||||
|
When set, use the protocol name as a directory component of local file
|
||||||
|
names. The same as @samp{--protocol-directories}.
|
||||||
|
|
||||||
@item proxy_user = @var{string}
|
@item proxy_user = @var{string}
|
||||||
Set proxy authentication user name to @var{string}, like @samp{--proxy-user}.
|
Set proxy authentication user name to @var{string}, like @samp{--proxy-user}.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user