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 https://github.com/winfsp/cgofuse/issues/15 for more info.
This is a client-only implementation. It does not require any additional features from the server.
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 https://github.com/winfsp/cgofuse/issues/15 for more info.
This is a client-only implementation. It does not require any additional features from the server.