Filesystems¶
This page lists the builtin filesystems.
FTP (File Transfer Protocol)¶
An interface to FTP servers. See fs.ftpfs.FTPFS
Memory¶
A filesystem that exists entirely in memory. See fs.memoryfs
Mount¶
A filesystem that can map directories in to other filesystems (like a symlink). See fs.mountfs
Multi¶
A filesystem that overlays other filesystems. See fs.multifs
RPCFS (Remote Procedure Call)¶
An interface to a file-system served over XML RPC, See fs.rpcfs and fs.expose.xmlrpc