Results 1 to 2 of 2
Hello,
I'm new SL 10.2 user. I configured vsftpd and work. I used "virtual users". Each have individual root folder (local_root). I want for example, one user have posibility acces ...
- 09-30-2009 #1Just Joined!
- Join Date
- Sep 2009
- Posts
- 1
multiple directory sharing vsftpd
Hello,
I'm new SL 10.2 user. I configured vsftpd and work. I used "virtual users". Each have individual root folder (local_root). I want for example, one user have posibility acces his root folder and suplimentary one of another user folder (not root folder).
Anybody can help me?
Thank's
- 09-30-2009 #2Linux Guru
- Join Date
- Jan 2009
- Location
- Dover, NH
- Posts
- 1,633
The typical vsftpd configuration puts each user in a chroot jail so there is no possibility of one user accessing another user's files or folders.
What I'd suggest is finding this line in vsftpd.conf:
and canging the setting to NO. I haven't tried it, but it may do the job. You also might want to set# Uncomment to put local users in a chroot() jail in their home directory
# after login.
#
chroot_local_user=YES
local_umask=022
(The default for vsftpd is 077, which will prevent the user from reading files created by another user)


Reply With Quote