Results 1 to 3 of 3
I have a mandriva 08 system running as a server.
I am trying to add a ftp account for a friend.
The problem i am having is the other user ...
- 02-16-2008 #1Just Joined!
- Join Date
- Aug 2006
- Posts
- 10
Ftp account permissions.
I have a mandriva 08 system running as a server.
I am trying to add a ftp account for a friend.
The problem i am having is the other user i created has a default home account.
But is still able to navigate to other areas of the server. All be it read only but i was wondering how to get around this so they can only access there home area.
- 02-16-2008 #2
What ftp server did you use? If its vsftpd, then you need to edit your vsftpd.conf file and make sure the line below exists and is uncommented (i.e. no # before the first letter in the line)
Code:chroot_local_user=YES
- 02-16-2008 #3Just Joined!
- Join Date
- Aug 2006
- Posts
- 10


Reply With Quote

