From: Brian Warner <warner@allmydata.com>
Date: Thu, 6 Nov 2008 02:41:53 +0000 (-0700)
Subject: NEWS: mention SFTP server
X-Git-Url: https://git.rkrishnan.org/pf/content/en/seg/class-simplejson.JSONDecoder-index.html?a=commitdiff_plain;h=0b552da5fc32625dd5d6fcfd93e78c0ca0604ba5;p=tahoe-lafs%2Ftahoe-lafs.git

NEWS: mention SFTP server
---

diff --git a/NEWS b/NEWS
index 0714ea30..aeb6d547 100644
--- a/NEWS
+++ b/NEWS
@@ -302,14 +302,14 @@ twistd, making it easier to launch non-Tahoe nodes (like the cpu-watcher) and
 have them log to syslogd instead of a local file. This is useful when running
 a Tahoe node out of a USB flash drive.
 
-Tahoe now includes an experimental FTP server. When configured with a
+Tahoe now includes experimental FTP and SFTP servers. When configured with a
 suitable method to translate username+password into a root directory cap, it
 provides simple access to the virtual filesystem. Remember that FTP is
 completely unencrypted: passwords, filenames, and file contents are all sent
 over the wire in cleartext, so FTP should only be used on a local (127.0.0.1)
 connection. This feature is still in development: there are no unit tests
 yet, and behavior with respect to Unicode filenames is uncertain. Please see
-docs/ftp.txt for configuration details. (#512)
+docs/frontends/FTP-and-SFTP.txt for configuration details. (#512, #531)
 
 The Mac GUI in src/allmydata/gui/ has been improved.