mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] New TODO item.
This commit is contained in:
parent
db9b8ea494
commit
73fc84d889
7
TODO
7
TODO
@ -8,6 +8,13 @@ The 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 changes.
|
||||
|
||||
* Currently Wget mirrors remote FTP permissions whenever it retrieves
|
||||
the directory listing. This is undesirable for most users, as
|
||||
permissions like "664" are frequently used on the servers, which
|
||||
might not be what the user wants. Wget should be changed not to
|
||||
mirror remote FTP permissions by default. There should be a new
|
||||
option add an option that enables this back on.
|
||||
|
||||
* Implement a `--disable-dns-cache' option that disables DNS caching.
|
||||
It is trivial to implement; simply avoid calling cache_host_lookup
|
||||
at the end of lookup_host.
|
||||
|
Loading…
Reference in New Issue
Block a user