§ Help
- How to download entire folders?
- Using the wget utility:
wget -r --no-parent --reject "index.html*" http://enve-omics.ce.gatech.edu/sharing/<PROJECT>/ --user=<USER> --password=<PASSWORD>
Replacing<PROJECT>
by the project name (e.g., SOIL_CARBON),<USER>
by the username, and<PASSWORD>
by the password.