implemented --exclude argument for download subcommand.

This commit is contained in:
2024-07-22 14:35:34 +09:00
parent 49cb411af4
commit f2c5a06cb4
4 changed files with 38 additions and 10 deletions

View File

@ -91,6 +91,7 @@ Download the file or folder
mdrs download neurodata:/NIU/Repository/TEST/sample.dat ./
mdrs download -r neurodata:/NIU/Repository/TEST/dataset/ ./
mdrs download -p PW_OPEN_PASSWORD neurodata:/NIU/Repository/PW_Open/Readme.dat ./
mdrs download -r --exclude /NIU/Repository/TEST/dataset/skip neurodata:/NIU/Repository/TEST/dataset/ ./
```
### mv