The local connection class for copying files as the httpd user.

Hierarchy

Expanded class hierarchy of FileTransferLocal

File

includes/filetransfer/local.inc, line 6

Members

Contains filters are case sensitive
Namesort descending Modifiers Type Description
FileTransfer::$hostname protected property
FileTransfer::$password protected property
FileTransfer::$port protected property
FileTransfer::$username protected property
FileTransfer::checkPath protected final function Checks that the path is inside the jail and throws an exception if not.
FileTransfer::chmod public final function
FileTransfer::__construct function The constructor for the UpdateConnection class. This method is also called from the classes that extend this class and override this method.
FileTransfer::copyDirectory public final function Copies a directory.
FileTransfer::copyDirectoryJailed protected function Copies a directory.
FileTransfer::copyFile public final function Copies a file.
FileTransfer::createDirectory public final function Creates a directory.
FileTransfer::findChroot function Returns the chroot property for this connection.
FileTransfer::fixRemotePath protected final function Returns a modified path suitable for passing to the server. If a path is a windows path, makes it POSIX compliant by removing the drive letter. If $this->chroot has a value, it is stripped from the path to allow for chroot'd filetransfer systems.
FileTransfer::__get function Implementation of the magic __get() method.
FileTransfer::getSettingsForm public function Returns a form to collect connection settings credentials.
FileTransferLocal::chmodJailed public function Changes the permissions of the file / directory specified in $path Overrides FileTransferChmodInterface::chmodJailed
FileTransferLocal::connect public function Connects to the server. Overrides FileTransfer::connect
FileTransferLocal::copyFileJailed protected function Copies a file. Overrides FileTransfer::copyFileJailed
FileTransferLocal::createDirectoryJailed protected function Creates a directory. Overrides FileTransfer::createDirectoryJailed
FileTransferLocal::factory static function Classes that extend this class must override the factory() static method. Overrides FileTransfer::factory
FileTransferLocal::isDirectory public function Checks if a particular path is a directory Overrides FileTransfer::isDirectory
FileTransferLocal::isFile public function Checks if a particular path is a file (not a directory). Overrides FileTransfer::isFile
FileTransferLocal::removeDirectoryJailed protected function Removes a directory. Overrides FileTransfer::removeDirectoryJailed
FileTransferLocal::removeFileJailed protected function Removes a file. Overrides FileTransfer::removeFileJailed
FileTransfer::removeDirectory public final function Removes a directory.
FileTransfer::removeFile public final function Removes a file.
FileTransfer::sanitizePath function Changes backslashes to slashes, also removes a trailing slash.
FileTransfer::setChroot function Sets the chroot and changes the jail to match the correct path scheme