From owner-freebsd-questions@FreeBSD.ORG Thu Apr 12 23:43:45 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1721116A402 for ; Thu, 12 Apr 2007 23:43:45 +0000 (UTC) (envelope-from ghirai@ghirai.com) Received: from p28.ich-19.com (fa.ea.5646.static.theplanet.com [70.86.234.250]) by mx1.freebsd.org (Postfix) with ESMTP id E0C8A13C45B for ; Thu, 12 Apr 2007 23:43:44 +0000 (UTC) (envelope-from ghirai@ghirai.com) Received: from [89.122.145.219] (helo=Unknown-00-13-d4-de-87-6f.lan) by p28.ich-19.com with esmtpa (Exim 4.63) (envelope-from ) id 1Hc8x3-0001FW-3S for freebsd-questions@freebsd.org; Thu, 12 Apr 2007 18:43:41 -0500 Date: Fri, 13 Apr 2007 02:44:43 +0300 From: Ghirai X-Mailer: The Bat! (v3.98.4) Professional X-Priority: 3 (Normal) Message-ID: <4710085624.20070413024443@ghirai.com> To: freebsd-questions@freebsd.org In-Reply-To: <200704111312.18132.daeg@houston.rr.com> References: <200704111312.18132.daeg@houston.rr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - p28.ich-19.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - ghirai.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re[2]: looking for something like an embedded ftp server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ghirai List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 23:43:45 -0000 Hello David, Wednesday, April 11, 2007, 9:12:17 PM, you wrote: > On Wednesday 11 April 2007 12:26:42 pm Derrill Guilbert wrote: >> I've been given an old machine, and asked to turn it into an ftp server. It >> will got on its own IP, separate from the one our LAN uses. It will have >> three read-only users and maybe five read/write users. It will contain >> design data that we're transferring to the offices in China. That is, we >> will upload it from here in at the main office, and the China staff will >> download it to implement the little containers we're building. >> >> This does not need to be secure beyond password protection necessarily, >> though some sort of secure FTP would be fine. >> >> What I would really prefer is some sort of BSD based simple FTP server >> setup. I've found several BSD based router/firewall/whatever servers out >> there, such as m0n0wall and pfsense, among others, and I would like >> something that simple for an FTP server. That is, I want to be able to >> install the server and then only have to configure users, no mess with >> hardening things and setting up pf or so ... >> >> Does such a thing exist? Am I needlessly complicating things for myself in >> another way (often the case, I'm little more than a user when it comes to >> FreeBSD)? >> >> Any kind of guidance on this topic would be appreciated --- if what I want >> to do can be done with a custom install of FreeBSD, that'd be wonderful >> also. >> >> Thank you in advance for any guidance. Try pure-ftpd in the ports collection. It's nice that it supports virtual users (so you don't need to have system users for each user who uses the ftp), bandw. throttling, and lots of other nice things. It's also reasonably small. Apart from that, you only need ssh access to the box to configure things when needed, and you're ready to go. -- Best regards, Ghirai.