All pdf-files or zip-files from a webpage with one command:
wget --reject html,htm --accept pdf,zip -rl1 url
if the site has a certificat we can use
wget --reject html,htm --accept pdf,zip -rl1 --no-check-certificate https-url
Web analytics