Distributed file store on top of the nginx web server. The majority of the functionality is embedded in the ngxfs client binary.
Install nginx with HttpDavModule (see etc/install-nginx.sh)
Get ngxfs
go get github.com/agonopol/ngxfsExample ngxfs config etc/ngxfs.conf
Ubuntu package for nginx+WebDAV: http://packages.debian.org/sid/nginx-extras
Set $NGXFS_CONF environment variable
export NGXFS_CONF=/path/to/ngxfs.confUsage of ngxfs
fetch: <remote>
-del=false: -del <remote>
-deldir=false: -deldir <remote>
-ls=false: -ls <path>
-o="": -o <outputfile> <url>
-put=false: -put <local> <remote>
-translate=false: -translate <path>
-translateall=false: -translateall <file>
-url=false: -url -ls <path>