mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 08:53:01 -05:00
18 lines
1.0 KiB
Plaintext
18 lines
1.0 KiB
Plaintext
= Known File Systems and File System Libraries
|
|
|
|
This document contains a list of known file systems and file system libraries that run on WinFsp. Please contact the WinFsp project to have your file system solution added to this list.
|
|
|
|
== File Systems
|
|
|
|
- https://github.com/billziss-gh/nfs-win[nfs-win] - NFS for Windows
|
|
- https://github.com/billziss-gh/redditfs[redditfs] - ls -l /r/programming
|
|
- https://github.com/netheril96/securefs[securefs] - Filesystem in userspace (FUSE) with transparent authenticated encryption
|
|
- https://github.com/billziss-gh/sshfs-win[sshfs-win] - SSHFS for Windows
|
|
|
|
== File System Libraries
|
|
|
|
- https://github.com/DuroSoft/fuse-bindings[fuse-bindings] - Fully maintained FUSE bindings for Node that aims to cover the entire FUSE api
|
|
- https://github.com/ui4j/fuse-jna[fuse-jna] - No-nonsense, actually-working Java bindings to FUSE using JNA
|
|
- https://github.com/billziss-gh/fusepy[fusepy] - Simple ctypes bindings for FUSE
|
|
- https://github.com/yogendersolanki91/winfsp[WinFsp fork with .NET Layer] - by @yogendersolanki91
|