unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#6009: 24.0.50; can't copy local file to remote host using ftp
@ 2010-04-23  7:18 Katsumi Yamaoka
  2010-04-23  8:41 ` Michael Albinus
  0 siblings, 1 reply; 3+ messages in thread
From: Katsumi Yamaoka @ 2010-04-23  7:18 UTC (permalink / raw)
  To: 6009

[-- Attachment #1: Type: text/plain, Size: 254 bytes --]

Hi,

Recently I cannot copy local files to a remote host using ftp.
The Lisp backtrace I got when I was about to copy ~/FILE to
/ftp:yamaoka@remote-host:~/ by the dired-do-copy command is
attached below.  Could someone look into it?  Thanks in advance.


[-- Attachment #2: bt.gz --]
[-- Type: application/octet-stream, Size: 1489 bytes --]

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

* bug#6009: 24.0.50; can't copy local file to remote host using ftp
  2010-04-23  7:18 bug#6009: 24.0.50; can't copy local file to remote host using ftp Katsumi Yamaoka
@ 2010-04-23  8:41 ` Michael Albinus
  2010-05-02 11:50   ` Michael Albinus
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Albinus @ 2010-04-23  8:41 UTC (permalink / raw)
  To: Katsumi Yamaoka; +Cc: 6009

Katsumi Yamaoka <yamaoka@jpl.org> writes:

> Hi,

Hi,

> Recently I cannot copy local files to a remote host using ftp.
> The Lisp backtrace I got when I was about to copy ~/FILE to
> /ftp:yamaoka@remote-host:~/ by the dired-do-copy command is
> attached below.  Could someone look into it?  Thanks in advance.

Could you, please, check the following patch?

--8<---------------cut here---------------start------------->8---
*** /tmp/ediff4542Mhl  2010-04-23 10:34:25.000000000 +0200
--- /usr/local/src/emacs/lisp/net/ange-ftp.el        2010-04-23
10:34:07.000000000 +0200
***************
*** 3827,3833 ****
      (ange-ftp-call-cont cont result line)))
  
  (defun ange-ftp-copy-file (filename newname &optional ok-if-already-exists
!                                     keep-date preserve-uid-gid)
    (interactive "fCopy file: \nFCopy %s to file: \np")
    (ange-ftp-copy-file-internal filename
                                               newname
--- 3827,3834 ----
      (ange-ftp-call-cont cont result line)))
  
  (defun ange-ftp-copy-file (filename newname &optional ok-if-already-exists
!                                     keep-date preserve-uid-gid
!                                     preserve-selinux-context)
    (interactive "fCopy file: \nFCopy %s to file: \np")
    (ange-ftp-copy-file-internal filename
                                               newname
--8<---------------cut here---------------end--------------->8---

Best regards, Michael.






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

* bug#6009: 24.0.50; can't copy local file to remote host using ftp
  2010-04-23  8:41 ` Michael Albinus
@ 2010-05-02 11:50   ` Michael Albinus
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Albinus @ 2010-05-02 11:50 UTC (permalink / raw)
  To: Katsumi Yamaoka; +Cc: 6009-done

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

Hi,

> Could you, please, check the following patch?

No reaction, I regard the bug as closed.

Best regards, Michael.






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

end of thread, other threads:[~2010-05-02 11:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-23  7:18 bug#6009: 24.0.50; can't copy local file to remote host using ftp Katsumi Yamaoka
2010-04-23  8:41 ` Michael Albinus
2010-05-02 11:50   ` Michael Albinus

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).