johang / btfs

A bittorrent filesystem based on FUSE.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows support

oliverpool opened this issue · comments

Do you think that it might be possible to get btfs to work under windows? (using something like dokan for instance)

If yes, what do you estimate the work to do in order to adapt the current code?

Thanks!

BTFS relies heavily on FUSE and libtorrent. I know libtorrent works on Windows so if Dokan is compatible with FUSE it should work. I can't estimate the work since I don't know Dokan and Windows very well.

WinFSP would likely be worth a look. You can see how it supports things like SSHFS in the clip on that page.

Source is here on GitHub, too.

Patches are welcome.