Filesystems

This page lists the builtin filesystems.

FTP (File Transfer Protocol)

An interface to FTP servers. See FTPFS

Memory

A filesystem that exists entirely in memory. See memoryfs

Mount

A filesystem that can map directories in to other filesystems (like a symlink). See mountfs

Multi

A filesystem that overlays other filesystems. See multifs

OS

An interface to the OS Filesystem. See osfs

RPCFS (Remote Procedure Call)

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

SFTP (Secure FTP)

A secure FTP filesystem. See sftpfs

S3

A filesystem to access an Amazon S3 service. See s3fs

Temporary

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

Wrap

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

Zip

An interface to zip files. See zipfs