NBISweden / sda-cli

User command line interface for the SDA
GNU Affero General Public License v3.0
5 stars 1 forks source link

Download folder #401

Closed kostas-kou closed 4 months ago

kostas-kou commented 5 months ago

As a user I want to be able to download folders by providing the folder path with sda-download so that it is easier to get a collection of files and not all of the dataset.

Description: When the sda-cli sda-download is used and the path ends with / then download all the content of this folder and a --recursive flag is given. E.g:

sda-cli sda-download -config <config-file> -dataset test-data -url <download-url> --recursive root-folder/images/

A/C:

Demoable.