What is the correct way to configure the built In ftpd

I would like to know what is the correct way to setup these options on the built in FTP server located in /usr/libexec/ftpd when using
Code:
ftpd_enable="YES"
in /etc/rc.conf.

I am using FreeBSD 8.1

Code:
portrange all 52100 52121
advertise all ftp.domain.tld
umask         all    022
umask         guest  0707
 
Back
Top