Bob Lang wrote:

> Still trying to get an FTP server running. The only line in my inetd.conf
> file is:
>
> swat    stream    tcp    nowait.400    root    /usr/sbin/swat    swat

try

ftp     stream  tcp     nowait  root    /usr/sbin/tcpd  in.ftpd -l -a

In addition you might want to check to make sure that the ftp daemon package
is installed.  I am running wuftp on my internal servers but I understand
that ncftpd might be a better choice.

What does rpm -qa|grep ftp return?

here is what it looks like on one of my servers:

$ rpm -qa|grep ftp
ftp-0.10-22
gftp-2.0.3-1
ncftp-3.0beta18-3
tftp-0.10-23
wu-ftpd-2.6.0-1




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to