emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ange-ftp bug


From: Juri Linkov
Subject: ange-ftp bug
Date: Wed, 12 Nov 2003 12:02:15 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

After copying a file from local file system to ftp using dired
copy command, Emacs signals an error and displays the ftp buffer.
The file is copied correctly, but when dired tries to update the
ftp dired buffer, it uses the copied file name as a directory name.
Below is all relevant information:

_Buffer *ftp address@hidden:
ftp> put /home/user/emacs/testfile /tmp/testfile
200 PORT command successful
150 Opening BINARY mode data connection for /tmp/testfile
226 Transfer complete.
5 bytes sent in 0.00 secs
type ascii
ftp> 200 Type set to A
ftp> cd /tmp/testfile
550 /tmp/testfile: Not a directory
cd /tmp/testfile
ftp> 550 /tmp/testfile: Not a directory
ftp>

_Buffer *Messages*_:
Copying testfile to /address@hidden:/tmp/...done
Copy [-p]: 1 of 1
Doing CD... [2 times]
Copy [-p] `/home/user/emacs/testfile' to `/address@hidden:/tmp/testfile' failed:
(ftp-error FTP Error: DIR failed: 550 /tmp/testfile: Not a directory)

_Buffer *Dired log*_:
Copy [-p] `/home/user/emacs/testfile' to `/address@hidden:/tmp/testfile' failed:
(ftp-error FTP Error: DIR failed: 550 /tmp/testfile: Not a directory)
Copy [-p] failed for 1 of 1 file

_Version_: GNU Emacs 21.3.50 (i686-pc-linux-gnu) of 2003-11-11

_Command line_: emacs -q --no-site-file --eval "(blink-cursor-mode 0)"

-- 
http://www.jurta.org/emacs/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]