Re: recursive web-suck ignores directory contents

2001-05-16 Thread Jan Prikryl
Quoting J Scott Jaderholm ([EMAIL PROTECTED]): It will download the files in foo for me, and the directories also, but often not the contents of those directories. Please note that by default the hierarchy depth for a recursive download is limited - try `-l inf' as parameter. -- jan

Re: recursive web-suck ignores directory contents

2001-05-16 Thread Hartmut Steffin
Hi, wget does not recurse directories, it recurses links (hrefs). in this example are only txt-files without links. wget's only clue for a subdirectory is the directory-listing of /foo. if directory-listing of /foo/bar ist not allowed, there is no hint for 3.txt, which simply cannot be found in

recursive web-suck ignores directory contents

2001-05-15 Thread J Scott Jaderholm
Hi, Say I wget -c -r -np http://server.com/foo/ It will download the files in foo for me, and the directories also, but often not the contents of those directories. Here's the contents of foo 10.txt 2.txt bar/ and contents of bar 3.txt It would download foo, and make a directory bar in the