I'm trying to download a site but I only want to download the files named 'forms'.
There are a bunch of forms I need to download and they are all in sub-directories; such as:
/documents/forms/0001/forms
/documents/forms/0002/forms
/documents/forms/0003/forms
/documents/forms/0004/forms
There are other files in the directories but I want to ignore them and I want to keep the directory structure. Any suggestions?
Code:
wget -r -Aforms -erobots=off http://mysite.com/documents/forms/