From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: david@adboyd.com (J. David Boyd) Newsgroups: gmane.emacs.help Subject: Re: help with sftp Date: Sat, 06 Apr 2013 23:57:21 -0400 Message-ID: <87bo9r0z8e.fsf@adboyd.com> References: <38e28697-28a7-4daf-bb2b-77a1a50cd827@googlegroups.com> <878v4wqe23.fsf@bornier.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1365307074 10992 80.91.229.3 (7 Apr 2013 03:57:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 7 Apr 2013 03:57:54 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 07 05:57:57 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UOgjs-0000MR-Tw for geh-help-gnu-emacs@m.gmane.org; Sun, 07 Apr 2013 05:57:57 +0200 Original-Received: from localhost ([::1]:47765 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOgjs-0000JG-Gy for geh-help-gnu-emacs@m.gmane.org; Sat, 06 Apr 2013 23:57:56 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:53044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOgje-0000JA-Gx for help-gnu-emacs@gnu.org; Sat, 06 Apr 2013 23:57:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UOgja-00024C-1p for help-gnu-emacs@gnu.org; Sat, 06 Apr 2013 23:57:42 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:45451) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOgjZ-000247-RH for help-gnu-emacs@gnu.org; Sat, 06 Apr 2013 23:57:37 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UOgjX-0008Qa-Ab for help-gnu-emacs@gnu.org; Sun, 07 Apr 2013 05:57:35 +0200 Original-Received: from 72.185.97.240 ([72.185.97.240]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 07 Apr 2013 05:57:35 +0200 Original-Received: from david by 72.185.97.240 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 07 Apr 2013 05:57:35 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 72.185.97.240 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:I1KLtGyXGRQqHPvIr4oO9njTUY4= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:90033 Archived-At: Jean Magnan de Bornier writes: > > Hi Ola, > > I have a little function in my .emacs: > > (defun cez () > "Connexion ftp avec junon dans emacs" > (interactive) > (find-file "/sftp:[user]@[server]:~/") > ) > > Replace [user] with your login and [server] with your server name. ;-) > > so that hitting M-x cez in emacs opens a connexion and dired shows me the > files and I can edit them. > > It is a good thing to set up ssh encryption so no password is asked. > > So you need dired mode in emacs and ssh setup. This is a really great idea, thanks! Dave