Simple TCP FUSE File System 1.1 (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 adds single element read and write caches. There are minor bugfixes and some build updates.
|