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 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
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 at caosity.org > http://lists.caosity.org/mailman/listinfo/centos >-- Leonard Ye <lye at antlabs.com> Ant in Research & Development Advanced Network Technology Laboratories Pte Ltd Tel: +65 68586789 Fax: +65 64874567 WWW: http://www.antlabs.com
Frenando, I had no problems with the vsftp instructions on the RedHat site, starting here: http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/ref-guide/s1-ftp-servers.html The section on ftp starts here: http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/ref-guide/ch-ftp.html There was one essential point that I did not get from the manual (I had to find it the hard way): any directory in your ftp server that you want to be publicly accessible needs to be "executable" by everyone ("o" for "others") -- one enters a directory by "executing" it. I recommend vsftp because 1) I assume RedHat had good reasons for choosing it, and 2) you have RedHat supporting it. Rick> Message: 4 > Date: Wed, 1 Dec 2004 14:54:57 -0800 (PST) > From: Fernando Mustieles <nando_musti at yahoo.com> > To: centos at caosity.org > Subject: [Centos] need help with wu-ftpd > > 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 > >