Changes between Initial Version and Version 1 of Ticket #2455
- Timestamp:
- 2015-06-15T17:26:43Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2455 – Description
initial v1 1 1 2 usage::2 For "tahoe magic-folder join INVITATION LOCAL_DIR" : 3 3 4 tahoe magic-folder join INVITATION LOCAL_DIR 4 1. Parse '''INVITATION''' as '''COLLECTIVE_READCAP|CLIENT_WRITECAP'''. 5 2. Write '''CLIENT_WRITECAP''' to the file '''magic_folder_dircap''' 6 under the client's '''private''' directory. 7 3. Write '''COLLECTIVE_READCAP''' to the file '''collective_dircap''' 8 under the client's '''private''' directory. 9 4. Edit the client's '''tahoe.cfg''' to set 10 '''[magic_folder] enabled = True''' and 11 '''[magic_folder] local.directory = LOCAL_DIR'''.