qbicsoftware / postman-cli

A client software for dataset request and download from openBIS
MIT License
2 stars 1 forks source link

Add `--ignore-subdirectories` flag #169

Closed KochTobi closed 1 year ago

KochTobi commented 1 year ago

The default behaviour for the download command is to create the same directory structure on the client as on the server, prefixed with the specified output directory.

This flag ignores the directory structure and downloads all files into the output directory directly grouped by dataset sample. Caution: This might lead to files with the same names overwriting each other.

KochTobi commented 1 year ago

Waiting for feedback from feature requester.