Gabor Istvan <[EMAIL PROTECTED]> writes: > I would like to know if it is possible to mirror or recursively download > web sites that have links like ' .php?dir=./ ' within. If yes what are the > options to apply?
I don't see why that wouldn't work. Something like `wget -r URL' should apply.
