GNU bug report logs - #1908
ange-ftp does not support extended passive mode

Previous Next

Package: emacs;

Reported by: xah lee <xah <at> xahlee.org>

Date: Wed, 14 Jan 2009 23:00:02 UTC

Severity: wishlist

Tags: wontfix

Done: Michael Albinus <michael.albinus <at> gmx.de>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 1908 in the body.
You can then email your comments to 1908 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#1908; Package emacs. (Wed, 14 Jan 2009 23:00:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to xah lee <xah <at> xahlee.org>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Wed, 14 Jan 2009 23:00:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: xah lee <xah <at> xahlee.org>
To: bug-gnu-emacs <at> gnu.org
Subject: ange-ftp does not support extended passive mode
Date: Wed, 14 Jan 2009 14:50:58 -0800
Summary: ange-ftp mode does not support the extended passive mode  
(epsv) mode.

Explanation:

when connecting to the server in the command line using
ftp, i get this error:

[xah <at> xahg5][Tue Jan 13 09:37:40][~]
ftp j...@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 j...@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 in
ange-ftp's customize panel.

(yes i know about sftp, ssh... Not a option here. ange-ftp has  
passive mode, but that doesn't work for me in this case)

PS about two weeks ago i reported a bug about zip file and got a  
reply of request for example... sorry haven't had time to respond to  
it yet.

  Xah
∑http://xahlee.org/

Merged 1908 1972. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Thu, 22 Jan 2009 20:45:03 GMT) Full text and rfc822 format available.

Severity set to `wishlist' from `normal' Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Thu, 22 Jan 2009 20:45:03 GMT) Full text and rfc822 format available.

Disconnected #1972 from all other report(s). Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Fri, 16 Aug 2013 07:18:01 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#1908; Package emacs. (Wed, 24 Aug 2016 16:29:01 GMT) Full text and rfc822 format available.

Message #14 received at 1908 <at> debbugs.gnu.org (full text, mbox):

From: Michael Albinus <michael.albinus <at> gmx.de>
To: xah lee <xah <at> xahlee.org>
Cc: 1908 <at> debbugs.gnu.org
Subject: Re: bug#1908: ange-ftp does not support extended passive mode
Date: Wed, 24 Aug 2016 18:27:58 +0200
xah lee <xah <at> xahlee.org> writes:

Hi Xah,

> Summary: ange-ftp mode does not support the extended passive mode
> (epsv) mode.

[...]

> 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 in
> ange-ftp's customize panel.
>
> (yes i know about sftp, ssh... Not a option here. ange-ftp has passive
> mode, but that doesn't work for me in this case)

This is a very old bug report. Nobody has taken the ball; in fact there
is no active maintainer who will work on new ange-ftp features.

Do you still need extended passive mode in ange-ftp? And in case of, how
could we continue? The only idea I have in mind would be a contribution
from you. Nobody else has requested this.

>   Xah

Best regards, Michael.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#1908; Package emacs. (Wed, 24 Aug 2016 16:49:02 GMT) Full text and rfc822 format available.

Message #17 received at 1908 <at> debbugs.gnu.org (full text, mbox):

From: Xah Lee <xahlee <at> gmail.com>
To: Michael Albinus <michael.albinus <at> gmx.de>
Cc: 1908 <at> debbugs.gnu.org
Subject: Re: bug#1908: ange-ftp does not support extended passive mode
Date: Wed, 24 Aug 2016 09:48:23 -0700
[Message part 1 (text/plain, inline)]
hi Michael,

very old indeed! I think we can close it.

For me, I haven't heard of ftp in tech sphere for many years. I haven't
used any ftp for perhaps 5 years. (maybe except downloading gnu emacs from
fsf via browser)

Thank you for writing. Best.

 Xah

On Wed, Aug 24, 2016 at 9:27 AM, Michael Albinus <michael.albinus <at> gmx.de>
wrote:

> xah lee <xah <at> xahlee.org> writes:
>
> Hi Xah,
>
> > Summary: ange-ftp mode does not support the extended passive mode
> > (epsv) mode.
>
> [...]
>
> > 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 in
> > ange-ftp's customize panel.
> >
> > (yes i know about sftp, ssh... Not a option here. ange-ftp has passive
> > mode, but that doesn't work for me in this case)
>
> This is a very old bug report. Nobody has taken the ball; in fact there
> is no active maintainer who will work on new ange-ftp features.
>
> Do you still need extended passive mode in ange-ftp? And in case of, how
> could we continue? The only idea I have in mind would be a contribution
> from you. Nobody else has requested this.
>
> >   Xah
>
> Best regards, Michael.
>
[Message part 2 (text/html, inline)]

Reply sent to Michael Albinus <michael.albinus <at> gmx.de>:
You have taken responsibility. (Wed, 24 Aug 2016 17:46:01 GMT) Full text and rfc822 format available.

Notification sent to xah lee <xah <at> xahlee.org>:
bug acknowledged by developer. (Wed, 24 Aug 2016 17:46:02 GMT) Full text and rfc822 format available.

Message #22 received at 1908-done <at> debbugs.gnu.org (full text, mbox):

From: Michael Albinus <michael.albinus <at> gmx.de>
To: Xah Lee <xahlee <at> gmail.com>
Cc: 1908-done <at> debbugs.gnu.org
Subject: Re: bug#1908: ange-ftp does not support extended passive mode
Date: Wed, 24 Aug 2016 19:45:23 +0200
Xah Lee <xahlee <at> gmail.com> writes:

> hi Michael,

Hi Xah,

> very old indeed! I think we can close it.
>
> For me, I haven't heard of ftp in tech sphere for many years. I
> haven't used any ftp for perhaps 5 years. (maybe except downloading
> gnu emacs from fsf via browser)

Thanks for confirmation. So I close the bug.

> Thank you for writing. Best.
>
>  Xah

Best regards, Michael.




Added tag(s) wontfix. Request was from Michael Albinus <michael.albinus <at> gmx.de> to control <at> debbugs.gnu.org. (Wed, 24 Aug 2016 17:47:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 22 Sep 2016 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 274 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.