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

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

Re: tramp: plain ftp problem


From: Kai Großjohann
Subject: Re: tramp: plain ftp problem
Date: Tue, 24 Jun 2003 09:19:47 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Kin Cho <kin@techie.com> writes:

> Debugger entered--Lisp error: (ftp-error "FTP Error: OPEN request failed: 
> ftp: ftp: Name or service not known")
>   signal(ftp-error ("FTP Error: OPEN request failed: ftp: ftp: Name or 
> service not known"))
>   ange-ftp-error("ftp" "kin" "OPEN request failed: ftp: ftp: Name or service 
> not known")
>   ange-ftp-normal-login("ftp" "kin" "123" "" #<process *ftp kin@ftp*>)

It is trying to connect to the host ftp.  This means that
ange-ftp-name-format has the wrong value, I think.  Can you check the
value of ange-ftp-name-format at that spot?

The regular expression should allow for two colons in the line and
should generally look similar to the Tramp regexp.

Also, please check the variable file-name-handler-alist.  Is ange-ftp
mentioned there?  It shouldn't.
-- 
This line is not blank.


reply via email to

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