# Downloading with wget ## --page-requisites Gets all files necessary to display given page (images, sounds, CSS, ...) wget -p ## Recursive Defaults to 5 levels deep. wget -r wget -r -l Accept or reject links with patterns (useful to download files from a file listing, where the files follow a naming pattern). wget -r -A # can use *, ?, [] wget -r -R # can use *, ?, [] wget -r --accept-regex wget -r --reject-regex