I have looked around this site and haven`t found an answer, so I thought I`d ask.
Is there any way to download ALL the files form a particular directory, even ones that are unlinked to the main page?
ie. (www.yourname.com/directory/) does not download www.yourname.com/directory/unlinked1.html) unless there is some link in the index.html page.
Any one have any ideas?
Unfortunately, this is impossible. You cannot get a listing of all filenames unless the server allows that. If the URL www.yourname.com/directory/ gives you a list of filenames, you can load them. Otherwise - only linked files.
Best regards,
Oleg Chernavin
MP Staff
> Unfortunately, this is impossible. You cannot get a listing of all filenames unless the server allows that. If the URL www.yourname.com/directory/ gives you a list of filenames, you can load them. Otherwise - only linked files.
> > Best regards,
> Oleg Chernavin
> MP Staff
Thanks for letting me know!