You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of using the sshfs binary and piping data back and forth, websocketfs using C library FUSE bindings for nodejs, and just directly implements a full FUSE filesystem. This completely removes the dependency on sshfs, and should be more flexible and robust. In particular, you can in theory implement any sort of caching or other neat ideas that you always wished sshfs had, but directly in Javascript.
William
The text was updated successfully, but these errors were encountered:
Hi,
I'm working on a modern version of this, which I need for a product my company is building. See
Instead of using the sshfs binary and piping data back and forth, websocketfs using C library FUSE bindings for nodejs, and just directly implements a full FUSE filesystem. This completely removes the dependency on sshfs, and should be more flexible and robust. In particular, you can in theory implement any sort of caching or other neat ideas that you always wished sshfs had, but directly in Javascript.
William
The text was updated successfully, but these errors were encountered: