On Tuesday 05 Jul 2011 19:42:53 Paul Hartman wrote:
> On Tue, Jul 5, 2011 at 6:58 AM, Mick <michaelkintz...@gmail.com> wrote:
> > 200 Switching to ASCII mode.
> > tnftp: setsockopt SO_DEBUG (ignored): Permission denied
> > ---> EPSV
> > 229 Entering Extended Passive Mode (|||62430|)
> > 229 Entering Extended Passive Mode (|||62430|)
> 
> Don't use EPSV, use PASV instead, hopefully that will work.

I tried defining passive when in the session.  It was in passive by default, 
so I had to toggle it back on again:

got remotecwd as `/'
---> TYPE I
200 Switching to Binary mode.
ftp> passive
Passive mode: off; fallback to active mode: off.
ftp> passive
Passive mode: on; fallback to active mode: on.
ftp> ls
---> TYPE A
200 Switching to ASCII mode.
tnftp: setsockopt SO_DEBUG (ignored): Permission denied
---> EPSV
229 Entering Extended Passive Mode (|||9832|)
229 Entering Extended Passive Mode (|||9832|)

How can I control it to not go into extended passive?

PS. The server reports EPSV in its features, so I am not sure why it would not 
work with EPSV.
-- 
Regards,
Mick

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to