> what would you expect ? > > Basically, Wget saves the downloaded content to the filesystem. > When it saved 'about/more', how can it save a new file 'about' - this name > already exists as directory !? Same goes when the download order is revers.
'about' is already exist but not 'about.html'. Of course the file has to be named 'about.1' at first. But it can be renamed to 'about.html' not 'about.1.html' during adjusting extension. > (BTW, Are you using -E/--adjust-extension (or the obsolete option --html- > extension) ?) Yes, I do. Sure this behavior should be controled and not default, because of '.html' extension may absent. And then we have names conflict. Thanks. -- Alexander Kurakin
