jupyterhub / hubshare

A directory sharing service for JupyterHub
BSD 3-Clause "New" or "Revised" License
57 stars 21 forks source link

single-user server interactions #8

Open minrk opened 7 years ago

minrk commented 7 years ago

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.