Thanks so much @espenmn! This worked great for my file types.
However, I have Dexterity Content types, such as a "policy" type that allowed PDFs uploaded to them. I can use wget to download PDFs from each single policy type page.
However, when I created a collection of "policy" type only and tried to do a wget recursively on that collection, it did not work.
This is what I used:
$ wget --force-directories --content-disposition --restrict-file-names=nocontrol --no-check-certificate -e robots=off -A.pdf,.ppt,.doc -r https://website.com/collection-policies
Any help would be most appreciated.
Thanks so much,
Angela