all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: Katsumi Yamaoka <yamaoka@jpl.org>
Cc: 6009@debbugs.gnu.org
Subject: bug#6009: 24.0.50; can't copy local file to remote host using ftp
Date: Fri, 23 Apr 2010 10:41:36 +0200	[thread overview]
Message-ID: <87tyr25znj.fsf@gmx.de> (raw)
In-Reply-To: <b4mr5m6r61a.fsf@jpl.org> (Katsumi Yamaoka's message of "Fri, 23 Apr 2010 16:18:09 +0900")

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.






  reply	other threads:[~2010-04-23  8:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2010-05-02 11:50   ` Michael Albinus

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=87tyr25znj.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=6009@debbugs.gnu.org \
    --cc=yamaoka@jpl.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.