I have investigated better this problem. As you can see in the default page code, there are lines as:
<a href="faq/es" class="internal">español</a> <a href="faq/ru" class="internal">???????</a> This is the reason why a directory "faq/" is created. I am not sure if in this case, where "foo/" redirects to "foo" and "foo" already exists and it is a directory, we should assume that the destination file is "foo/default.html". Giuseppe gary jefferson <[email protected]> writes: > wget --version returns 1.12 here too. > > On Sat, Jul 24, 2010 at 2:57 AM, Giuseppe Scrivano <[email protected]> wrote: >> What wget version are you using? It works well for me using wget 1.12. >> >> Cheers, >> Giuseppe >> >> >> >> gary jefferson <[email protected]> writes: >> >>> I'm using 'wget -nc -p -k -r --default-page=index.html http://webpy.org/' >>> >>> This works fine for most of the site, but fails on pages such as >>> "http://webpy.org/faq". Instead of downloading that page, I get a >>> "faq/" directory full of translated pages for "faq": >>> >>> ~$ ls webpy.org/faq >>> es fr ja ru zh-cn >>> es?m=edit fr?m=edit ja?m=edit ru?m=edit zh-cn?m=edit >>> es?m=history fr?m=history ja?m=history ru?m=history zh-cn?m=history >>> ~$ >>> >>> Anyone run into something like this? I can't see a wget option that >>> addresses it (webpy.org has a wiki-like app for all page content). >>> >>> Thanks in advance, >>> GJ >>
