Looking for online resources to implement a virtual drive functionality similar to ones implemented in products listed
The solution should be cross OS (win, pc, linux) preferably using a well behaving framework. Currently the answer to this question is widely dispersed with no clear option on what to use:
Current suggestions I've found:
- Fuse (not really sure on the status of various windows ports)
- Dokan library
- Custom namespace extensions (windows only, sources in various CodeProject articles)
- Commercial frameworks (windows) - LogicNP, Eldos
- WebDav
Please list one suggestion per answer and I'll update the question accordingly. The purpose of the question is to create the best reference point for such questions...
It seems WebDav would be easiest to implement cross OS so further information on this would be appreciated.