From owner-freebsd-questions@FreeBSD.ORG Wed May 18 07:07:45 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4052D16A4CE for ; Wed, 18 May 2005 07:07:45 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC5FE43D99 for ; Wed, 18 May 2005 07:07:44 +0000 (GMT) (envelope-from motionsiren@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so74536wra for ; Wed, 18 May 2005 00:07:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=GTocSX/0f6r3/tikZoAlqr0fVPF6nq10q8gCg9VqHX7IuzAmSewJbnOW3RgmWQBz8It//kdP+O6lm/Kf0ULpsJNuGxzPrbeEix8Xem++fmpjqkr+Bkd37Ex4HuH1Rgg6BUgsejWRoScsGH3qMd266NxDsyuoXJuileBR3wIkuWc= Received: by 10.54.32.4 with SMTP id f4mr138388wrf; Wed, 18 May 2005 00:07:44 -0700 (PDT) Received: by 10.54.71.9 with HTTP; Wed, 18 May 2005 00:07:43 -0700 (PDT) Message-ID: <781e2bc00505180007c62e122@mail.gmail.com> Date: Wed, 18 May 2005 00:07:44 -0700 From: Benjamin Keating To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Suggestions on FTP daemon with NIS support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Benjamin Keating List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 07:07:45 -0000 Running FreeBSD 5.4 Would like to run a FTP server, authenticating against NIS. No anonymous support required, just trust worthy office users. Would the bundled FTP daemon ( http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-ftp.html ) do the trick or would you recommend something like vsftpd or ProFTPd?