forked from ershovdz/webmounter_public
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Readme
47 lines (29 loc) · 1.09 KB
/
Readme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
WebMounter
Copyright(c) Alexander Ershov http://github.com/ershovdz
What is WebMounter
=====================
WebMounter can be used in case you want to map any http storage as
local drive on Windows (or local directory on Linux). Storages
supported by default: Google docs, Yandex.Fotki, Yandex.Disk,
Yandex.Narod, Facebook, Vkontakte.
Additional plug-ins can be implemented for other storages.
Licensing
=========
WebMounter is LGPL licensed program.
For detals, please check license files.
LGPL license.lgpl.txt
You can obtain source files from http://github.com/ershovdz/webmounter_public
Environment
===========
WebMounter works on Windowx XP,2003,Vista,2008,7 and on Linux
(Ubuntu, Debian disributives).
How it works
============
At startup WebMounter creates local drive with mirrors of remote http
storages. All operations with local files automatically translated to
remote storage.
Dokan library (http://dokan-dev.net) and FUSE are used for creation
of WebMounter file system in Windows OS and Linux, respectively.
Misc
====
You're welcome to create additional storages plug-ins.