From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xah Lee Newsgroups: gmane.emacs.help Subject: how to set ange-ftp to epsv? Date: Tue, 13 Jan 2009 13:56:53 -0800 (PST) Organization: http://groups.google.com Message-ID: <849ce53a-414c-4c9a-bad3-ffe0a67a6d6b@g38g2000yqn.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1231910113 24505 80.91.229.12 (14 Jan 2009 05:15:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 Jan 2009 05:15:13 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 14 06:16:25 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LMy71-0002TN-9o for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Jan 2009 06:16:19 +0100 Original-Received: from localhost ([127.0.0.1]:51117 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LMy5k-0004IO-MT for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Jan 2009 00:15:00 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!g38g2000yqn.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.emacs Original-Lines: 53 Original-NNTP-Posting-Host: 24.6.175.142 Original-X-Trace: posting.google.com 1231883813 18095 127.0.0.1 (13 Jan 2009 21:56:53 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 13 Jan 2009 21:56:53 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: g38g2000yqn.googlegroups.com; posting-host=24.6.175.142; posting-account=bRPKjQoAAACxZsR8_VPXCX27T2YcsyMA User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; en) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:165981 comp.emacs:97649 X-Mailman-Approved-At: Wed, 14 Jan 2009 00:14:36 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:61313 Archived-At: when using ange-ftp, is there a way to set epsv to off? basically, when connecting to the server in the command line using ftp, i get this error: [xah@xahg5][Tue Jan 13 09:37:40][~] ftp joe@example.com Connected to example.com. 220 FTP Server ready. 331 Password required for joe. Password: 230 User joe logged in. Remote system type is UNIX. Using binary mode to transfer files. ftp> ls 229 Entering Extended Passive Mode (|||40104|) 500 Illegal EPRT command 200 PORT command successful 421 Service not available, remote server timed out. Connection closed ftp> a web search suggests to use =E2=80=9Cpassive off=E2=80=9D and or =E2=80=9C= epsv=E2=80=9D commands. The epsv command worked for me. ftp joe@example.com Connected to example.com. 220 FTP Server ready. 331 Password required for joe. Password: 230 User joe logged in. Remote system type is UNIX. Using binary mode to transfer files. ftp> epsv EPSV/EPRT on IPv4 off. ftp> ls 227 Entering Passive Mode (68,75,114,108,156,180). 150 Opening ASCII mode data connection for file list ... [file listed] However, i need to use it inside emacs to be able to dev on the site. i don't see any customizable var about epsv (extended passive mode) in ange-ftp's customize panel. (yes i know about sftp... Not a option here...) Thanks. Xah =E2=88=91 http://xahlee.org/ =E2=98=84