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

2016-12-06 Thread omarshariffdontlikeit
Sounds great! As someone who has tried to work with WebDAV on multiple occasions, its so horribly broken/unsupported/deliberately sabotaged as to be useless anyways, which is a shame because I really really like WebDAV :( At least your project has a chance of actually working. On Tuesday, Dece

[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: prologic.shortcircuit.net.a

[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 w