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

OS

An interface to the OS Filesystem. See fs.osfs

RPCFS (Remote Procedure Call)

An interface to a file-system served over XML RPC, See fs.rpcfs and fs.expose.xmlrpc

SFTP (Secure FTP)

A secure FTP filesystem. See fs.sftpfs

S3

A filesystem to access an Amazon S3 service. See fs.s3fs

Temporary

Creates a temporary filesystem in an OS provided location. See fs.tempfs

Wrap

A collection of wrappers that add new behavior / features to existing FS instances. See fs.wrapfs

Zip

An interface to zip files. See fs.zipfs