Re: Accessing Files from other users home folder?

2011-12-15 Thread David Latorre
Hello, You can use symbolic links as gary bell suggested. Another option is that you replace our default FileSystem implementation with the one provided by the "VFS Utils Project", VFS FTPServer Bridge http://vfs-utils.sourceforge.net/ftpserver/index.html If I'm not wrong, in one of its o

Re: Accessing Files from other users home folder?

2011-12-15 Thread gary . bell
We use symbolic links to link the same file to more than one user. So the file actually sits in /files/common/documents/test.txt and is symbolically linked into /home/userA and /home/userB. For the next version of our code we intend to implement a custom filesystem that will remove the need for uni