Things are a little different with Jaguar (10.2) as ftpd is now controlled by 'xinetd' rather than 'inetd', whereas the previous hint (and the ReadMe file included with ProFTPD 1.2.4 for Mac OS X) suggested replacing a line in /etc/inetd.conf, the file now to be changed is /etc/xinetd.d/ftp.
Look for the line that reads:
server = /usr/libexec/ftpdand change this to:
server = /usr/local/sbin/proftpdAlso change the line:
server_args = -lto:
server_args =In other words, just remove the '-l'.
The other steps in the previous hint are correct (turning off ftp in the Preference Pane, etc). However I would recommend downloading the package installer for Proftpd 1.2.4 for Mac OS X and going from there rather than compiling from the source.

