I would like to set up an FTP server on my solaris 8 system, but I'm not clear with the installation steps. I would like to know how to setup and configure it! Any suggestions would be greatly appreciated!
If you want o use both ipv4/ipv6 then uncomment the second line.
2) restart inetd ("kill -HUP inetd").
3) type "netstat -a | grep ftp". Ensure ftp is LISTEN mode.
*.ftp *.* 0 0 24576 0 LISTEN
4) to control who can ftp to your system edit file /etc/ftpusers. Include any username that you dont want them to ftp.
5) add user to the system to allow them to connect.
6) test ftp connection. Type "ftp localhost".
7) to hide ftp banner edit/create file "/etc/default/ftpd". Example: BANNER="WARNING: Authorised user only."
If you need more control on your ftp server, I suggest you use other ftp daemon like proftpd.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.