How should a 'download' action on HubShare work? Should data be pushed to single-user servers via HubShare, or should data be pulled from HubShare by the single-user server?
From the auth standpoint, actions initiated by the single-user server are probably going to be simplest.
This will likely need a server extension implementing:
send data to HubShare
get data from HubShare
(possibly) maintain a record of local paths to shares, so that things like 'update' can be simple
because there isn't currently a way to get data into or out of single-user servers in the form HubShare wants (zipped directories). Some basic functionality could be added to the single-user server to do this, though.
How should a 'download' action on HubShare work? Should data be pushed to single-user servers via HubShare, or should data be pulled from HubShare by the single-user server?
From the auth standpoint, actions initiated by the single-user server are probably going to be simplest.
This will likely need a server extension implementing:
because there isn't currently a way to get data into or out of single-user servers in the form HubShare wants (zipped directories). Some basic functionality could be added to the single-user server to do this, though.