Changes between Initial Version and Version 1 of Ticket #1111, comment 4
- Timestamp:
- 2011-01-27T21:43:39Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1111, comment 4
initial v1 5 5 Those four lines does the trick: 6 6 7 {{{ 7 8 from fs.contrib.tahoefs import TahoeFS 8 9 from fs.expose import dokan 9 10 fs = TahoeFS('URI:DIR2:<your dircap>') 10 11 mp = dokan.mount(fs, "f", foreground=True) 12 }}}