summaryrefslogtreecommitdiff
path: root/docs/expose.rst
blob: 487788b35c91ebe9aa200428a3cfa892c89e7051 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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`.

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`

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