-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to mount everything read-only.
Adds a new read-only flag that prevents the fuseftp client from making any kind of modifications to the mounted file system. The winfsp fuse implementation doesn't provide a "ro" option, so this addition is implemented by letting all methods that modify the file system return an error. See winfsp/cgofuse#15 for more info. This is a client-only implementation. It does not require any additional features from the server. Signed-off-by: Thomas Hallgren <[email protected]>
- Loading branch information
Showing
5 changed files
with
264 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.