From owner-freebsd-questions Fri Jun 20 00:28:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA17954 for questions-outgoing; Fri, 20 Jun 1997 00:28:55 -0700 (PDT) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA17949 for ; Fri, 20 Jun 1997 00:28:49 -0700 (PDT) Received: (from nadav@localhost) by gatekeeper.barcode.co.il (8.8.5/8.6.12) id KAA21044; Fri, 20 Jun 1997 10:29:10 +0300 (IDT) Date: Fri, 20 Jun 1997 10:29:10 +0300 (IDT) From: Nadav Eiron To: Justin Ashworth cc: questions@FreeBSD.ORG Subject: Re: Virtual FTP server? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 19 Jun 1997, Justin Ashworth wrote: > How can I set up a virtual FTP server? Same idea as a virtual web server > where a user could ftp to ftp.somedomain.com and actually be conducting a > transaction on ftp.server.com. > > Any ideas or doc pointers??? First, install wu-ftpd from the ports. Then search the net for the virtual patches to it (I don't remember where I got them from, but AltaVista will probably get you there). By what I remember all that's left is to apply the patches, compile and configure your virtual hosts. > > Thanks! > > - Justin Ashworth > -- ashworth@cs.montana.edu > - http://www.cs.montana.edu/~ashworth > > Nadav