From owner-freebsd-questions@FreeBSD.ORG Wed Jan 6 10:38:29 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4C68106568F for ; Wed, 6 Jan 2010 10:38:29 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (gate6.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 188F58FC13 for ; Wed, 6 Jan 2010 10:38:28 +0000 (UTC) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.4/8.14.3) with ESMTP id o06AcN8Y010106; Wed, 6 Jan 2010 10:38:23 GMT (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.8.3 smtp.infracaninophile.co.uk o06AcN8Y010106 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1262774304; bh=Pf/hJjLjfbmBtMUmLczdSlnhbmzfV9LgzZy/TU37uRo=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Cc:Content-Type:Date:From:In-Reply-To: Message-ID:Mime-Version:References:To; z=Message-ID:=20<4B446819.8050701@infracaninophile.co.uk>|Date:=20W ed,=2006=20Jan=202010=2010:38:17=20+0000|From:=20Matthew=20Seaman= 20|Organization:=20Infracaninophi le|User-Agent:=20Thunderbird=202.0.0.23=20(X11/20091129)|MIME-Vers ion:=201.0|To:=20Paul=20Shi=20|CC:=20freebs d-questions@freebsd.org|Subject:=20Re:=20Setup=20FTP=20service=20o n=20FreeBSD=202.0.5?|References:=20|In-Reply-To:=20|X-Enigmail-Version:=200. 95.6|Content-Type:=20multipart/signed=3B=20micalg=3Dpgp-sha256=3B= 0D=0A=20protocol=3D"application/pgp-signature"=3B=0D=0A=20boundary =3D"------------enig26A530633A79FA1C4C952C1A"; b=uWVYa80oqy2H4aYdlcT3H+tEw1YkzBipZw2Cs1BDNhxC+edlC+hyuqPAwqDquKrcv dvzO5w9ZOnvXwXOKmdfIcXpXA79N0SP/bjtpnSTuGqPwNbx90z9GSzuOr6VZ7E1NX6 dK3YXa0v63j5ANCm6plzdRduYMJ1+Mijb8R4EN90= X-Authentication-Warning: happy-idiot-talk.infracaninophile.co.uk: Host localhost [IPv6:::1] claimed to be happy-idiot-talk.infracaninophile.co.uk Message-ID: <4B446819.8050701@infracaninophile.co.uk> Date: Wed, 06 Jan 2010 10:38:17 +0000 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.23 (X11/20091129) MIME-Version: 1.0 To: Paul Shi References: In-Reply-To: X-Enigmail-Version: 0.95.6 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig26A530633A79FA1C4C952C1A" X-Virus-Scanned: clamav-milter 0.95.3 at happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VERIFIED,NO_RELAYS autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on happy-idiot-talk.infracaninophile.co.uk Cc: freebsd-questions@freebsd.org Subject: Re: Setup FTP service on FreeBSD 2.0.5? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jan 2010 10:38:29 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig26A530633A79FA1C4C952C1A Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Paul Shi wrote: > Hi Everyone, >=20 > I am trying to find a way to setup a wireless network with a FreeBSD se= rver > machine running FTP service. The release of FreeBSD I intend to use is = 2.0.5 > but I could not find anything on how to setup FTP service on FreeBSD 2.= 0.5 > in handbook. There are only howto on PPP and SLIP. Does anyone have a > handbook on how to enable FTP service on FreeBSD 2.0.5? Millions thanks= ! Does FreeBSD 2.0.5 even have any support for wireless networking devices?= =20 As I recall for that vintage of FreeBSD, it was simply a matter of uncomm= enting the appropriate line in /etc/inetd.conf and (re)starting inetd -- there a= re no rc.subr scripts in a system that old, so to restart inetd, you'ld have to= do something like: # kill -HUP `cat /var/run/inetd.pid` To start it at all, just run: # /usr/sbin/inetd Enabling it to be automatically started on reboot is pretty much the same= as nowadays: just stick inetd_enable=3D"YES" into /etc/rc.conf. If you want= to provide anonymous FTP, then I believe there were instructions in the ftpd= (8) man page. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW --------------enig26A530633A79FA1C4C952C1A Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEAREIAAYFAktEaB8ACgkQ8Mjk52CukIxw4gCghLoTfs9Ytu+DZ3Nij/o+Cww0 If8AoIvtRpze4cGxeuJHcABcWyrbDVkO =KtPy -----END PGP SIGNATURE----- --------------enig26A530633A79FA1C4C952C1A--