Skip to content

Latest commit

 

History

History
40 lines (20 loc) · 866 Bytes

examples.other.rst

File metadata and controls

40 lines (20 loc) · 866 Bytes

Using Other Services

Because the file operations in DataFS are backed by pyFilesystem, DataFS supports any of the following remote storage services:

FTP

An interface to FTP servers. See :pyfs.ftpfs

Memory

A filesystem that exists entirely in memory. See :pyfs.memoryfs

OS

An interface to the OS Filesystem. See :pyfs.osfs

RPCFS

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

SFTP

A secure FTP filesystem. See :pyfs.sftpfs

S3

A filesystem to access an Amazon S3 service. See :pyfs.s3fs

Temporary

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

Zip

An interface to zip files. See :pyfs.zipfs