"Lucuk, Pete" <[EMAIL PROTECTED]> writes: > as we can see above, wget has "raznoe.shtml.html" as the main file, > this is *not* what I want, I *always* want the main file to be name > "index.html".
Wget doesn't really have the concept of a "main file". As a workaround, you could simply `ln -s raznoe.shtml.html index.html', and index.html would point to your main file and be available on the web.
