Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Mar 2001 13:57:04 +0100
From:      =?iso-8859-1?Q?Michael_Lyngb=F8l?= <michael@lyngbol.dk>
To:        David Larkin <David.Larkin@djl.co.uk>
Cc:        questions@freebsd.org
Subject:   Re: Installing ftpd
Message-ID:  <20010314135704.P73750@tigerdyr.lyngbol.dk>
In-Reply-To: <3AAF6B21.C659E27C@DJL.co.uk>; from David.Larkin@djl.co.uk on Wed, Mar 14, 2001 at 12:59:13PM %2B0000
References:  <3AAF6B21.C659E27C@DJL.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 14, 2001 at 12:59:13PM +0000, David Larkin wrote:
> 
> I've got a 3.4-STABLE installation.
> 
> When I installed the server some time ago I didn't install ftpd.

It should be part of the base-system.

> How do I best install it now ?

Enable ftpd in /etc/inetd.conf, like:

lyngbol@tigerdyr:~$ grep ^ftp /etc/inetd.conf
ftp     stream  tcp     nowait  root    /usr/libexec/ftpd       ftpd -llS 

Then (re)start inetd.

/Michael


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?20010314135704.P73750>