mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] TODO: Only normal recursion should respect -np -- page-requisite recursion
should not.
This commit is contained in:
parent
2a36d475db
commit
8bf001f5d8
@ -1,3 +1,8 @@
|
|||||||
|
2001-03-12 Jan Prikryl <prikryl@cg.tuwien.ac.at>
|
||||||
|
|
||||||
|
* TODO: Only normal recursion should respect -np -- page-requisite
|
||||||
|
recursion should not.
|
||||||
|
|
||||||
2001-03-07 Jan Prikryl <prikryl@cg.tuwien.ac.at>
|
2001-03-07 Jan Prikryl <prikryl@cg.tuwien.ac.at>
|
||||||
|
|
||||||
* TODO: Removed an obsolete item about adding VMS and MS FTP
|
* TODO: Removed an obsolete item about adding VMS and MS FTP
|
||||||
|
6
TODO
6
TODO
@ -7,6 +7,12 @@ items are not listed in any particular order (except that recently-added items
|
|||||||
may tend towards the top). Not all of these represent user-visible
|
may tend towards the top). Not all of these represent user-visible
|
||||||
changes.
|
changes.
|
||||||
|
|
||||||
|
* Only normal link-following recursion should respect -np. Page-requisite
|
||||||
|
recursion should not. When -np -p is specified, Wget should still retrieve
|
||||||
|
requisite images and such on the server, even if they aren't in that directory
|
||||||
|
or a subdirectory of it. Likewise, -H -np -p should retrieve requisite files
|
||||||
|
from other hosts.
|
||||||
|
|
||||||
* Add a --range parameter allowing you to explicitly specify a range of bytes to
|
* Add a --range parameter allowing you to explicitly specify a range of bytes to
|
||||||
get from a file over HTTP (FTP only supports ranges ending at the end of the
|
get from a file over HTTP (FTP only supports ranges ending at the end of the
|
||||||
file, though forcibly disconnecting from the server at the desired endpoint
|
file, though forcibly disconnecting from the server at the desired endpoint
|
||||||
|
Loading…
Reference in New Issue
Block a user