From f62ff304c5bf9b7485fe640840391a3cb6734e0c Mon Sep 17 00:00:00 2001 From: Zooko Wilcox-O'Hearn Date: Tue, 5 Aug 2014 20:50:30 +0000 Subject: [PATCH] add warning about performance problems with FUSE --- docs/running.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/running.rst b/docs/running.rst index b2734f97..0dbcbad8 100644 --- a/docs/running.rst +++ b/docs/running.rst @@ -125,14 +125,16 @@ The SFTP and FTP frontends You can access your Tahoe-LAFS grid via any SFTP_ or FTP_ client. See `FTP-and-SFTP.rst`_ for how to set this up. On most Unix platforms, you can also use SFTP to plug -Tahoe-LAFS into your computer's local filesystem via ``sshfs``. +Tahoe-LAFS into your computer's local filesystem via ``sshfs``, but see +the `FAQ about performance problems`_. The SftpFrontend_ page on the wiki has more information about using SFTP with Tahoe-LAFS. .. _SFTP: https://en.wikipedia.org/wiki/SSH_file_transfer_protocol -.. _FTP: http://en.wikipedia.org/wiki/File_Transfer_Protocol +.. _FTP: https://en.wikipedia.org/wiki/File_Transfer_Protocol .. _FTP-and-SFTP.rst: frontends/FTP-and-SFTP.rst +.. _FAQ about performance problems: https://tahoe-lafs.org/trac/tahoe-lafs/wiki/FAQ#Q23_FUSE .. _SftpFrontend: https://tahoe-lafs.org/trac/tahoe-lafs/wiki/SftpFrontend -- 2.45.2