Changes between Initial Version and Version 1 of Ticket #2455


Ignore:
Timestamp:
2015-06-15T17:26:43Z (9 years ago)
Author:
dawuud
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2455 – Description

    initial v1  
    11
    2 usage::
     2For "tahoe magic-folder join INVITATION LOCAL_DIR" :
    33
    4   tahoe magic-folder join INVITATION LOCAL_DIR
     41. Parse '''INVITATION''' as '''COLLECTIVE_READCAP|CLIENT_WRITECAP'''.
     52. Write '''CLIENT_WRITECAP''' to the file '''magic_folder_dircap'''
     6   under the client's '''private''' directory.
     73. Write '''COLLECTIVE_READCAP''' to the file '''collective_dircap'''
     8   under the client's '''private''' directory.
     94. Edit the client's '''tahoe.cfg''' to set
     10   '''[magic_folder] enabled = True''' and
     11   '''[magic_folder] local.directory = LOCAL_DIR'''.