I have created an ftp account within a vhost and added a symbolic link to a folder situated in root e.g.
[root@server myvhost]# pwd
/home/myvhost
[root@server myvhost]# ll
.....
lrwxrwxrwx 1 myvhost myvhost 16 Oct 27 15:03 myfolder -> /root/myfolder/
.....
All files inside /root/myfolder/ including itself are chown'd to myvhost, but I am having issues when trying to upload files to this folder.
Is this simply impossible because of permissions or am I missing something.
Thanks in advance