Am using version 1.8 (dev) of 'wget' and am trying to fetch web pages
recursively where page names are duplicated. I don't want duplicate pages
to be clobbered (overwritten) so I'm specifying:
wget -r -l 3 -nc http://(url...)
When wget encounters duplicate pages it does NOT rename them sequentially.
Instead it reports that it already exists and ignores them (fails to fetch
them).
I've also tried:
wget -r -l 3 -nd http://(url...)
In this case it reports that (first round) subdirectory does not exist and
aborts.
Any comments/suggestions?
Thanks
Attila Horvath (VA - USA)