diff --git a/SftpFrontend.md b/SftpFrontend.md index 6029304..99056d1 100644 --- a/SftpFrontend.md +++ b/SftpFrontend.md @@ -14,7 +14,7 @@ See the last section of [FTP-and-SFTP.txt]source:docs/frontends/FTP-and-SFTP.txt ### sshfs -sshfs is an SFTP client that allows filesystem access via FUSE (a user-space filesystem layer). It works on Linux and other Unix systems that provide FUSE. For Mac OS X, a patched version of sshfs is included as part of MacFUSE. +sshfs is an SFTP client that allows filesystem access via FUSE (a user-space filesystem layer). It works on Linux and other Unix systems that provide FUSE. For Mac OS X, a patched version of sshfs is included as part of [MacFUSE](http://code.google.com/p/macfuse/). Tahoe's SFTP frontend includes several workarounds and extensions to make it function correctly with sshfs.