libfuse / python-fuse

Python 2.x/3.x bindings for libfuse 2.x
GNU Lesser General Public License v2.1
285 stars 74 forks source link

how to use python-fuse #74

Open kingfly629 opened 5 months ago

kingfly629 commented 5 months ago

usually ,libfuse monitor the modification of files in the mount-point dir, and then encrypt the original files。 I want to directly encrypt/decrypt the original files when I write/read the original files, what should i I do with fuse???