View Single Post
  #6   (View Single Post)  
Old 26th June 2008
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

If you are interested in modifying ftpd yourself, you can do so. To build it, assuming your source tree is in /usr/src:

# cd /usr/src/libexec/ftpd
<make all the customizations you want>
# make obj && make && make install
<restart ftpd, confirm that your modifications are working>
# rm -rf obj
Reply With Quote