all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Martin Steffen <msteffen@ifi.uio.no>
To: help-gnu-emacs@gnu.org
Subject: Re: tramp/ange-ftp: error in creation of dir's
Date: Tue, 20 Nov 2007 22:10:22 +0100	[thread overview]
Message-ID: <m3hcjg39oh.fsf@ifi.uio.no> (raw)
In-Reply-To: 87d4u5gasq.fsf@gmx.de




Hi.
>>>>> "Michael" == Michael Albinus <michael.albinus@gmx.de> writes:


    >> expect). Getting into the displayed directory /Volume_1 in the dired
    >> gets me there, as exected. The next command, the attempted creation
    >> of "testdir", fails.  So I can browse fine, but creating directories
    >> does not work (the same happens when trying to delete an empty
    >> directory).

    Michael> OK. Could you, please, run a native test from the command
    Michael> line:

So, here is the log of the commands, you
gave:

---------------------------------------------------------------
[msteffen@localhost ~]$ ftp 192.168.1.4
Connected to 192.168.1.4 (192.168.1.4).
220 sputstore FTP server (Version wu-2.6.2(52) Tue Jan 2 14:13:26 CST 2007) ready.
Name (192.168.1.4:msteffen): 
331 Password required for msteffen.
Password:
230-Welcome to my FTP site.
230-Now is the time ==> Tue Nov 20 21:57:17 2007
230-The host name is sputstore
230-You are msteffen
230-There are 1 person in my site, now.
230-
230-
230 User msteffen logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> hash
Hash mark printing on (1024 bytes/hash mark).
ftp> pwd
257 "/" is current directory.
ftp> cd /
250 CWD command successful.
ftp> ls -al
227 Entering Passive Mode (192,168,1,4,216,113)
150 Opening ASCII mode data connection for directory listing.
total 14
drwxr-xr-x   4 root root     1024 Nov 19  2007 .
drwxr-xr-x  18 root root     1024 Nov 19  2007 ..
drwxrwxrwx   8 root root     4096 Nov 19 20:12 Volume_1
drwxr-xr-x   2 root root     1024 Feb 14  2007 web_page
226 Transfer complete.
ftp> quote mdtm /
550 /mnt: not a plain file.
ftp> cd /Volume_1
250 CWD command successful.
ftp> ls -al
227 Entering Passive Mode (192,168,1,4,67,17)
150 Opening ASCII mode data connection for directory listing.
total 66
drwxrwxrwx   8 root root     4096 Nov 19  2007 .
drwxr-xr-x   4 root root     1024 Nov 19  2007 ..
drwxrwxrwx   2 root root     4096 Nov 17  2007 .lpd
drwxrwxrwx   4 root root     4096 Nov 19  2007 Music
-rwxrwxrwx   1 root root        2 Nov 18  2007 XXX
drwxrwxrwx   3 root root     4096 Nov 17  2007 sputnik
drwxrwxrwx   2 root root     4096 Nov 19  2007 testdir
drwxrwxrwx   2 root root     4096 Nov 18  2007 testfolder
226 Transfer complete.
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.
ftp> bye
221-You have transferred 0 bytes in 0 files.
221-Total traffic for this session was 986 bytes in 0 transfers.
221-Thank you for using the FTP service on sputstore.
221 Goodbye.
[msteffen@localhost ~]$ 
-------------------------------------

    Michael> # ftp 192.164.1.4



    ftp> pwd
    >> 257 "/Volume_1" is current directory.
    ftp> mkdir testdir
    >> 257 "/mnt/HD_a2/testdir" new directory created.

yes, that looks strange.

    Michael> Looks like "/Volume_1" is a link or so, because "testdir" has
    Michael> been created on another physical location.


    Michael> Ah. Samba on FAT32 likely. This could explain why the smb
    Michael> based copy results in shortened file names.

Well, strangely enough, the DNS-323 is BSD-based, as I heared

    Michael> Off topic: looks like it is possible to run native Linux on a
    Michael> D-Link DNS-323. I did something similar with my Linksys NSLU2,
    Michael> and I'm happy with it.

[Off topic as well: Yes, I have seen that. Not sure whether I dare to do
that at the current stage.... Actually, the thing works fine (for instance
it connected in a blink to my noxon internet radio via UNpP AV). The only
thing I need to find out a decent way of using it for backups]

cheers, Martin

  reply	other threads:[~2007-11-20 21:10 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.3733.1195378624.18990.help-gnu-emacs@gnu.org>
2007-11-19  9:41 ` tramp/ange-ftp: error in creation of dir's Michael Albinus
     [not found]   ` <34247.129.240.69.93.1195465782.squirrel@webmail.uio.no>
2007-11-19 10:22     ` Michael Albinus
2007-11-19 11:07       ` Martin Steffen
     [not found]       ` <mailman.3785.1195470504.18990.help-gnu-emacs@gnu.org>
2007-11-19 11:30         ` Michael Albinus
2007-11-19 18:06   ` Martin Steffen
2007-11-19 21:55     ` Michael Albinus
2007-11-20 21:10       ` Martin Steffen [this message]
2007-11-20 22:46         ` Michael Albinus
2007-11-21  7:00           ` Martin Steffen
2007-11-18  9:36 Martin Steffen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3hcjg39oh.fsf@ifi.uio.no \
    --to=msteffen@ifi.uio.no \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.