From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.help Subject: Re: run ssh in emacs Date: Fri, 16 Jan 2015 22:36:42 +0100 Message-ID: <87vbk61k7p.fsf@gmx.de> References: <87vbkbre16.fsf@bach.histomat.net> <87twzvbxb4.fsf@gmail.com> <20150113123829.GA3285@historicalmaterialism.info> <87egqy3g9k.fsf@gmail.com> <20150113151644.GB3285@historicalmaterialism.info> <87h9vsqab6.fsf@bach.histomat.net> <87d26frdrl.fsf@bach.histomat.net> <874mrq4pal.fsf@bach.histomat.net> <87wq4m30oi.fsf@bach.histomat.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1421444238 3516 80.91.229.3 (16 Jan 2015 21:37:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 Jan 2015 21:37:18 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Haines Brown Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 16 22:37:14 2015 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 1YCEZq-00080Y-Ej for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Jan 2015 22:37:10 +0100 Original-Received: from localhost ([::1]:57537 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCEZp-0006Gh-Sf for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Jan 2015 16:37:09 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40609) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCEZZ-0006Eo-02 for help-gnu-emacs@gnu.org; Fri, 16 Jan 2015 16:36:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YCEZV-0001Hz-Bd for help-gnu-emacs@gnu.org; Fri, 16 Jan 2015 16:36:52 -0500 Original-Received: from mout.gmx.net ([212.227.17.22]:59291) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCEZV-0001Ho-0o for help-gnu-emacs@gnu.org; Fri, 16 Jan 2015 16:36:49 -0500 Original-Received: from detlef.gmx.de ([87.146.38.247]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0MCcE2-1Y41MH2xww-009SAQ; Fri, 16 Jan 2015 22:36:43 +0100 In-Reply-To: <87wq4m30oi.fsf@bach.histomat.net> (Haines Brown's message of "Fri, 16 Jan 2015 15:55:41 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-Provags-ID: V03:K0:s6kDlEccGwlVqeJdLB54TKjvk/trdrAbfhO9aOIGXJkk7D2eh37 YECibjXaYtN90BbHR1k1TfGMjamJOozKwG5Uq+GjZCloSg8OchlJmH/iWpRgyFMxK0BNO00 +GWJEGQxArzm3RyB5zQcYGHjoEDyzIxHlZiwhutStMKmGGhdCY9f1ImKqtDwmwrYjE5W2ZS OrR7cp40PtCK+0Y4VfAyA== X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.17.22 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:102121 Archived-At: Haines Brown writes: > Michael, sorry to be so slow on the uptake. For my Emacs 24, ELPA tells > me that ange-ftp is built in, and so I would not expect to see any > ange-ftp.el file. I gather that if I use a tramp command to transfer a > file by ftp, it is authomatically done with ange-ftp. Yes. > I presume that since I want to use ftp, I need to define the login in > the .netrc. I have this line there: > > machine uss-irex.info login ussir03 password "Geheim" > > I open an emacs session amd issue this command: > > C-x C-f /ftp:issir03@uss-irex.info: I guess it is just a typo. In .netrc you write "ussir03", in the Emacs file name you write "issir03". > > The messages buffer tells me: > > Waiting for prompts from remote shell > ssh: connect to host ftp port 22: No route to host. That shouldn't happen! Could you, please, start a new Emacs stanza with "emacs -Q" and try then immediately C-x C-f /ftp:issir03@uss-irex.info: > Haines Best regards, Michael.