how to setting ftp

Dear expert,

I have problem when try ftp to my unix box (solaris 10). I was setting /etc/default/login file for enable remote access.
enabling service for ftp
and in /etc/ftpd/ftpusers thereis exist root.
but can not using root for ftp (message : 530 login incorrect)
but with using telnet i can use root for login

thank you for your help

heru

If the user exists in /etc/ftpd/ftpusers, that user is not allowed to connect using ftp. Check the man page of ftpusers. If you do want to enable ftp for root, remove root from /etc/ftpd/ftpusers.

thank's Blowtorch,
that the answers, i was wrong :smiley: , and after delete root from /etc/ftpd/ftpusers i can ftp my unix box using root.

thank you very much...

heru

AFAIK, this is a common misconception about how to troubleshoot a network problem using telnet. I've met many did that. its OK to see whether a port is open -- other than that -- they have their own protocol (language) speaking.

HTH,

Cheers.

I think you completely misunderstood the OP. He was saying was that he was able to login using a telnet session (ie on port 23, not port 21). And expected (incorrectly) that if this worked he had configured correctly to allow root to connect to the system for all protocols.