From: snakedjip@yahoo.com (Snake Djip)
Subject: ange-ftp in emacs behind a router/firewall stops at ls...
Date: 17 Sep 2002 17:28:57 -0700 [thread overview]
Message-ID: <3318afc0.0209171628.6593b081@posting.google.com> (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.
next reply other threads:[~2002-09-18 0:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-18 0:28 Snake Djip [this message]
2002-09-18 8:42 ` ange-ftp in emacs behind a router/firewall stops at ls 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
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3318afc0.0209171628.6593b081@posting.google.com \
--to=snakedjip@yahoo.com \
/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.
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).