Hi, folks! I'm enjoying using wget - thank you very much. I've used it happily for simple tasks until I faced some problems when trying to make a mirror of some site.
The question is if it's possible to make exceptions when using -np option? I'll try to be more specific. Say I have to make a mirror of a subsite located at "http://foo/bar/". Since I need to download only what's below "/bar/" I use -np. However there's some file links which are located above "/bar/" and which I'd like to download regardless -np. These links have form of "/files/..." and it would be very nice if I could specify some sort of exclude regex for -np. Thanks in advance! -- Best regards, Pavel