Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The download command doesn't seem to work #1

Closed
davidezanella opened this issue Nov 8, 2020 · 2 comments
Closed

The download command doesn't seem to work #1

davidezanella opened this issue Nov 8, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@davidezanella
Copy link

I tried to download a directory from a volume but the cli didn't do anything.

Moreover, from the help command, it seems that I can set as the download source only a volume, can I set a complete path of a file or a dir inside the volume?

@alice-viola
Copy link
Owner

You are right, the download command is not working right now.
Yes, we want to allow to specify a dir or a file inside the volume.
This is issue will be solved in the next working day.

@alice-viola alice-viola added the bug Something isn't working label Nov 9, 2020
@alice-viola
Copy link
Owner

Now is possible to download the entire volume or a sub path with this command:

pwmcli download VolumeName:/optionalSubPath/example

For instance, if your volume is named home, and inside this volume there is a folder named myresults,
the command for downloading the data is this one:

pwmcli download home:/myresults $(pwd)/saveddata

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants