If I have 3 (or more) users on one computer, what's the best (easiest) way to let them share files between themselves?
The catch is that UserX should be able to send files to UserY without UserZ being able to get or see the files. Where X,Y,Z could be 1,2 or 3.
No user has the passwords of the others.
Basically If I'm User1 I want to be able to do send dir/file to User2 and User2 does receive from User1.
I have considered nc but it offers no guarantee that if User1 wants to send to User2 he won't actually be sending to User3.
Is shared directory my only option? Seems too messy if the files are big and user wants them in other place.