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

@@ -0,0 +1,6 @@
// Build for mount for unsupported platforms to stop go complaining
// about "no buildable Go source files "
// +build !linux,!darwin,!freebsd
package mount