Is there any problem using the ftpd that comes with Kerberos on CentOS?
        Posted  
        
            by Chen Levy
        on Server Fault
        
        See other posts from Server Fault
        
            or by Chen Levy
        
        
        
        Published on 2009-11-29T13:47:00Z
        Indexed on 
            2010/03/14
            7:55 UTC
        
        
        Read the original article
        Hit count: 340
        
Hello,
I need to configure ftpd on a CentOS 5.3 host to allow anonymous ftp (upload and download) from a well defined directory.
I wish the setup to be as simple as possible, and to introduce as little new dependencies as possible.
Scanning the current server configuration, I found the ftpd server that comes as part of the Kerberos workstation:
> rpm -ql krb5-workstation | grep ftpd$
/usr/kerberos/sbin/ftpd
Is there any reason I could or should not use this ftp server?
© Server Fault or respective owner