Forrest logo
back to the wget tool

wget:ai:26565

how do i download a folder
$ wget -r ${folder_url}
try on your machine

Use wget command with -r option to recursively download the folder and its contents

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • how do i download a folder?
  • How do i download different folders?
back to the wget tool