2.3 Only enable FTP if absolutely necessary - Uncomment service ftp in /etc/inet/inetd.conf
Information
Like telnet, the FTP protocol is unencrypted, which means passwords and other data transmitted during the session can captured by sniffing the network, and that the FTP session itself can be hijacked by an external attacker. SSH provides two different encrypted file transfer mechanisms.scp and sftp.and should be used instead.