PDA

View Full Version : File sharing between FTP accounts on vsftp


efriese
October 17th, 2007, 08:51 AM
I'm using vsftp as the FTP server on my ubuntu box. I need to share a large amount of files between multiple ftp user accounts? I tried to create a symbolic link, but had permission problems. Does anyone know how to do this so I don't have to keep multiple copies of these files in each user's directory? Thanks!

efriese
October 17th, 2007, 12:16 PM
Any thoughts?

nix4me
October 17th, 2007, 07:38 PM
Just mount the same directories into each user home dir. Or even better, make the ftp directory the home dir for each user.

nix4me