Don't know if this is the right list, but here goes... When doing a recursive download, is it possible to exclude files based on filenames/patterns?
E.g. I want to download a large site filled with articles and indexes for these, but each article also have a page with comments (comments.php) that I want to exclude. Well actually, they're in the form like "comments.php?sid=454&cid=27"... The point is, I want to download everything but these. The site is not organized in a way that would allow me to only decend to a certain level (some articles have an index for several parts, other just the article itself), nor does the articles have a set naming-pattern. The comments on the other hand, is all called "comments.php". The articles are also php-files. -- Do not do today, what you can get others to do tomorrow.
