Jeff Hogg wrote:

> -----Original Message-----
> From: Bob Lang <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> Date: Tuesday, August 29, 2000 9:36 AM
> Subject: FTP
>
> Still working on my FTP server. Thanks to those who have given me some
> answers, but I'm still having problems. Being the newbie that I am, that
> CAN'T be the problem. Anyway, here's what I have
>
> rpm -qa|grep ftp
>
> ftp-0.16.3
> gftp-2.0.6a-3
> ncftp-3.0beta21.4
> anonftp-2.3-4
> wu-ftpd-2.6.0-3

Ok now that we know th thing is installed have you started it?  are you
planning on running it from inetd (the standard way) or as a stand alone
daemon?  If from inetd then the folowing ine needs to be in inetd.conf:

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

(make sure it is not commented out with a # at the beginning)

if it is running stanalone then it will show up in the output of  ps -ax

tell us what is happening after checking the above.

Bret



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

Reply via email to