> it would be useful to me if you would also create a second websocket
> server that accepts local samba file requests :)

integration with local and third party storage (Drive, S3, Dropbox)
are on the radar for future enhancements.

in the meantime, if you wanted to roll your own (in Go) ...

assuming i undrestand correclty -- that you want to export parts of
your SMB share via 9P Cloud to others -- you would need an oauth2
client that will authenticate itself then export a 9P filesystem over
websocket to 9pcloud.  you can use either goplan9 package at
https://github.com/9fans/go (rsc/rob) or go9p package at
https://code.google.com/p/go9p/ (lucho and andrey) for the 9p server
part and the oauth2 and websocket packages in Go repo on github for
authentication and websocket handling.  the javascript on the main
page should be helpful.


Reply via email to