From 2ca92b8c49d1a81fb93c3459337426c05cb69488 Mon Sep 17 00:00:00 2001 From: davidsarah <> Date: Wed, 14 Mar 2012 06:07:48 +0000 Subject: [PATCH] [Imported from Trac: page SftpFrontend, version 82] --- SftpFrontend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SftpFrontend.md b/SftpFrontend.md index aa7034a..fd14335 100644 --- a/SftpFrontend.md +++ b/SftpFrontend.md @@ -134,4 +134,4 @@ Now to open a file: `vim sftp://peter@tahoe/secrets.txt`, where `secrets.txt` is ## Emacs -Emacs can in theory edit remote files using [TRAMP](http://www.gnu.org/software/tramp/). Emacs 23.4.1 was tested and does not work since TRAMP expects a "shell" rather than the "SFTP subsystem" (see [RFC 4254 section 6.5](http://tools.ietf.org/html/rfc4254#section-6.5)) interface Tahoe-LAFS supports. It's very unlikely that Tahoe will be changed to support a shell interface over SSH, since the set of commands that should be implemented is not standardized. +Emacs can in theory edit remote files using [TRAMP](http://www.gnu.org/software/tramp/). Emacs 23.4.1 was tested and does not work since TRAMP expects a "shell" rather than the "SFTP subsystem" (see [RFC 4254 section 6.5](http://tools.ietf.org/html/rfc4254#section-6.5)) interface Tahoe-LAFS supports. It's very unlikely that Tahoe will be changed to support a shell interface over SSH, since the set of commands that should be implemented to allow file transfer is not standardized.