From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: snakedjip@yahoo.com (Snake Djip) Newsgroups: gmane.emacs.help Subject: ange-ftp in emacs behind a router/firewall stops at ls... Date: 17 Sep 2002 17:28:57 -0700 Organization: http://groups.google.com/ Sender: help-gnu-emacs-admin@gnu.org Message-ID: <3318afc0.0209171628.6593b081@posting.google.com> NNTP-Posting-Host: localhost.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1032309358 27693 127.0.0.1 (18 Sep 2002 00:35:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 18 Sep 2002 00:35:58 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17rSou-0007CO-00 for ; Wed, 18 Sep 2002 02:35:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17rSpD-0003Pz-00; Tue, 17 Sep 2002 20:36:15 -0400 Original-Path: shelby.stanford.edu!nntp.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 36 Original-NNTP-Posting-Host: 65.94.6.44 Original-X-Trace: posting.google.com 1032308938 3446 127.0.0.1 (18 Sep 2002 00:28:58 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 18 Sep 2002 00:28:58 GMT Original-Xref: nntp.stanford.edu gnu.emacs.help:105010 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:1565 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1565 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.