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: tramp/ange-ftp: error in creation of dir's Date: Mon, 19 Nov 2007 10:41:14 +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 1195465296 4588 80.91.229.12 (19 Nov 2007 09:41:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Nov 2007 09:41:36 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Martin Steffen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 19 10:41:43 2007 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 1Iu38M-0007QS-Tf for geh-help-gnu-emacs@m.gmane.org; Mon, 19 Nov 2007 10:41:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iu388-0005Es-5w for geh-help-gnu-emacs@m.gmane.org; Mon, 19 Nov 2007 04:41:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iu37j-0005Cb-MU for help-gnu-emacs@gnu.org; Mon, 19 Nov 2007 04:40:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iu37h-0005Aj-Rh for help-gnu-emacs@gnu.org; Mon, 19 Nov 2007 04:40:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iu37h-0005AM-Iw for help-gnu-emacs@gnu.org; Mon, 19 Nov 2007 04:40: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 1Iu37h-0002aJ-07 for help-gnu-emacs@gnu.org; Mon, 19 Nov 2007 04:40:57 -0500 Original-Received: from slbhab.alcatel.de (slbhab.bln.sel.alcatel.de [149.204.63.218]) by mailrelay1.alcatel.de (8.13.4/8.13.4/ICT) with ESMTP id lAJ9eL1T027174; Mon, 19 Nov 2007 10:40:21 +0100 In-Reply-To: (Martin Steffen's message of "Sun, 18 Nov 2007 10:36:36 +0100") User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (hpux) X-Scanned-By: MIMEDefang 2.51 on 149.204.45.72 X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:49336 Archived-At: Martin Steffen writes: > Hi, Hi, > Otherwise, I can login, copy files etc, only the creation of > directories does not work. The error message is > > mkdir /Volume_1/x > ftp> 550 /Volume_1/x: No such file or directory. [...] > Actually, when looking at the command-message buffer, it seems that during > the ftp-session there is something's going wrong, during directory browsing > (with dired). So, the ftp-buffer complains all the time, that the > respective director is not there (see the protocol below). That's strange, > as in the dired-buffer, it seems to work, i.e., I can browse the directory > tree, open files, change them, and store them back. Only in the ftp-command > buffer, tramp/ange-ftp complains that those directories are not there: > > ls -al /tmp/ange-ftp3480Z7F > ftp> 227 Entering Passive Mode (192,168,1,4,207,17) > 150 Opening ASCII mode data connection for directory listing. > 226 Transfer complete. > quote mdtm /Volume_1/ > ftp> 550 /Volume_1: No such file or directory. Does it mean you are able to browse the directory "/Volume_1" in dired? Strange. Could you, please, provide the ange-ftp buffer for a whole session, including browsing through the directory "/Volume_1" as well as creation of files, editing files, creation of directories inside this directory? Best regards, Michael.