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

usage of server in remote.list #125

Open
braffes opened this issue May 17, 2021 · 1 comment
Open

usage of server in remote.list #125

braffes opened this issue May 17, 2021 · 1 comment

Comments

@braffes
Copy link
Contributor

braffes commented May 17, 2021

HI,

I have a question about the option remote.list. I see in the documentation:
It is possible to extract with a preprocess a list of files to download, using defined protocol, server etc. This file must be generated in json format:

Is it possible to set multiple server in the json? For example:

[{ "root": "XXX.root", "server": "XXX", "name": "XXX.NAME" }, { "root": "YYY.root", "server": "YYYY", "name": "YYY.name" } ]

Thanks for your attention,

Brice

@osallou
Copy link
Contributor

osallou commented May 17, 2021

hum, I don't think so....

you could with pre-process download files from multiple locations then use a local downloader, but you would have to manage the downloads yourself... :-(

I think it would not be too difficult to support it though, at least if using same protocol

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

No branches or pull requests

2 participants