I'm trying to download all the pdf files from a directory using wget
using this command:
wget -r -A pdf http://website/~subfolder/
With this command, I can download only some files. I know there are more pdf files inside because I can reach them using google. I took a look here:
Download all pdf files using wget
but the solution doesn't work for me. Any suggestions? Thank you!