Thread: pure-ftpd
View Single Post
  #2   (View Single Post)  
Old 10th June 2008
sverreh's Avatar
sverreh sverreh is offline
Real Name: Sverre Hval
Port Guard
 
Join Date: Apr 2008
Location: Norway
Posts: 36
Default

Have you checked that the line to enable pure_ftpd appears in your rc.conf? The command you list will not put it there.
Code:
echo 'pure-ftpd_enable="YES"' /etc/rc.conf
You need:
Code:
echo 'pure-ftpd_enable="YES"' >> /etc/rc.conf
to get it at the end of rc.conf.
Reply With Quote