Wget maintainer plans to implement more powerful URL filtering mechanism
after 1.11 is released, see: 
http://www.mail-archive.com/wget%40sunsite.dk/msg08816.html

In meanwhile, the 'apache-directory-indexes' problem is easily fixable:

--- src/recur.c.orig    2003-10-11 17:57:11.000000000 +0400
+++ src/recur.c
@@ -532,6 +532,14 @@ download_child_p (const struct urlpos *u
          goto out;
        }
    }
+  if (u->file[0] == '\0')
+    {
+      if (!acceptable (url))
+       {
+         DEBUGP (("%s does not match acc/rej rules.\n", url));
+         goto out;
+       }
+    }

  /* 7. */
  if (schemes_are_similar_p (u->scheme, parent->scheme))


Then, you can use the following pattern (I put it into $WGETRC):

\??=?*
--
Sergey Svishchev


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to