Adding a FTP server

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:

SUNWftpr
SUNWftpu

Extract 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.xml
svccfg -v import /var/svc/manifest/network/ftp.xml

Enable the services:

svcadm enable inetd
svcadm enable ftp

Verify the services are online:

svcs -vx inetd
svcs -vx ftp

Enable the inetd service:

inetadm -e ftp