Adding a FTP server to EON Jan 15, 2011 The following packages from SXCE SNV_b130 x86 media (download: www.sunfreepacks.com) are needed on a system with 7zip: SUNWftprSUNWftpuExtract the following: /usr/sbin/in.ftpd /etc/ftpd/ftpconversions /etc/ftpd/ftpgroups /etc/ftpd/ftphosts /etc/ftpd/ftpservers /etc/ftpd/ftpaccess /etc/ftpd/ftpusers /var/svc/manifest/network/ftp.xml Import the necessary SMF services: svccfg -v import /var/svc/manifest/network/inetd.xmlsvccfg -v import /var/svc/manifest/network/ftp.xmlEnable the services: svcadm enable inetdsvcadm enable ftpVerify the services are online: svcs -vx inetdsvcs -vx ftp Enable the inetd service: inetadm -e ftp |