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.
Makes an FS object available to other applications on the system. See fs.expose.fuse.
Makes an FS object available to other applications on the system. See fs.expose.dokan.
Makes an FS object available via Secure FTP. See fs.expose.sftp.
Makes an FS object available over XMLRPC. See fs.expose.xmlrpc
Allows importing python modules from the files in an FS object. See fs.expose.importhook
Connects FS objects to Django. See fs.expose.django_storage