when i try to connect to the ftp i have 421 not service available, so i would like to know if it's mandrake 8.2 pb or glftpd pb thx
when i install tcpd and glftpd i had no error
 
glftpd stream tcp nowait root /usr/sbin/tcpd /glftpd/bin/glftpd -l -o -i
 
service glftpd
{
        disable = no
        flags                   = REUSE NAMEINARGS
        socket_type             = stream
        protocol                = tcp
        wait                    = no
        user                    = root
        server                  = /usr/sbin/tcpd
        server_args             = /glftpd/bin/glftpd -l -o -i
}
 
 

Reply via email to