Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] setsockopt SO_DEBUG - ftp connection problems
Date: Tue, 05 Jul 2011 19:35:26
Message-Id: 201107052034.36054.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] setsockopt SO_DEBUG - ftp connection problems by Paul Hartman
1 On Tuesday 05 Jul 2011 19:42:53 Paul Hartman wrote:
2 > On Tue, Jul 5, 2011 at 6:58 AM, Mick <michaelkintzios@×××××.com> wrote:
3 > > 200 Switching to ASCII mode.
4 > > tnftp: setsockopt SO_DEBUG (ignored): Permission denied
5 > > ---> EPSV
6 > > 229 Entering Extended Passive Mode (|||62430|)
7 > > 229 Entering Extended Passive Mode (|||62430|)
8 >
9 > Don't use EPSV, use PASV instead, hopefully that will work.
10
11 I tried defining passive when in the session. It was in passive by default,
12 so I had to toggle it back on again:
13
14 got remotecwd as `/'
15 ---> TYPE I
16 200 Switching to Binary mode.
17 ftp> passive
18 Passive mode: off; fallback to active mode: off.
19 ftp> passive
20 Passive mode: on; fallback to active mode: on.
21 ftp> ls
22 ---> TYPE A
23 200 Switching to ASCII mode.
24 tnftp: setsockopt SO_DEBUG (ignored): Permission denied
25 ---> EPSV
26 229 Entering Extended Passive Mode (|||9832|)
27 229 Entering Extended Passive Mode (|||9832|)
28
29 How can I control it to not go into extended passive?
30
31 PS. The server reports EPSV in its features, so I am not sure why it would not
32 work with EPSV.
33 --
34 Regards,
35 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] setsockopt SO_DEBUG - ftp connection problems Paul Hartman <paul.hartman+gentoo@×××××.com>