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: Emacs failed in reading file from ftp Date: Fri, 18 Jan 2008 16:37:40 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1200670669 16409 80.91.229.12 (18 Jan 2008 15:37:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Jan 2008 15:37:49 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 18 16:38:07 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 1JFtIE-0007RD-Bn for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Jan 2008 16:38:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JFtHp-0005Bh-FU for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Jan 2008 10:37:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JFtH9-0004qp-E4 for help-gnu-emacs@gnu.org; Fri, 18 Jan 2008 10:36:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JFtH7-0004pw-O7 for help-gnu-emacs@gnu.org; Fri, 18 Jan 2008 10:36:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JFtH7-0004pm-CV for help-gnu-emacs@gnu.org; Fri, 18 Jan 2008 10:36:57 -0500 Original-Received: from mailrelay1.alcatel.de ([194.113.59.95]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JFtH6-0000XK-NY for help-gnu-emacs@gnu.org; Fri, 18 Jan 2008 10:36:57 -0500 Original-Received: from slbhab.alcatel.de (slbhab.bln.sel.alcatel.de [149.204.63.218]) by mailrelay1.alcatel.de (8.13.8/8.13.8/ICT) with ESMTP id m0IFaoOp012525; Fri, 18 Jan 2008 16:36:50 +0100 In-Reply-To: (unknown@unknown.invalid's message of "Fri, 18 Jan 2008 00:56:26 +0100") User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (hpux) X-Scanned-By: MIMEDefang 2.57 on 149.204.45.72 X-detected-kernel: by monty-python.gnu.org: 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:50799 Archived-At: Unknown writes: > Hello Michael, Hi, > Here is your request: > > 226-File successfully transferred > 226 0.027 seconds (measured here), 272.14 Mbytes per second > 7569990 bytes received in 0.03 secs (234268.2 kB/s) > ftp> quote mdtm /home/wwwtest/public_html/class_readmail/www-data > 200 TYPE is now ASCII > ftp> quote mdtm /home/wwwtest/public_html/class_readmail/www-data > 200 TYPE is now ASCII > ftp> 213 20080116200717 > ftp> 213 20080116200717 > > I think, I know where you will find the problem: Do you mean that > could be a coding problem? I just take a look for "quote mdtm", and > the type is ASCII... there could be a coherency... but I don't know, > where the solution could be? FTP-Server (pure-ftp) or emacs? "mdtm" is no problem; it returns just the modification time of a file. And it did it correctly with "20080116200717". Looks like you haven't shown the whole buffer. Could you do this, please? > Best regards > Frank B. Best regards, Michael.