Feb 8, 2004 #1 nabob1 Programmer Joined Jul 18, 2003 Messages 44 Location US How do I reenable ftp on a sun server?
Feb 8, 2004 #2 mikeclark MIS Joined Oct 3, 2000 Messages 356 Location AU Start with checking /etc/services file and see if ports 20 and 21 are commented ( disabled) Upvote 0 Downvote
Feb 9, 2004 #3 SamirSolaris IS-IT--Management Joined Feb 4, 2004 Messages 12 Location GB check /etc/inetd.conf. If the ftp entry is commented out, remove the '#' from 'ftp' line and do kill -HUP to inetd daemon. Upvote 0 Downvote
check /etc/inetd.conf. If the ftp entry is commented out, remove the '#' from 'ftp' line and do kill -HUP to inetd daemon.