all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Xah Lee <xahlee@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: how to set ange-ftp to epsv?
Date: Tue, 13 Jan 2009 13:56:53 -0800 (PST)	[thread overview]
Message-ID: <849ce53a-414c-4c9a-bad3-ffe0a67a6d6b@g38g2000yqn.googlegroups.com> (raw)

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 “passive off” and or “epsv” 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
∑ http://xahlee.org/

                 reply	other threads:[~2009-01-13 21:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=849ce53a-414c-4c9a-bad3-ffe0a67a6d6b@g38g2000yqn.googlegroups.com \
    --to=xahlee@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.