Hierarchy
- class FileTransfer
- class TestFileTransfer
Expanded class hierarchy of TestFileTransfer
File
- core/
modules/ simpletest/ tests/ filetransfer.test, line 92
Members
Name | Modifiers | Type | Description |
---|---|---|---|
FileTransfer:: |
private | property | Path to connection chroot. |
FileTransfer:: |
private | property | The instantiated connection object. |
FileTransfer:: |
protected | property | The hostname for this file transfer. |
FileTransfer:: |
protected | property | Full path to directory where file-transfer is restricted to. |
FileTransfer:: |
protected final | function | Checks that the path is inside the jail and throws an exception if not. |
FileTransfer:: |
final public | function | Changes the permissions of the specified $path (file or directory). |
FileTransfer:: |
final public | function | Copies a directory. |
FileTransfer:: |
protected | function | Copies a directory. |
FileTransfer:: |
public final | function | Copies a file. |
FileTransfer:: |
public final | function | Creates a directory. |
FileTransfer:: |
function | Returns the chroot property for this connection. | |
FileTransfer:: |
protected final | function | Returns a modified path suitable for passing to the server. |
FileTransfer:: |
public | function | Returns a form to collect connection settings credentials. |
FileTransfer:: |
public final | function | Removes a directory. |
FileTransfer:: |
public final | 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 | Implementation of the magic __get() method. | |
FileTransfer:: |
public | function | Implementation of the magic __isset() method. |
FileTransfer:: |
public | function | Implementation of the magic __set() method. |
FileTransfer:: |
public | function | Implementation of the magic __unset() method. |
TestFileTransfer:: |
protected | property | |
TestFileTransfer:: |
protected | property |
Overrides FileTransfer:: |
TestFileTransfer:: |
protected | property |
Overrides FileTransfer:: |
TestFileTransfer:: |
public | property | This is for testing the CopyRecursive logic. |
TestFileTransfer:: |
protected | property |
Overrides FileTransfer:: |
TestFileTransfer:: |
function | ||
TestFileTransfer:: |
function |
Overrides FileTransfer:: |
|
TestFileTransfer:: |
function |
Overrides FileTransfer:: |
|
TestFileTransfer:: |
function |
Overrides FileTransfer:: |
|
TestFileTransfer:: |
static | function |
Overrides FileTransfer:: |
TestFileTransfer:: |
function |
Overrides FileTransfer:: |
|
TestFileTransfer:: |
function |
Overrides FileTransfer:: |
|
TestFileTransfer:: |
protected | function |
Overrides FileTransfer:: |
TestFileTransfer:: |
function |
Overrides FileTransfer:: |
|
TestFileTransfer:: |
function |
Overrides FileTransfer:: |