Web Hosting Talk







View Full Version : FTP user question


digiz
03-24-2002, 04:39 AM
How do you lock users into their home directory so that they can't browse backwards into parent directories?

Currently using Plesk w/ redhat 7.1 & proftpd.

Thanks,
Ben

ToastyX
03-24-2002, 04:58 AM
Add the following to your proftpd.conf file:

DefaultRoot ~

Restart ProFTPD and that should do the trick.