-
Notifications
You must be signed in to change notification settings - Fork 773
How to download files from another machine in a cluster? #171
Comments
We cannot directly download files from machines in dragonfly cluster. |
Ok so the use case is downloading files from the internet using P2P to speed it up. I for example, cannot use it for internal file sharing which I'm currently doing via rsync. |
@lowzj rsync sharing is still a common use case, is it possible or meaningful to add this feature into Dragonfly in the future? |
We should discuss this feature and find out which scenarios using |
To give you a use case: I have a machine which downloads large data sets. Now this data has to be distributed to various nodes in the cluster. Not all of the data is distributed to all of the nodes. For example I download huge data sets A, B, C & D. |
First of all, thanks sincerely for constantly using and supporting Dragonfly. We will try our best to keep Dragonfly better, and keep community and eco-system growing. To get more feedback of Dragonfly's adoption in industry, would you mind helping comment in issue dragonflyoss/dragonfly#219 to give more information about your enterprise's Dragonfly usage. Thanks a lot in advance. @asadsm |
Sure, will do. |
The example given shows how to download a file with a given URL via the supernode. How would I go about downloading a file which exists on the supernode or any other machine on the network?
The text was updated successfully, but these errors were encountered: