From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Martin Steffen Newsgroups: gmane.emacs.help Subject: Re: tramp/ange-ftp: error in creation of dir's Date: 21 Nov 2007 08:00:52 +0100 Organization: IFI UiO Norway Message-ID: References: <87d4u5gasq.fsf@gmx.de> <87ve7wr0w9.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1195628503 1683 80.91.229.12 (21 Nov 2007 07:01:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 Nov 2007 07:01:43 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 21 08:01:50 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 1Iujam-0007LU-IT for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Nov 2007 08:01:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IujaY-0006JG-LJ for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Nov 2007 02:01:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IujaD-0006Ip-F4 for help-gnu-emacs@gnu.org; Wed, 21 Nov 2007 02:01:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IujaB-0006IV-0t for help-gnu-emacs@gnu.org; Wed, 21 Nov 2007 02:01:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IujaA-0006IS-Tk for help-gnu-emacs@gnu.org; Wed, 21 Nov 2007 02:01:10 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IujaA-00080w-Cu for help-gnu-emacs@gnu.org; Wed, 21 Nov 2007 02:01:10 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Iuja0-0007FY-Vy for help-gnu-emacs@gnu.org; Wed, 21 Nov 2007 07:01:01 +0000 Original-Received: from waterford.ifi.uio.no ([129.240.69.93]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 21 Nov 2007 07:01:00 +0000 Original-Received: from msteffen by waterford.ifi.uio.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 21 Nov 2007 07:01:00 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: waterford.ifi.uio.no User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:49386 Archived-At: >>>>> "Michael" == Michael Albinus writes: Michael> Martin Steffen writes: >> Hi. Michael> Hi, ftp> quote mdtm /Volume_1/ >> 550 /Volume_1: No such file or directory. ftp> mkdir /Volume_1/testdir >> 550 /Volume_1/testdir: No such file or directory. Michael> Hmm, the same output as in the ange-ftp log. That is Michael> consistent. I wouldn't blame ange-ftp, when your FTP server Michael> isn't able to create a new directory over a link. ok, make sense. I try to fiddle a little more myself, or find out what's known about DNS's ftp-server. Thanks, Martin