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 fuse.

Dokan

Makes an FS object available to other applications on the system. See dokan.

Secure FTP

Makes an FS object available via Secure FTP. See sftp.

XMLRPC

Makes an FS object available over XMLRPC. See xmlrpc

Import Hook

Allows importing python modules from the files in an FS object. See importhook

Django Storage

Connects FS objects to Django. See django_storage