I can ping the solaris 10 server but can't ftp or telnet to it

I am having a problem to ftp and telnet to Solaris 10 server; from remote machine.

I was able to ftp to this server before, now I can only ping but can't ftp or telnet to this machine. I ran inetadm -e ftp command and tried svcadm enable /network/ftp but that did not resolve the problem.

[302 byte] By [nick5175] at [2007-11-26 6:06:19]
# 1
Hi,Are you trying to ftp as root? Root is a disabled ftp user by default. See ftpusers(4). Telnet is also disabled by default:$ svcs telnetSTATE STIMEFMRIdisabledFeb_28svc:/network/telnet:default
hnijbacker at 2007-7-6 13:34:51 > top of Java-index,Open Source Technologies,OpenSPARC...
# 2
To ftp as root :remove root from /etc/ftpd/ftpusers file.To telnet : You need to run in.telnetd. Make sure that the telnet daemon is running.
blacksabbath at 2007-7-6 13:34:51 > top of Java-index,Open Source Technologies,OpenSPARC...