>What is the best way for me to secure the FTP on a FreeBSD system? I >would like to make each of them a user with limited abilities.
There's lots of flexibility in FreeBSD ftpd check the freebsd.org on-line handbook, esp the security section, plus any of the recent books on freebsd. man ftpd ... is quite long and has tons of config info man 5 login.conf (maybe login classes will be useful?) That's on the freebsd machine as "host security". For network security, you can also block access from internet to the ftp ports. Len
