Hi! I'm kind new to linux, I just got my server with CentOS 3.1 installed
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
./build lnx ./build install
got error missing bin/ftpd
can you tell me step by step howto install o should I user another ftp server...
thanks for your help Fernando
__________________________________ Do you Yahoo!? All your favorites on one personal page � Try My Yahoo! http://my.yahoo.com
On Wed, 1 Dec 2004 14:54:57 -0800 (PST), Fernando Mustieles nando_musti@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
grab the wu-ftpd from redhat 8.0 update. It works fine. Of course, you should monitor wu-ftpd homepage yourself for continuous security patches.
Fernando Mustieles wrote:
Hi! I'm kind new to linux, I just got my server with CentOS 3.1 installed
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
./build lnx ./build install
got error missing bin/ftpd
can you tell me step by step howto install o should I user another ftp server...
thanks for your help Fernando
__________________________________ Do you Yahoo!? All your favorites on one personal page – Try My Yahoo! http://my.yahoo.com _______________________________________________ CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
proftpd works great too. For a beginner, the Webmin plugin for proftpd makes configuration a breeze.
Mike
Leonard Ye wrote:
grab the wu-ftpd from redhat 8.0 update. It works fine. Of course, you should monitor wu-ftpd homepage yourself for continuous security patches.
Fernando Mustieles wrote:
Hi! I'm kind new to linux, I just got my server with CentOS 3.1 installed
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
./build lnx ./build install
got error missing bin/ftpd
can you tell me step by step howto install o should I user another ftp server...
thanks for your help Fernando