On Sat, 2003-10-25 at 14:04, Ammon Christiansen wrote: > I installed proftpd using apt-get in redhat 9 and I clicked on the services > setup thing but it says that xinetd has to be running to use proftpd, which > confuses me because xinetd is running and apache which works through it works > just fine. How can I set it up to be able to ftp stuff back and forth to my > computer from on campus? Which files do I edit and what do I put in them and > why would Apache work and not the ftp server
You have to tell xinetd to run proftpd: /sbin/chkconfig proftpd on /etc/init.d/xinetd restart For more info, see the files in /etc/xinetd.d and you'll see how it works. Michael > > > Thanks > Ammon > > _______________________________________________ > newbies mailing list > [EMAIL PROTECTED] > http://phantom.byu.edu/cgi-bin/mailman/listinfo/newbies _______________________________________________ newbies mailing list [EMAIL PROTECTED] http://phantom.byu.edu/cgi-bin/mailman/listinfo/newbies
