Not under version control
This page was loaded from the repository but is not added under git version control. Make a commit on the Edit page to add it.wget
options
-r recursive -l7 level depth -np no parent -nH no host directories --cut-dirs=1 ignore directories -A acceptlist of file types to download --no-verbose clean up some of the noise
Fetch PDFS and XLSX files recursively from site
wget -r -l7 -np -nH --cut-dirs=1 -A "*.pdf, *.xlsx" https://<somewebsite>/ --no-verbose