Wget

From LinuxSwords Wiki

Jump to: navigation, search

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
Personal tools