Base FileTransfer class.

Classes extending this class perform file operations on directories not writable by the webserver. To achieve this, the class should connect back to the server using some backend (for example FTP or SSH). To keep security, the password should always be asked from the user and never stored. For safety, all methods operate only inside a "jail", by default the Backdrop root.

File

core/includes/filetransfer/filetransfer.inc

Classes

Namesort descending Description
FileTransfer @file Base FileTransfer class.
FileTransferException FileTransferException class.
SkipDotsRecursiveDirectoryIterator Deprecated Provides an interface for iterating recursively over filesystem directories.

Interfaces

Namesort descending Description
FileTransferChmodInterface A FileTransfer Class implementing this interface can be used to chmod files.