Hi,
I'm trying to mirror a site which includes a large number of PDF
files. If I use the following command:
wget -m -A pdf -np http://faculty.haas.berkeley.edu/wallace/
I'm able to obtain all of the PDF files in the "wallace" directory and
its subdirectories.
However, I'm interested in obtaining all of the PDF files on the
faculty.haas.berkeley.edu site.
When I use the following command:
wget -m -A pdf -np http://faculty.haas.berkeley.edu/
I don't get any PDF files at all. Anyone know how I can make this work?
Thanks,
Kyle