]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
FTP-and-SFTP.txt: add Known Issues section.
authordavid-sarah <david-sarah@jacaranda.org>
Sat, 19 Jun 2010 00:43:11 +0000 (17:43 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Sat, 19 Jun 2010 00:43:11 +0000 (17:43 -0700)
docs/frontends/FTP-and-SFTP.txt

index b00d399cc6b284bfae68905404836f87cb3511cd..78f6bfa5d06acf0590f8e5cb3850e4176214e7a0 100644 (file)
@@ -166,7 +166,7 @@ start the FTP server unless it detects the necessary support code in Twisted.
 This patch is not needed for SFTP.
 
 
-== Immutable and mutable files ==
+== Immutable and Mutable Files ==
 
 All files created via SFTP (and FTP) are immutable files. However, files
 can only be created in writeable directories, which allows the directory
@@ -193,5 +193,22 @@ read-only.
 If SFTP is used to write to an existing mutable file, it will publish a
 new version when the file handle is closed.
 
+
+== Known Issues ==
+
 Mutable files are not supported by the FTP frontend (ticket #680). Currently,
 a directory containing mutable files cannot even be listed over FTP.
+
+The FTP frontend sometimes fails to report errors, for example if an upload
+fails because it does meet the "servers of happiness" threshold (ticket #1081).
+Upload errors also may not be reported when writing files using SFTP via sshfs
+(ticket #1059).
+
+Non-ASCII filenames are not supported by FTP (ticket #682). They can be used
+with SFTP only if the client encodes filenames as UTF-8 (ticket #1089).
+
+The gateway node may incur a memory leak when accessing many files via SFTP
+(ticket #1045).
+
+For other known issues in SFTP, see
+<http://tahoe-lafs.org/trac/tahoe-lafs/wiki/SftpFrontend>.