User jail on Proftpd
If you want to jail user when logging in to FTP server only to their home directory,
you should edit line below :
# more /usr/local/etc/proftpd.conf
----------------
DefaultRoot ~
----------------
But if you want user can change directory to all directory, you just uncomment that line.