Date: Tue, 30 Nov 2004 13:05:10 +0000 From: Justin Gruenberg <justin.gruenberg@gmail.com> To: freebsd-questions@freebsd.org Cc: j p <jayncali61@yahoo.com> Subject: Re: FTP Message-ID: <96cd751f0411300505279e05e8@mail.gmail.com> In-Reply-To: <20041130125253.78160.qmail@web41004.mail.yahoo.com> References: <20041130125253.78160.qmail@web41004.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 30 Nov 2004 04:52:53 -0800 (PST), j p <jayncali61@yahoo.com> wrote: > how do i FTP freebsd? do i need some other software? i need step by step. is there some other site i can just download it? > > thank you > > JP Unless you need real specific FTP control, just use the included FTP program. You're going to need to enable inetd [1] and then uncomment the line for ftpd in /etc/rc.conf and then restart inetd with this command kill -HUP `/var/run/inetd.pid` [notice the backtick (`) operator, not single quotes (')] [1] http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-inetd.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?96cd751f0411300505279e05e8>