From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QeBP3-0004g8-Uw for garchives@archives.gentoo.org; Tue, 05 Jul 2011 19:35:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6738621C12E; Tue, 5 Jul 2011 19:33:54 +0000 (UTC) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 19B4621C12E for ; Tue, 5 Jul 2011 19:33:53 +0000 (UTC) Received: by wyh22 with SMTP id 22so5951542wyh.40 for ; Tue, 05 Jul 2011 12:33:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:reply-to:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; bh=l0dxskF0qdB0Tevn3UIFwXtTUOQtkhU1+RBU3PpdoFM=; b=mGPM0qR8oPoM8EKkK/X9dgmKF/10znZY0Ms0YC2wkeNPOJwO+R3QlUtGls9lTdikVE fwMiG50Ez7n0iuYbI7plTN3uyBa9MCQ6vxIBCXQ0pKVr2BUT2nJ9OcxwJGhBT5tQ6LGO /2AVAgFtCcVvpBhVxKszL1fxITSb4Nj2FV1RU= Received: by 10.227.195.143 with SMTP id ec15mr6702805wbb.109.1309894433307; Tue, 05 Jul 2011 12:33:53 -0700 (PDT) Received: from dell_xps.localnet (230.3.169.217.in-addr.arpa [217.169.3.230]) by mx.google.com with ESMTPS id fi5sm5538667wbb.56.2011.07.05.12.33.51 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 05 Jul 2011 12:33:52 -0700 (PDT) From: Mick To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] setsockopt SO_DEBUG - ftp connection problems Date: Tue, 5 Jul 2011 20:34:25 +0100 User-Agent: KMail/1.13.7 (Linux/2.6.38-gentoo-r6; KDE/4.6.3; x86_64; ; ) References: <201107051258.40620.michaelkintzios@gmail.com> In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart5334897.juVJtGX1Uj"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201107052034.36054.michaelkintzios@gmail.com> X-Archives-Salt: X-Archives-Hash: 132c321450690d870ce9a3a37a0ab02d --nextPart5334897.juVJtGX1Uj Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Tuesday 05 Jul 2011 19:42:53 Paul Hartman wrote: > On Tue, Jul 5, 2011 at 6:58 AM, Mick 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|) >=20 > 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= ,=20 so I had to toggle it back on again: got remotecwd as `/' =2D--> 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 =2D--> TYPE A 200 Switching to ASCII mode. tnftp: setsockopt SO_DEBUG (ignored): Permission denied =2D--> 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=20 work with EPSV. =2D-=20 Regards, Mick --nextPart5334897.juVJtGX1Uj Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) iEYEABECAAYFAk4TZ0sACgkQVTDTR3kpaLZsBQCg+J+Nry1H+Vbg7zanwWLzjgqR UGIAoOIOcoKq+mOSH+kMabKFrQ4AlwH1 =ObM/ -----END PGP SIGNATURE----- --nextPart5334897.juVJtGX1Uj--