Add mount command to implement FUSE mounting of remotes #494

This enables any rclone remote to be mounted and used as a filesystem
with some limitations.

Only supported for Linux, FreeBSD and OS X
This commit is contained in:
Nick Craig-Wood 2016-07-17 23:03:23 +01:00
parent d7b79b4481
commit f22029bf3d
13 changed files with 1591 additions and 0 deletions

View file

@ -19,6 +19,7 @@ import (
_ "github.com/ncw/rclone/cmd/md5sum"
_ "github.com/ncw/rclone/cmd/memtest"
_ "github.com/ncw/rclone/cmd/mkdir"
_ "github.com/ncw/rclone/cmd/mount"
_ "github.com/ncw/rclone/cmd/move"
_ "github.com/ncw/rclone/cmd/purge"
_ "github.com/ncw/rclone/cmd/rmdir"