Note that there are some explanatory texts on larger screens.

plurals
  1. POCross OS virtual drive functionality
    text
    copied!<p>Looking for online resources to implement a virtual drive functionality similar to ones implemented in products listed <img src="https://stackoverflow.com/questions/593971/what-online-file-storage-system-do-use-use/593999#593999" alt="here"></p> <p>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:</p> <p>Current suggestions I've found:</p> <ol> <li><a href="http://apps.sourceforge.net/mediawiki/fuse/index.php?title=OperatingSystems" rel="nofollow noreferrer">Fuse</a> (not really sure on the status of various windows ports)</li> <li><a href="http://dokan-dev.net/en/" rel="nofollow noreferrer">Dokan</a> library </li> <li>Custom namespace extensions (windows only, sources in <a href="http://www.codeproject.com/KB/shell/shlext.aspx" rel="nofollow noreferrer">various</a> <a href="http://www.codeproject.com/KB/shell/namespcextguide1.aspx" rel="nofollow noreferrer">CodeProject</a> <a href="http://www.codeproject.com/KB/shell/TipsInNSE_SubFld.aspx" rel="nofollow noreferrer">articles</a>)</li> <li>Commercial frameworks (windows) - <a href="http://www.ssware.com/eznamespaceextensions/eznamespaceextensions.htm" rel="nofollow noreferrer">LogicNP</a>, <a href="http://www.eldos.com/" rel="nofollow noreferrer">Eldos</a></li> <li><a href="http://www.webdav.org/" rel="nofollow noreferrer">WebDav</a></li> </ol> <p>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...</p> <p>It seems WebDav would be easiest to implement cross OS so further information on this would be appreciated.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload