1. Enable FTP
In this article i am going to explain the simple steps required to enable (start) the FTP Server in Solaris 10 and also securing the service.
First look if the service is enabled:
svcs -a | grep ftp
If the service is disabled, start it (As root):
svcadm enable svc:/network/ftp:default
2. Securing FTP
To secure ftp you are [...]




