This commit is contained in:
parent
f429361831
commit
9a96925e29
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
Has anyone done something where devices may not have a direct connection to other git-annex devices that allows them to post file requests that other devices then pickup and relay so that a shared endpoint can be populated with the requested file? I'm currently thinking of something where a cloud node might be 'expensive' and purges itself once some other devices contain the file; but at a later point in time a mobile device may only be able to connect to the cloud node, but wants to request the file.
|
||||
Has anyone done something where devices may not have a direct connection to other git-annex devices, but where they can push out a request for a file? Basically, something that allows them to post file requests that other devices then pickup and relay to a shared endpoint that can be populated with the requested file? I'm currently thinking of a situation where a cloud node might be 'expensive' and purges itself once some other devices contain the file; but at a later point in time a mobile device (without the file) may only be able to connect to the cloud node and request the file.
|
||||
|
||||
## Possible behavior
|
||||
The requestor could populate a 'git-annex-requests' file at the root of the repositor with contents similar to the following:
|
||||
|
|
Loading…
Reference in a new issue