cmount: a new mount option based on cgofuse.

This with the aid of WinFSP should work on Windows.

Unfinished bits
  * 1 test doesn't pass
  * docs
  * build
This commit is contained in:
Nick Craig-Wood 2017-05-02 22:36:11 +01:00
parent 268fe0004c
commit ee1111e4c9
5 changed files with 857 additions and 0 deletions

View file

@ -8,6 +8,7 @@ import (
_ "github.com/ncw/rclone/cmd/cat"
_ "github.com/ncw/rclone/cmd/check"
_ "github.com/ncw/rclone/cmd/cleanup"
_ "github.com/ncw/rclone/cmd/cmount"
_ "github.com/ncw/rclone/cmd/config"
_ "github.com/ncw/rclone/cmd/copy"
_ "github.com/ncw/rclone/cmd/copyto"