1
0
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:
hniksic 2003-12-05 19:07:10 -08:00
parent 0d0fe50435
commit 0e74e24d95
2 changed files with 18 additions and 0 deletions

View File

@ -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>
* wget.texi (Portability): Update slightly.

View File

@ -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
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
@item --cut-dirs=@var{number}
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
``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}
Set proxy authentication user name to @var{string}, like @samp{--proxy-user}.