Hello, I am having trouble accessing Zope via Emacs using ftp: when trying to open file: /user@localhost:8021:/ a connection is refused, "ftp: mismatch address family: protocol not supported" Version: GNU-Emacs 20.7.1 also happens with Version: X-Emacs 21.1 Help appreciated. Regards, Sebastian
Sebastian Singer wrote:
when trying to open file: /user@localhost:8021:/ a connection is refused, "ftp: mismatch address family: protocol not supported"
You should drop the first ':', as in "/user@localhost 8021:/". Regards, -- Raymond Penners -*- raymond@dotsphinx.com -*- www.dotsphinx.com
Sebastian Singer writes:
I am having trouble accessing Zope via Emacs using ftp:
when trying to open file: /user@localhost:8021:/ a connection is refused, "ftp: mismatch address family: protocol not supported"
Version: GNU-Emacs 20.7.1 also happens with Version: X-Emacs 21.1 With "XEmacs", it is "/user@localhost#8021:...", i.e. the ':' must become a '#'.
Dieter
participants (3)
-
Dieter Maurer -
Raymond Penners -
Sebastian Singer