Expanded class hierarchy of FileTransfer
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
FileTransfer:: |
protected | property | ||
FileTransfer:: |
protected | property | 1 | |
FileTransfer:: |
protected | property | 1 | |
FileTransfer:: |
protected | property | 1 | |
FileTransfer:: |
final protected | function | Checks that the path is inside the jail and throws an exception if not. | |
FileTransfer:: |
final public | function | ||
FileTransfer:: |
abstract protected | function | Connect to the server. | 4 |
FileTransfer:: |
final public | function | Copies a directory. | |
FileTransfer:: |
protected | function | Copies a directory. | 1 |
FileTransfer:: |
final public | function | Copies a file. | |
FileTransfer:: |
abstract protected | function | Copies a file. | 4 |
FileTransfer:: |
final public | function | Creates a directory. | |
FileTransfer:: |
abstract protected | function | Creates a directory. | 4 |
FileTransfer:: |
static | function | Classes that extend this class must override the factory() static method. | 4 |
FileTransfer:: |
function | Return the chroot property for this connection. | ||
FileTransfer:: |
final protected | 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:: |
public | function | Returns a form to collect connection settings credentials. | 2 |
FileTransfer:: |
abstract public | function | Checks if a particular path is a directory | 4 |
FileTransfer:: |
abstract public | function | Checks if a particular path is a file (not a directory). | 4 |
FileTransfer:: |
final public | function | Removes a directory. | |
FileTransfer:: |
abstract protected | function | Removes a directory. | 4 |
FileTransfer:: |
final public | function | Removes a file. | |
FileTransfer:: |
abstract protected | function | Removes a file. | 4 |
FileTransfer:: |
function | Changes backslashes to slashes, also removes a trailing slash. | ||
FileTransfer:: |
function | Sets the chroot and changes the jail to match the correct path scheme | ||
FileTransfer:: |
function | The constructor for the UpdateConnection class. This method is also called from the classes that extend this class and override this method. | 3 | |
FileTransfer:: |
function | Implementation of the magic __get() method. |