Hello,
I am in the process of setting up vsftpd as an ftp server on my linux machine.
I have a user "ftp" set up, and when you log in you can see everything in the ftp folder. I was wondering how i can create links in that folder to other areas on my machine so that i don't have to actaully copy all the folders i want the ftp to give access to?
i tried making a symbolic link using
ln -s /mnt/e/music /var/ftp
and the link was created but couldn't be opened when logged in.
anyone know what the problem could be?
thanks in advance for any help given
