all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* tramp/ange-ftp: error in creation of dir's
@ 2007-11-18  9:36 Martin Steffen
  0 siblings, 0 replies; 10+ messages in thread
From: Martin Steffen @ 2007-11-18  9:36 UTC (permalink / raw)
  To: help-gnu-emacs



Hi, 

I came to use tramp/ange-ftp again. I have ftp access to some storage, and
tramp comes in handy.  Now it seems some erroneous behavior:

    I cannot create directories in dired mode via
    tramp/ange-ftp ("direct-create-directory")

    I am using tramp with tramp-default-method = "ftp"

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.

     

Note that it's not a problem of missing access permissions. In
the command buffer of tramps, which runs the ftp-session, 
I can type in

     ftp>  mkdir somefolder

and it works ok.
----------------------------
I use emacs-version 22.1.1
      tramp-version 2.0.55
----------------------------


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.
quote mdtm /Volume_1/
ftp> 550 /Volume_1: No such file or directory.
ftp> quote mdtm /Volume_1/
550 /Volume_1: No such file or directory.
quote mdtm /Volume_1/
ftp> 550 /Volume_1: No such file or directory.
ftp> quote mdtm /Volume_1/testfolder/


Any help is welcome. Thanks. Martin

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-11-21  7:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [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
2007-11-20 22:46         ` Michael Albinus
2007-11-21  7:00           ` Martin Steffen
2007-11-18  9:36 Martin Steffen

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.