[go-nuts] Re: ANN: A HTTP backed File System (FUSE)

2016-12-05 Thread James Mills
@Ben: WebDAV is quite a valid choice indeed. I chose to do this project to a) continue to learn and become proficient at Go and b) I wanted something I could fuse mount and curl with a simple api. cheers James James Mills / prologic E: prolo...@shortcircuit.net.au W:

[go-nuts] Re: ANN: A HTTP backed File System (FUSE)

2016-12-05 Thread omarshariffdontlikeit
WebDAV? On Wednesday, November 30, 2016 at 1:21:22 PM UTC, prol...@shortcircuit.net.au wrote: > > Hey all, First time poster here so go easy on me :) > > Just sharing httpfs: https://github.com/prologic/httpfs > (Naming is hard!) > > This is basically a HTTP backed FileSystem using FUSE via the