hey guys im running redhat 9.0 and i just installed proftpd im trying to get it running heres the deal if i ssh to my box as a root user it will let me login as ftpadmin when i type ftp localhost and try to ftp stuff it works
it lets me login even if i have wrong password
[root@localhost root]# ftp localhost
Connected to localhost (127.0.0.1).
220 FTP Server ready.
Name (localhost:root): root
331 Password required for root.
Password:
530 Login incorrect.
Login failed.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>
but when i logon using any other computer it wont let me connect to the ftp server at all
i am using all default configs
thank you in advance for your time and help =)
