Click to See Complete Forum and Search --> : How do I allow FTP access for virtual hosts?


GK
05-21-2002, 02:47 PM
Since I'm running a few virtual sites on my server, I wanted to know how I could enable FTP access to the corresponsing directories?

I.E. /var/www/www.whatever.com

I'd like to give a person a username and password with ftp access to that directory.

Dagda
05-21-2002, 03:22 PM
I use Pure-FTP

FoBoT
05-21-2002, 04:04 PM
Originally posted by Dagda:
<STRONG>I use Pure-FTP</STRONG>

me too

the installation instructions on the web site are good

GK
05-21-2002, 04:15 PM
Are you guys talking about www.pure-ftp.com (http://www.pure-ftp.com) ?

FoBoT
05-21-2002, 04:22 PM
Originally posted by GK:
<STRONG>Are you guys talking about www.pure-ftp.com (http://www.pure-ftp.com) ?</STRONG>

no

http://www.pureftpd.org/

Pure-FTPd is a free (GPL), secure, production-quality and standard-conformant FTP server based upon Troll-FTPd. It doesn't provide useless bells and whistles, but focuses on efficiency and ease of use. It provides simple answers to common needs, plus unique useful features for personal users as well as hosting providers.


[ 21 May 2002: Message edited by: FoBoT ]

GK
05-21-2002, 04:28 PM
Cool!

Leme ask you this. There are three versions for the Intel CPU.

pure-ftpd-1.0.11-1.i386.rpm
pure-ftpd-1.0.11-1.i586.rpm
pure-ftpd-1.0.11-1.i686.rpm

Could you tell me what the differences are? I always assumed that the i386 meant for all Intel based machines, but I also see the i686 deals too.

I installed the i386 version and am now trying to play with it.

[ 21 May 2002: Message edited by: GK ]

FoBoT
05-21-2002, 07:08 PM
if your server is a pentium II or newer cpu (or if AMD Athlon/Duron or newer) then use the 686 version

if you have a 386/486 then use the 386 version

if you are somewhere in the middle, use the 586 version

good luck and have fun! :)

GK
05-22-2002, 04:51 PM
I've gone through the documentation a few times, but I can't figure out how to use the GUI.

The website shows this:
http://www.pureftpd.org/secureeasy.png

FoBoT
05-22-2002, 05:47 PM
i don't know what that screenshot is about

i don't see any reference to it either

i only used it on a bare , command line only debian box

i dunno

misty
05-23-2002, 08:11 AM
Pure-FTPd has a KDE-based GUI called kcmpureftpd, it can be downloaded from the Pure-FTPd site... I haven't used it either, though.

Syngin
05-23-2002, 02:18 PM
How does PureFTP stack up to Pro-FTP or WU-FTP? I'm using WU currently.