how to enable telnet and ftp

Hey guys, I just intalled solaris 10 and after the upgrade I am not able to telnet or ftp to the machine. It only allows me to ssh. Please let me know how to enable telnet and ftp on it?Thanks
[213 byte] By [imran_nya] at [2007-11-26 21:21:41]
# 1
Run the following as 'root' user:# svcadm -v enable telnetsvc:/network/telnet:default enabled.# svcadm -v enable ftpsvc:/network/ftp:default enabled.
giri04a at 2007-7-10 3:01:05 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2
Thank you SO MUCH!!!It worked. Is telnet and ftp stay enabled after the reboot? If not then how can I make that change permanent?
imran_nya at 2007-7-10 3:01:05 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 3
svcadm makes it permanent until you turn it off. svcadm enable ftp vs. svcadm disable ftpMake sure your box is fully patched. There is a telnet bug out there you do not want on your system.
kjard_usa at 2007-7-10 3:01:05 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 4
Thanks a lot for your help
imran_nya at 2007-7-10 3:01:05 > top of Java-index,Solaris Operating System,Solaris 10 Features...