L
L
Lakewake2013-04-23 20:47:04
PHP
Lakewake, 2013-04-23 20:47:04

Website - like a virtual file system for windows?

Hello!
I have been interested in such a question for a long time, I googled a lot, but I did not find an answer:
There is a site on which there are some pages-objects containing mostly text, you can work with them through the REST API. I would like to be able to work with objects such as files in windows, in a similar way as dropbox, etc. does.
Maybe there is some lib under windows/linux that will allow you to do this?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
K
Krypt, 2013-04-24
@vedmaka

There is such a thing:
dokan-dev.net/en/
Something like Linux FUSE. C ctnm. Allows you to create a file system that you control from the application. She does not know how to work with the network, but she is used in one of the game plugins (World of Tanks, XVM-stat) to work with the network just in the form that you described.
Here is a link to the plugin repository:
code.google.com/p/wot-xvm/source/browse/trunk/src#src%2Fxvm-stat%2FDokan
I think the sources can be adapted for your purposes.
There is also an implementation of the same under linux using fuse.

D
DROS, 2013-04-23
@DROS

Only webdav comes to my mind. You can use both a ready-made solution ala OwnCloud, and a framework sharpened purely for this protocol - github.com/evert/SabreDAV . On the latter, you can nabilosipedit anything.

N
Nikolai Turnaviotov, 2013-04-24
@foxmuldercp

There is such a thing as Sharepoint (there is an Essential version, free but with some limitations) - if you want - your SkyDrive, if you want - a wiki site, if you want a group of employees page for department communication. An interesting thing, if you learn how to cook - smart developers are very much appreciated

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question