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

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

ange-ftp still bombed for /dir with space in name/


From: Dan Jacobson
Subject: ange-ftp still bombed for /dir with space in name/
Date: 20 Jan 2001 09:04:47 +0800
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7

I thought [ange-ftp.el]:
      ;; If the dir name contains a space, some ftp servers will
      ;; refuse to list it.  We instead change directory to the
      ;; directory in question and ls ".".
      (when (string-match " " cmd1)
        (ange-ftp-cd host user (nth 1 cmd))
        (setq cmd1 "."))
then why:
        ftp> put /home/jidanni/win/My Webs/myweb/mapping.htm 
/jidanni/mapping.htm
        local: /home/jidanni/win/My: No such file or directory
maybe it's because I did a C on multipile marked files in dired?
I'm sorry I did not explore this further as it requires modem time [$]
in my present configuration.
-- 
http://www.geocities.com/jidanni Tel886-4-25854780 e-mail:restore .com. 積丹尼



reply via email to

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