The local connection class for copying files as the httpd user.
Expanded class hierarchy of FileTransferLocal
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:: |
final public | function | Copies a directory. | |
FileTransfer:: |
protected | function | Copies a directory. | 1 |
FileTransfer:: |
final public | function | Copies a file. | |
FileTransfer:: |
final public | function | Creates a directory. | |
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:: |
final public | function | Removes a directory. | |
FileTransfer:: |
final public | function | Removes a file. | |
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. | ||
FileTransferLocal:: |
public | function |
Changes the permissions of the file / directory specified in $path Overrides FileTransferChmodInterface:: |
|
FileTransferLocal:: |
function |
Connect to the server. Overrides FileTransfer:: |
||
FileTransferLocal:: |
protected | function |
Copies a file. Overrides FileTransfer:: |
|
FileTransferLocal:: |
protected | function |
Creates a directory. Overrides FileTransfer:: |
|
FileTransferLocal:: |
static | function |
Classes that extend this class must override the factory() static method. Overrides FileTransfer:: |
|
FileTransferLocal:: |
public | function |
Checks if a particular path is a directory Overrides FileTransfer:: |
|
FileTransferLocal:: |
public | function |
Checks if a particular path is a file (not a directory). Overrides FileTransfer:: |
|
FileTransferLocal:: |
protected | function |
Removes a directory. Overrides FileTransfer:: |
|
FileTransferLocal:: |
protected | function |
Removes a file. Overrides FileTransfer:: |