Proftpd Homedir problem

I tryed a fiew times to configure the proftp deamon but it still does the same problem. I make the home dir /usr/home/my-user and I want to give access to this dir only but some of the file menagers for windows (file zilla, total commander...)doesn't see this as "/" dir and they can go up to the /usr/home/ and up to /usr/ and ivent up to / and from there they can see the all machine!!! Any ideas how to fix this?
 
From proftpd.conf:

Code:
# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
DefaultRoot ~

It's right there ...
 
Find/edit this in your proftpd.conf
Code:
# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
#DefaultRoot ~
 
Back
Top