| > Apologies as it is likely this has been asked before
> but I'm not having much luck experimenting with the
> program or googling the forum.
>
> I want to download only certain files from inside
> the directory of a website. For instance:
>
> www.website.com/directory/furniture/
>
> Let's say the path contains existing folders
> /livingroom/, /bedroom/, /garage/ and so on. And
> that each directory contains a variety of html
> files, such as chair.html. How do you download only
> chair.html files from this path?
>
> Again sorry as this is a simple question but I
> cannot figure it out!
How about ?-*.* +*/chair.html
I didn't try it my self | |