From dePoPo.net

How can i lock ftp users into there directory on my Qube 3

Posted in: Linux
By dePoPo
Mar 10, 2009 - 12:47:44 PM

Q: How can i lock ftp users into there directory on my Qube 3

A: update /etc/proftpd.conf with the following information;

Existing section;

 

DefaultRoot / wheel
DefaultRoot /home !wheel

change into;

#DefaultRoot / wheel
#DefaultRoot /home !wheel
DefaultRoot ~

next restart the inetd (Type; /etc/rc.d/init.d/inet restart)


© Copyright 2010 by dePoPo.net