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.
| Tags | Filesystems |
|---|---|
| Licenses | GPL |
| Operating Systems | Unix |
| Implementation | C |
Recent releases


Release Notes: 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.


Release Notes: This release adds single element read and write caches. There are minor bugfixes and some build updates.


Release Notes: A critical bug in stfufs_buffer_reserve() was fixed. Buffer under/overflow detection was added in debug builds.


Release Notes: Buffer sizes were enlarged to allow 32768 byte read/writes and 4096 byte file names. The -fstack-protector option was added to debug builds. The Makefile was split.


No changes have been submitted for this release.