Re: can't recurse if no index.html

2006-04-03 Thread Mauro Tortonesi

Dan Jacobson wrote:

I notice with server created directory listings, one can't recurse.
$ lynx -dump http://localhost/~jidanni/test|head
Index of /~jidanni/test
 Icon   [1]Name  [2]Last modified  [3]Size  [4]Description
  ___
 [DIR]  [5]Parent Directory -
 [TXT]  [8]cd.html 23-Feb-2006 20:55  931
$ wget --spider -S -r http://localhost/~jidanni/test/
localhost/~jidanni/test/index.html: No such file or directory


hi dan,

unfortunately, --spider is broken when used with -r. i am working right 
now in order to fix this bug.


--
Aequam memento rebus in arduis servare mentem...

Mauro Tortonesi  http://www.tortonesi.com

University of Ferrara - Dept. of Eng.http://www.ing.unife.it
GNU Wget - HTTP/FTP file retrieval tool  http://www.gnu.org/software/wget
Deep Space 6 - IPv6 for Linuxhttp://www.deepspace6.net
Ferrara Linux User Group http://www.ferrara.linux.it


can't recurse if no index.html

2006-03-22 Thread Dan Jacobson
I notice with server created directory listings, one can't recurse.
$ lynx -dump http://localhost/~jidanni/test|head
Index of /~jidanni/test
 Icon   [1]Name  [2]Last modified  [3]Size  [4]Description
  ___
 [DIR]  [5]Parent Directory -
 [TXT]  [8]cd.html 23-Feb-2006 20:55  931
$ wget --spider -S -r http://localhost/~jidanni/test/
localhost/~jidanni/test/index.html: No such file or directory