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: Trouble getting ange-ftp to work Date: Tue, 27 May 2008 14:17:56 +0200 Message-ID: References: <055f74df-c280-411f-bc91-741085128cff@m3g2000hsc.googlegroups.com> <871w3qlrtj.fsf@gmx.de> <8d7d1e6d0805250144nb0a4820u5d23796a120cd6bb@mail.gmail.com> <87skw6kajr.fsf@gmx.de> <8d7d1e6d0805251917p3dbd8a81sebf165a9ebd1022c@mail.gmail.com> <8d7d1e6d0805261825x68e948d3ne3a9565336b9e6c8@mail.gmail.com> <8d7d1e6d0805270227o371a156fh3630bfc78cd57d4c@mail.gmail.com> <8d7d1e6d0805270239m148244c6pa86a398f6a32424f@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1211890638 16285 80.91.229.12 (27 May 2008 12:17:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 May 2008 12:17:18 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Davin Pearson" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 27 14:17:57 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 1K0y7n-0005l4-Jx for geh-help-gnu-emacs@m.gmane.org; Tue, 27 May 2008 14:17:55 +0200 Original-Received: from localhost ([127.0.0.1]:34762 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K0y72-0001PU-8d for geh-help-gnu-emacs@m.gmane.org; Tue, 27 May 2008 08:17:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K0y6h-0001PH-5v for help-gnu-emacs@gnu.org; Tue, 27 May 2008 08:16:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K0y6f-0001Oi-Kw for help-gnu-emacs@gnu.org; Tue, 27 May 2008 08:16:46 -0400 Original-Received: from [199.232.76.173] (port=59809 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K0y6f-0001Ob-IL for help-gnu-emacs@gnu.org; Tue, 27 May 2008 08:16:45 -0400 Original-Received: from mailrelay2.alcatel.de ([194.113.59.96]:54550) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K0y6f-0004Ui-9b for help-gnu-emacs@gnu.org; Tue, 27 May 2008 08:16:45 -0400 Original-Received: from slbhab.alcatel.de (slbhab.bln.sel.alcatel.de [149.204.63.218]) by mailrelay2.alcatel.de (8.13.8/8.13.8/ICT) with ESMTP id m4RCGWGW024646; Tue, 27 May 2008 14:16:33 +0200 In-Reply-To: <8d7d1e6d0805270239m148244c6pa86a398f6a32424f@mail.gmail.com> (Davin Pearson's message of "Tue, 27 May 2008 21:39:22 +1200") User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (hpux) X-Scanned-By: MIMEDefang 2.57 on 149.204.45.73 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 2) 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:54320 Archived-At: "Davin Pearson" writes: > Here is the contents of " *ftp data" using the different FTP client > ftp://ftp.gnu.org/old-gnu/emacs/windows/contrib/ftp-for-win32.zip Looks like both types of directory listings cannot be parsed by `ange-ftp-parse-dired-listing'. This is due to the output format of your FTP server [Ripside Interactive, LLC. Copyright 2003]. ange-ftp got some improvements in Emacs 22. Maybe it is capable to speak with your server, I don't know. At least it might be worth a try. Best regards, Michael.