Viewing a single comment thread. View all comments

PieTwoFieLie OP wrote

You mean all I need to do is wget https://drive.google.com/drive/folders/0B9XbEQh3jB9pNkhSVzVoYmRtTHM

1

mofongo wrote

Use the -r (recursive option) to download all files in the link.

wget -r https://drive.google.com/drive/folders/0B9XbEQh3jB9pNkhSVzVoYmRtTHM

See this page of you'd like to see a few more options you can use:

https://www.howtogeek.com/281663/how-to-use-wget-the-ultimate-command-line-downloading-tool/

2

PieTwoFieLie OP wrote

Just tried it, it doesn't download any of the PDFs unfortunately.

1