rclone/docs
Nick Craig-Wood 0baafb158f mount: allow files of unkown size to be read properly
Before this change, files of unknown size (eg Google Docs) would
appear in file listings with 0 size and would only allow 0 bytes to be
read.

This change sets the direct_io flag in the FUSE return which bypasses
the cache for these files.  This means that they can be read properly.

This is compatible with some, but not all applications.
2019-09-14 13:22:33 +01:00
..
content mount: allow files of unkown size to be read properly 2019-09-14 13:22:33 +01:00
i18n website: Adapt to hugo v0.27.1 2017-09-30 09:19:53 +01:00
layouts docs: GitHub has a capital H 2019-09-13 18:39:23 +01:00
static docs: update fontawesome free to 5.10.2 and fixup broken images 2019-08-25 11:09:19 +01:00
README.md How to build the docs 2014-04-17 22:39:23 +01:00
config.json website: Adapt to hugo v0.27.1 2017-09-30 09:19:53 +01:00

README.md

Docs

See the content directory for the docs in markdown format.

Use hugo to build the website.