Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2000 21:58:23 +0100
From:      Manuel Enrique Garcia Cuesta <megarcia@intercom.es>
To:        Xiuping Hu <xhu@aventail.com>
Cc:        "'Manuel Enrique Garcia Cuesta'" <megarcia@intercom.es>, "'freebsd-questions@freebsd.org'" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: ftp
Message-ID:  <20001114215823.C1004@ilex.kicelo.org>
In-Reply-To: <B56392D22C80D411AF7900508BDC91450D0BCA@maestro.in.aventail.com>
References:  <B56392D22C80D411AF7900508BDC91450D0BCA@maestro.in.aventail.com>

next in thread | previous in thread | raw e-mail | index | archive | help


=== Xiuping Hu escribia
(Tue, Nov 14, 2000 at 10:40:26AM -0800):

> 
> 
> > Hi there,
> > 
> > We have firewell in our company, and I can not make ftp out side our
> > firewell,
> > anybody has idea how to make this work? If this does not work, we can not
> > get current ports from FreeBSD site.
> 
> 	Trying givng ftp the -p option flag, or setting
> FTP_PASSIVE_MODE="YES"
> 
> Is this line should be put into /etc/rc.conf file?

	No, you just type something like:

FTP_PASSIVE_MODE="YES";export FTP_PASSIVE_MODE     # if you are using sh or similar

	or

set FTP_PASSIVE_MODE="YES"                         # if you use csh or similar

	right at your command prompt.
> 
> Thanks

	HTH
> 
> Xiuping
				Manuel Garcia




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001114215823.C1004>