On this page
abstract class FileTransferFTP
Base class for FTP implementations.
Hierarchy
- class \FileTransfer
- class \FileTransferFTP
Expanded class hierarchy of FileTransferFTP
File
- includes/filetransfer/ftp.inc, line 6
Members
| Name | 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::connect | abstract protected | function | Connect to the server. |
| FileTransfer::copyDirectory | public final | function | Copies a directory. |
| FileTransfer::copyDirectoryJailed | protected | function | Copies a directory. |
| FileTransfer::copyFile | public final | function | Copies a file. |
| FileTransfer::copyFileJailed | abstract protected | function | Copies a file. |
| FileTransfer::createDirectory | public final | function | Creates a directory. |
| FileTransfer::createDirectoryJailed | abstract protected | function | Creates a directory. |
| FileTransfer::findChroot | function | Return 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::isDirectory | abstract public | function | Checks if a particular path is a directory |
| FileTransfer::isFile | abstract public | function | Checks if a particular path is a file (not a directory). |
| FileTransfer::removeDirectory | public final | function | Removes a directory. |
| FileTransfer::removeDirectoryJailed | abstract protected | function | Removes a directory. |
| FileTransfer::removeFile | public final | function | Removes a file. |
| FileTransfer::removeFileJailed | abstract protected | 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 | |
| FileTransfer::__get | function | Implementation of the magic __get() method. | |
| FileTransferFTP::factory | static | function | Return an object which can implement the FTP protocol. Overrides FileTransfer::factory |
| FileTransferFTP::getSettingsForm | public | function | Returns the form to configure the FileTransfer class for FTP. Overrides FileTransfer::getSettingsForm |
| FileTransferFTP::__construct | public | function | The constructor for the UpdateConnection class. This method is also called from the classes that extend this class and override this method. Overrides FileTransfer::__construct |
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/includes!filetransfer!ftp.inc/class/FileTransferFTP/7.x