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: Unable to list or access remote files via ftp Date: Fri, 25 Feb 2011 14:27:09 +0100 Message-ID: <87sjvcmehe.fsf@gmx.de> References: <8F2CAE65-20D5-4154-88B2-6C58B7CC33BB@Web.DE> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1298640492 15536 80.91.229.12 (25 Feb 2011 13:28:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 25 Feb 2011 13:28:12 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Peter Dyballa Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 25 14:28:02 2011 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.69) (envelope-from ) id 1Psxi8-00034S-2y for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Feb 2011 14:27:56 +0100 Original-Received: from localhost ([127.0.0.1]:36279 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Psxi7-00076w-Hi for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Feb 2011 08:27:55 -0500 Original-Received: from [140.186.70.92] (port=51411 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsxhY-00075L-BN for help-gnu-emacs@gnu.org; Fri, 25 Feb 2011 08:27:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PsxhX-0000hj-7r for help-gnu-emacs@gnu.org; Fri, 25 Feb 2011 08:27:20 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:43834) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PsxhW-0000gh-Nl for help-gnu-emacs@gnu.org; Fri, 25 Feb 2011 08:27:19 -0500 Original-Received: (qmail invoked by alias); 25 Feb 2011 13:27:14 -0000 Original-Received: from p57BB91D5.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.145.213] by mail.gmx.net (mp052) with SMTP; 25 Feb 2011 14:27:14 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1+pQ0cOOQmpk0srhpPSyd86yOmFJaQqhQzKaXqyn0 tv1RMjNmxUojR/ In-Reply-To: <8F2CAE65-20D5-4154-88B2-6C58B7CC33BB@Web.DE> (Peter Dyballa's message of "Fri, 25 Feb 2011 00:40:23 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 213.165.64.22 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:79469 Archived-At: Peter Dyballa writes: > Am 24.02.2011 um 20:05 schrieb guivho: > >> When I try to list the home directory on my website with C-x C-d >> /ftp.vanhoecke.org:vanhoecke/www.vanhoecke.org/web/content ange-ftp >> immediately starts to access the remote ftp server as soon as I type >> the ':', but it fails > > I think you think that you are using ange-ftp =E2=80=93 but it's actually > TRAMP. TRAMP has a different syntax: > > C-x d /METHOD:USER@HOST/path/to/whatever RET > > The @ as part of your user name confuses TRAMP. I don't believe so. According to the traces, Tramp has delegated the work to ange-ftp. I cannot reproduce it here. Maybe it is due to the nature of the remote FTP server ("220 Microsoft FTP Service"); I have no access to this kind of server for testing. Guido, if possible you could use another method to access, like "smb". Best regards, Michael.