From owner-freebsd-questions Thu Jan 28 07:40:27 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA02091 for freebsd-questions-outgoing; Thu, 28 Jan 1999 07:40:27 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA02082 for ; Thu, 28 Jan 1999 07:40:25 -0800 (PST) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with ESMTP id IAA22867; Thu, 28 Jan 1999 08:39:48 -0700 (MST) (envelope-from brett@peloton.physics.montana.edu) Date: Thu, 28 Jan 1999 08:39:48 -0700 (MST) From: Brett Taylor To: Anthony Kim cc: freebsd-questions@FreeBSD.ORG Subject: Re: Passive FTP In-Reply-To: <36B02878.F90BFB6F@enteract.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, > I have FTP_PASSIVE_MODE= YES in /etc/make.conf on my workstation > (4.0-CURRENT) and am successfully using passive mode ftp with ncftp > and cvsup. However, when I do a make install in > /usr/ports/dir/port-name I do not get a successful transfer and get a > logged src TCP port 20 attempt in syslog. In /usr/share/mk/bsd.port.mk edit the following line as: FETCH_BEFORE_ARGS+= $${CKSIZE:+-S $$CKSIZE} -p You could also just change the 2 fetch commands (fetch, ftp) to fetch -p and ftp -p (these lines are right above and below the above line). Brett ****************************************************************** Brett Taylor brett@peloton.physics.montana.edu http://peloton.physics.montana.edu/brett/ "love isn't someplace that we fall, it's something that we do" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message