From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ian Eure Newsgroups: gmane.emacs.help Subject: Re: ftp and dired Date: Tue, 30 Dec 2008 11:07:39 -0800 Message-ID: References: <87ljtx7jmd.fsf@literaturlatenight.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1230664102 25467 80.91.229.12 (30 Dec 2008 19:08:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 30 Dec 2008 19:08:22 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: henry atting Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 30 20:09:28 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LHjxw-0002g4-2y for geh-help-gnu-emacs@m.gmane.org; Tue, 30 Dec 2008 20:09:20 +0100 Original-Received: from localhost ([127.0.0.1]:48009 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LHjwi-0001zv-F8 for geh-help-gnu-emacs@m.gmane.org; Tue, 30 Dec 2008 14:08:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LHjwN-0001zc-4K for help-gnu-emacs@gnu.org; Tue, 30 Dec 2008 14:07:43 -0500 Original-Received: from [199.232.76.173] (port=55400 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LHjwM-0001zS-Es for help-gnu-emacs@gnu.org; Tue, 30 Dec 2008 14:07:42 -0500 Original-Received: from mail.digg.com ([64.191.203.36]:45158) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LHjwM-0004uY-2b for help-gnu-emacs@gnu.org; Tue, 30 Dec 2008 14:07:42 -0500 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.digg.com (Postfix) with ESMTP id 02F2BA8509D; Tue, 30 Dec 2008 11:07:41 -0800 (PST) X-Virus-Scanned: amavisd-new at X-Spam-Score: -4.511 Original-Received: from mail.digg.com ([127.0.0.1]) by localhost (mail.digg.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5XSt1Iu1Cot0; Tue, 30 Dec 2008 11:07:40 -0800 (PST) Original-Received: from [10.2.16.90] (diggstage01.digg.com [64.191.203.34]) by mail.digg.com (Postfix) with ESMTP id 087BFA8502B; Tue, 30 Dec 2008 11:07:40 -0800 (PST) In-Reply-To: <87ljtx7jmd.fsf@literaturlatenight.de> X-Mailer: Apple Mail (2.930.3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:60983 Archived-At: On Dec 30, 2008, at 7:44 AM, henry atting wrote: > Hi, > > I am looking for a solution to display a remote directory via ftp in > dired-mode (or in eshell) > This uses Ange-FTP by way of Tramp, and works for me: C-x d /ftp:anonymous@ftp.uni-erlangen.de:/ RET This works in eshell: cd /ftp:anonymous@ftp.uni-erlangen.de:/ RET Works for me in Emacs 22 & Emacs 23 CVS. - Ian