On Wed, 1 Dec 2004 14:54:57 -0800 (PST), Fernando Mustieles <nando_musti at yahoo.com> wrote: > I'm trying to install a ftp server to upload files, > but the wu-ftpd 2.6.2 doesn't work with autoconfigure > nor with > It would probably be easier to install vsftpd instead of wu-ftpd. Do you have a reason to use wu-ftpd over vsftpd? vsftpd is the default ftp server for RHEL3 (and therefore clones, like Cenots) and it is included on your CD or via the mirrors: ftp://mirror.aelix.com/pub/cAos/centos-3/3.3/os/i386/RedHat/RPMS/vsftpd-1.2.1-3.i386.rpm So, if it isn't already installed, you can just run # yum install vsftpd and you will get vsftpd installed. Then, you will need to configure it and such, but that's another topic. Greg