summaryrefslogtreecommitdiff
path: root/docs/expose.rst
blob: 31e3d86749356b7bd7cd6c11cabf0fc723eff299 (plain)
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
Exposing FS objects
===================

The ``fs.expose`` module offers a number of ways of making an FS implementation available over an Internet connection, or to other processes on the system. 


FUSE
----
Makes an FS object available to other applications on the system. See :mod:`fs.expose.fuse`.

Dokan
-----
Makes an FS object available to other applications on the system. See :mod:`fs.expose.dokan`.

Secure FTP
----------
Makes an FS object available via Secure FTP. See :mod:`fs.expose.sftp`.

XMLRPC
------
Makes an FS object available over XMLRPC. See :mod:`fs.expose.xmlrpc`

Import Hook
-----------
Allows importing python modules from the files in an FS object. See :mod:`fs.expose.importhook`

Django Storage
--------------
Connects FS objects to Django. See :mod:`fs.expose.django_storage`