Simple TCP FUSE File System 1.2 (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:
This release drops single element read/write caches and replaces them with a 1024-item offset table indexed by fd. It includes a separate server launcher which, if used, supports server versions using different communication protocols.
|