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 fs.ftpfs |
|---|---|
| Memory: | A filesystem that exists entirely in memory. See fs.memoryfs |
| OS: | An interface to the OS Filesystem. See fs.osfs |
| RPCFS: | An interface to a file-system served over XML RPC, See fs.rpcfs and fs.expose.xmlrpc |
| SFTP: | 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 |
| Zip: | An interface to zip files. See fs.zipfs |