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

Davix-get/cp does not allow to process more than a one file at a time #57

Open
FrMinarini opened this issue Feb 1, 2021 · 0 comments
Open

Comments

@FrMinarini
Copy link

with Davix 0.7.5, it doesn't seem possible to process more than one file at a time with a single davix-get/davix-cp command.

For instance, I've tried this syntax to get content from https source to locale:
davix-get -P grid https://example.org:PORT/folder/test1 https://example.org:PORT/folder/test2 > txtfile
which results into: (Davix::Tools::davix-get) Error: File not found for destination file https://example.org/folder/test2

Moreover, if I try to get from the same two files into a local folder:
davix-get -P grid https://example.org:PORT/folder/test1 https://example.org:PORT/folder/test2 ./localfolder/
I get: davix-get, Error: Wrong argument format

Finally, if I try:
davix-cp -P grid https://example.org:PORT/folder/test1 https://example.org:PORT/folder/test2 ./localfolder/

The result is: (Davix::HttpThirdPartyCopy) Error: Transfer failed: failure: SSLException while pushing https://example.org/folder/test2 Broken pipe (Write failed).

All the aforementioned commands have been tried also with the -r 1 option instead of -P, which however did not change the result.

Is it possible to have that functionality?

Thanks a lot for your attention and effort

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant