Forum Moderators: bakedjake
I am trying to setup a user account on my dedicated server to access another user's home directory.
Basically I need to be able to access /home/userb/some-folder/ with the ftp usera (/home/usera/) user account.
I have created a symbolic link /home/usera/symbolic-link => /home/userb/some-folder/. I've added usera to group userb. I've even tried to chown usera:usera /home/userb/some-folder/
But when I login to FTP, I keep getting "Could not retrieve directory listing".
What am I missing?
Thanks!
I just used the www symbolic link without problems.
I am thinking that this is either a permission problem, or some sort of restriction file keeping ftp users in their own /home/...
Changing the user home would probably work, but wouldn't solve my problem since I will need to setup symbolic links to user-c, user-d, etc....
Maybe something like php open_basedir in httpd.conf?
My ftp server is pure-ftp (cpanel) - up to date.