mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Documented --no-remove-listing.
This commit is contained in:
parent
2cafbc790b
commit
e494a925d8
@ -1,3 +1,8 @@
|
|||||||
|
2003-11-15 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
|
* wget.texi: Documented that --dont-remove-listing is now
|
||||||
|
--no-remove-listing.
|
||||||
|
|
||||||
2003-11-14 Hrvoje Niksic <hniksic@xemacs.org>
|
2003-11-14 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* fdl.texi: New file.
|
* fdl.texi: New file.
|
||||||
|
@ -1205,8 +1205,7 @@ wget --load-cookies cookies.txt \
|
|||||||
|
|
||||||
@table @samp
|
@table @samp
|
||||||
@cindex .listing files, removing
|
@cindex .listing files, removing
|
||||||
@item -nr
|
@item --no-remove-listing
|
||||||
@itemx --dont-remove-listing
|
|
||||||
Don't remove the temporary @file{.listing} files generated by @sc{ftp}
|
Don't remove the temporary @file{.listing} files generated by @sc{ftp}
|
||||||
retrievals. Normally, these files contain the raw directory listings
|
retrievals. Normally, these files contain the raw directory listings
|
||||||
received from @sc{ftp} servers. Not removing them can be useful for
|
received from @sc{ftp} servers. Not removing them can be useful for
|
||||||
@ -1366,7 +1365,7 @@ Internals}).
|
|||||||
Turn on options suitable for mirroring. This option turns on recursion
|
Turn on options suitable for mirroring. This option turns on recursion
|
||||||
and time-stamping, sets infinite recursion depth and keeps @sc{ftp}
|
and time-stamping, sets infinite recursion depth and keeps @sc{ftp}
|
||||||
directory listings. It is currently equivalent to
|
directory listings. It is currently equivalent to
|
||||||
@samp{-r -N -l inf -nr}.
|
@samp{-r -N -l inf --no-remove-listing}.
|
||||||
|
|
||||||
@cindex page requisites
|
@cindex page requisites
|
||||||
@cindex required images, downloading
|
@cindex required images, downloading
|
||||||
@ -2415,7 +2414,7 @@ Links}).
|
|||||||
|
|
||||||
@item remove_listing = on/off
|
@item remove_listing = on/off
|
||||||
If set to on, remove @sc{ftp} listings downloaded by Wget. Setting it
|
If set to on, remove @sc{ftp} listings downloaded by Wget. Setting it
|
||||||
to off is the same as @samp{-nr}.
|
to off is the same as @samp{--no-remove-listing}.
|
||||||
|
|
||||||
@item restrict_file_names = unix/windows
|
@item restrict_file_names = unix/windows
|
||||||
Restrict the file names generated by Wget from URLs. See
|
Restrict the file names generated by Wget from URLs. See
|
||||||
|
Loading…
Reference in New Issue
Block a user