1
0
mirror of https://github.com/rclone/rclone.git synced 2025-03-23 04:34:32 +02:00

5 Commits

Author SHA1 Message Date
Nick Craig-Wood
64b5a76bec mount: detect and deal with seeking beyond end of file - fixes 2016-11-05 09:59:36 +00:00
Nick Craig-Wood
392a86f585 mount: Fix read flushing - fixes 2016-10-05 21:03:56 +01:00
Nick Craig-Wood
265f5b77a7 mount: make files opened for read seekable - fixes 2016-10-05 21:03:56 +01:00
Nick Craig-Wood
9e7ddd5efc Fix tests when FUSE isn't present 2016-08-20 14:11:21 +01:00
Nick Craig-Wood
f22029bf3d Add mount command to implement FUSE mounting of remotes
This enables any rclone remote to be mounted and used as a filesystem
with some limitations.

Only supported for Linux, FreeBSD and OS X
2016-08-18 21:54:54 +01:00