Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Feb 2003 11:29:39 +1030
From:      kibbet <kibbet@kibby.au.knfpub.com>
To:        Vidor Demeter <vidor@home.se>
Cc:        stable@freebsd.org
Subject:   Re: FTP-server
Message-ID:  <20030220005939.GC279@kibby.au.knfpub.com>
In-Reply-To: <004d01c2d879$0d06d830$0200a8c0@amd>
References:  <20021121221116.GB957@gromit.dlib.vt.edu> <3DDD601F.5000507@swissgeeks.com> <004d01c2d879$0d06d830$0200a8c0@amd>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Feb 20, 2003 at 01:43:13AM +0100, Vidor Demeter wrote:
> Hi everybody!
> 
> I want to setup a FTP-server on my computer with FreeBSD 5.0...
> Is there any help on how to begin? I tried to find some help, but I 
> did not find any. Could someone help me with that? How to begin?
> TIA
> Vidor
> 

This question belongs on -questions (and then only after you have
read all the relevent documentation).  Basically you need to uncomment
the following line in /etc/inetd.conf

#ftp    stream  tcp     nowait  root    /usr/libexec/ftpd       ftpd -l

and restart inetd;

killall -HUP inetd


Cheers,

-- 
Kent Ibbetson
flea@knfpub.com

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




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