From owner-freebsd-questions@FreeBSD.ORG Mon Jan 28 06:34:57 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C56216A418 for ; Mon, 28 Jan 2008 06:34:57 +0000 (UTC) (envelope-from norman@apache.org) Received: from vs159071.vserver.de (hiphopcorner.de [62.75.159.71]) by mx1.freebsd.org (Postfix) with ESMTP id E654F13C46A for ; Mon, 28 Jan 2008 06:34:56 +0000 (UTC) (envelope-from norman@apache.org) Received: from [10.99.0.2] (unknown [213.188.107.182]) by vs159071.vserver.de (Postfix) with ESMTP id 7B18EBE8912; Mon, 28 Jan 2008 06:34:55 +0000 (UTC) From: Norman Maurer To: Zbigniew Szalbot In-Reply-To: <94136a2c0801272219ue080ef9o74f30862c4c5ef73@mail.gmail.com> References: <94136a2c0801272219ue080ef9o74f30862c4c5ef73@mail.gmail.com> Content-Type: text/plain Date: Mon, 28 Jan 2008 07:34:47 +0100 Message-Id: <1201502087.6923.2.camel@norman-laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions Subject: Re: passive ftp transfer with pkg_add X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jan 2008 06:34:57 -0000 Am Montag, den 28.01.2008, 07:19 +0100 schrieb Zbigniew Szalbot: > Hello, > > I have been trying to install KDE by using pkg_add -r kde but the > download is always failing. Reading man pkg_add I see a reference to > change the FTP mode to passive if the download constantly fails. > However, man does not say which file should be edited to change it. I > tried pkgtools.conf but I have not found anything about FTP transfer > mode in there. > > Can you advise which file needs to be edited? > > Also: > > "Note: If you wish to use passive mode ftp in such transfers, set the > variable FTP_PASSIVE_MODE to some value in your environment." > > What value should be set for FTP_PASSIVE_MODE? Any value? > > Many thanks! > > Zbigniew Szalbot Yes just do something like that: # export FTP_PASSIVE_MODE=true bye Norman