From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Phillip Lord Newsgroups: gmane.emacs.help Subject: Re: ange-ftp and sftp? Date: 06 Jun 2005 17:06:33 +0100 Organization: School of Computer Science, University of Manchester, U.K. Message-ID: <87u0kblbau.fsf@rpc71.cs.man.ac.uk> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1118077261 1750 80.91.229.2 (6 Jun 2005 17:01:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Jun 2005 17:01:01 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 06 19:01:00 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DfKw1-00089M-49 for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Jun 2005 18:58:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DfL2M-0000sS-CZ for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Jun 2005 13:05:18 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!easynet-quince!easynet.net!feed4.jnfs.ja.net!jnfs.ja.net!peernews.mcc.ac.uk!cs.man.ac.uk!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 27 Original-NNTP-Posting-Host: rpc71.cs.man.ac.uk Original-X-Trace: wapping.cs.man.ac.uk 1118073992 15132 130.88.198.228 (6 Jun 2005 16:06:32 GMT) Original-X-Complaints-To: news@wapping.cs.man.ac.uk Original-NNTP-Posting-Date: Mon, 6 Jun 2005 16:06:32 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Original-Xref: shelby.stanford.edu gnu.emacs.help:131824 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:27290 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:27290 >>>>> "Jerry" == Jerry Sievers writes: Jerry> Hello. This is on Emacs 20.7 Jerry> Wondering what it would take to have ange-ftp use sftp Jerry> instead of regular ftp? Jerry> The sftp requires the hostname be given as command line Jerry> parameter rather than set using OPEN as per traditional ftp. Jerry> Aside from this, not sure what other incompatibilities exist. Jerry> Rather learn if this has been addressed before I try wrapping Jerry> sftp with something that can emulate what traditional ftp Jerry> clients expect. It would probably be easier just to use tramp instead. I don't know if it will do sftp, but I do know that it can tunnel directly through ssh. I use this all the time. I suspect that you have never tried tramp. It's a fine package! http://savannah.gnu.org/projects/tramp Phil