diff options
author | B. Watson <urchlay@slackware.uk> | 2022-08-24 12:26:01 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-27 22:50:40 +0700 |
commit | 178521a103727ed64dd521aa85c8b57fe6b6832e (patch) | |
tree | 60f9f8763a786bcb925ec0e8d278cbea6e7aad80 /network/tnfs-fuse/tnfs-fuse.rst | |
parent | 7de070015bbb6200cb7de3994bd1ca1fd9a5652c (diff) |
network/tnfs-fuse: Fix man page, CLI client.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/tnfs-fuse/tnfs-fuse.rst')
-rw-r--r-- | network/tnfs-fuse/tnfs-fuse.rst | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/network/tnfs-fuse/tnfs-fuse.rst b/network/tnfs-fuse/tnfs-fuse.rst index 85b717dcf6e91..66b1862132c43 100644 --- a/network/tnfs-fuse/tnfs-fuse.rst +++ b/network/tnfs-fuse/tnfs-fuse.rst @@ -31,16 +31,8 @@ simplicity and ease of implementation on small systems, such as 8-bit computers. It's simpler than NFS, SMB, or FTP. It's similar to TFTP, but has features TFTP lacks. -**tnfs-fuse** is a client for the TNFS protocol. - -Note that **tnfs-fuse** uses TCP to communicate with the TNFS server. -Most TNFS clients are written for smaller systems (e.g. Atari or -Spectrum 8-bit computers) and use UDP. This isn't an actual problem, -but it's a factor to take into account when e.g. setting up firewall -rules to allow TNFS traffic. Also, when troubleshooting a failed -TNFS connection from an 8-bit client, just because you can connect -with **tnfs-fuse** using TCP, doesn't mean the UDP port is open and -working. +**tnfs-fuse** is a client for the TNFS protocol. It uses UDP port +16384 by default (standard for TNFS). When working with mounted TNFS directories, some error messages will be wrong, e.g. instead of "Permission denied", you may get "Bad file @@ -87,4 +79,4 @@ by B. Watson, and is licensed under the WTFPL. SEE ALSO ======== -**tnfsd**\(1), **fuse**\(8) +**tnfs-client**\(1), **tnfsd**\(1), **fuse**\(8) |