Simple TCP FUSE File System 1.0 (Default branch) |
|
|
Simple TCP File System is a FUSE (Filesystem in
Userspace) based networked file system. It
consists of 2 parts: a network server daemon that
is started on the (remote) host, and a FUSE module
running in user-space on the local host. The
server component is launched via SSH, and after
the client and server have communicated and
created a separate TCP connection for data
transfer, the SSH link is shut down.
License: GNU General Public License (GPL)
Changes:
A critical bug in stfufs_buffer_reserve() was
fixed. Buffer under/overflow detection was added
in debug builds.
|