[tahoe-dev] User access
Brian Warner
warner at lothar.com
Thu Sep 17 13:34:25 PDT 2009
Dimitri Yioulos wrote:
> First, thanks to both you and Shawn for your quick and informative
> responses. Truly appreciated.
Sure thing!
> What I'm after is for any user we designate (there are only two, at
> present, myself included) to be able to store data on a directory I've
> created on the production grid.
Ah, then just share the dircap. Anyone who knows the dircap (and has the
mechanical ability to use the grid it lives on) can modify that
directory. Anyone who doesn't know the dircap cannot. Tahoe's filecaps
and dircaps are specifically designed to be easily shareable by
cut-and-paste via email or IM or whatever.
In practical terms, once both Alice and Bob are connecting to the same
grid (as described in my previous message), have them both execute:
tahoe add-alias shared URI:DIR2:...
After that, they'll both be able to do "tahoe ls shared:" or "tahoe cp
foo.txt shared:foo.txt" and be touching the same directory.
cheers,
-Brian
More information about the tahoe-dev
mailing list