Is it possible to recursively upload files from specific TLDs using wget?
In particular, I am trying to download the full text of the Code of Massachusetts Regulations . The actual text of the rules is stored in several files across several domains, so I would like to start a recursive download from the index page , but just follow the links to the .gov and .us domains.
source
share