unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* ange-ftp in emacs behind a router/firewall stops at ls...
@ 2002-09-18  0:28 Snake Djip
  2002-09-18  8:42 ` Kai Großjohann
  0 siblings, 1 reply; 5+ messages in thread
From: Snake Djip @ 2002-09-18  0:28 UTC (permalink / raw)


Hi,

I've searched the group for information on using ange-ftp in emacs.

My setup is this :

DSL connection going to a Linksys Wireless Access Point (BEFW11S4),
and my PC is connected to the router.

I can connect to any FTP server on the internet using a regular FTP
client such as WS_FTP.

When I try with Emacs, it hangs after I enter the password.  During
the "hang", I see the router lights flash continuously, which means
that ange-ftp is constantly trying to accomplish something.  If I
Ctrl-G the process, and I look at the log, it seems to hang at the
"ls" command.

I can reproduce the same behaviour when using the regular FTP client
without Passive transfers...  the lights on the router are flashing,
and the connection is never complete (I never get a directory
listing).

Here's my .emacs (at least the part concerning ange-ftp) :

(require 'ange-ftp)
(setq ange-ftp-ftp-program-name "d:/windows/system32/ftp.exe")
(setq ange-ftp-tmp-name-template
      (concat (expand-file-name (getenv "TEMP")) "/ange-ftp/"))
(setq ange-ftp-gateway-tmp-name-template
      (concat (expand-file-name (getenv "TEMP")) "/ange-ftp/"))
(setq ange-ftp-smart-gateway "192.168.1.1")

Can anyone help me ?

Thanks.

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

end of thread, other threads:[~2002-09-20 13:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-18  0:28 ange-ftp in emacs behind a router/firewall stops at ls Snake Djip
2002-09-18  8:42 ` Kai Großjohann
2002-09-18 15:27   ` Snake Djip
2002-09-19 13:35     ` Snake Djip
2002-09-20 13:45     ` Kai Großjohann

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).