From: Brian Warner Date: Fri, 25 Mar 2011 23:25:11 +0000 (-0700) Subject: update FTP-and-SFTP.rst: the necessary patch is included in Twisted-10.1 X-Git-Url: https://git.rkrishnan.org/pf/content/en/service/sitemap.html?a=commitdiff_plain;h=2b9d3338356960370b8cbfe051a2d081cd45d6d0;p=tahoe-lafs%2Ftahoe-lafs.git update FTP-and-SFTP.rst: the necessary patch is included in Twisted-10.1 --- diff --git a/docs/frontends/FTP-and-SFTP.rst b/docs/frontends/FTP-and-SFTP.rst index 93c62121..1ec15c96 100644 --- a/docs/frontends/FTP-and-SFTP.rst +++ b/docs/frontends/FTP-and-SFTP.rst @@ -179,13 +179,12 @@ library that is frequently installed as /usr/lib/libcryptopp.a, to avoid problems with non-alphanumerics in filenames). The FTP server requires code in Twisted that enables asynchronous closing of -file-upload operations. This code was landed to Twisted's SVN trunk in r28453 -on 23-Feb-2010, slightly too late for the Twisted-10.0 release, but it should -be present in the next release after that. To use Tahoe-LAFS's FTP server with -Twisted-10.0 or earlier, you will need to apply the patch attached to -http://twistedmatrix.com/trac/ticket/3462 . The Tahoe-LAFS node will refuse to -start the FTP server unless it detects the necessary support code in Twisted. -This patch is not needed for SFTP. +file-upload operations. This code is present in Twisted-10.1 (released +27-June-2010), but not in Twisted-10.0 (released 01-March-2010). To use +Tahoe-LAFS's FTP server with Twisted-10.0 or earlier, you will need to apply +the patch attached to http://twistedmatrix.com/trac/ticket/3462 . The +Tahoe-LAFS node will refuse to start the FTP server unless it detects the +necessary support code in Twisted. This patch is not needed for SFTP. Immutable and Mutable Files ===========================