Attila Horvath <[EMAIL PROTECTED]> writes: > Am using version 1.8 (dev) of 'wget'
Thanks for testing it. > 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 Isn't that what `-nc' was supposed to do? Was it doing something different in 1.7.1?
