Changes between Initial Version and Version 1 of Ticket #1111, comment 4


Ignore:
Timestamp:
2011-01-27T21:43:39Z (14 years ago)
Author:
slush
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1111, comment 4

    initial v1  
    55Those four lines does the trick:
    66
     7{{{
    78from fs.contrib.tahoefs import TahoeFS
    89from fs.expose import dokan
    910fs = TahoeFS('URI:DIR2:<your dircap>')
    1011mp = dokan.mount(fs, "f", foreground=True)
     12}}}