Public Member Functions | |
| __construct ($params=array()) | |
| __destruct () | |
| getFingerprint () | |
| Public Member Functions inherited from Fs | |
| pwd () | |
| ls ($url) | |
| lsDir ($path='') | |
| lsFiles ($path='') | |
| exists ($remotePath) | |
| fileInfo ($remotePath) | |
| cd ($url) | |
| mkdir ($pathName, $mode=0777, $recursive=true) | |
| rm ($url) | |
| copy ($sourcePath, $targetPath) | |
| mv ($sourcePath, $targetPath) | |
| get ($remotePath, $local=null) | |
| put ($local, $remotePath) | |
| getString ($remotePath) | |
| putString ($remotePath, $string) | |
| test (&$error=null) | |
| depageFsErrorHandler ($errno, $errstr, $errfile, $errline, array $errcontext) | |
| file_put_contents ($filename, $data, $flags=0, $context=null) | |
| Hook, allows overriding of file_put_contents function. | |
Protected Member Functions | |
| getConnection (&$fingerprint=null) | |
| getSession () | |
| authenticateByPassword ($connection) | |
| authenticateByKey ($connection) | |
| isValidKeyCombination () | |
| disconnect () | |
| lateConnect () | |
| buildUrl ($parsed, $showPass=true) | |
| rename ($source, $target) | |
| Hook, allows overriding of rename function. | |
| Protected Member Functions inherited from Fs | |
| preCommandHook () | |
| postCommandHook () | |
| setBase ($path) | |
| setErrorHandler ($start) | |
| cleanUrl ($url, $showPass=true) | |
| cleanPath ($path) | |
| extractFileName ($path) | |
| lsFilter ($path='', $function) | |
| matchNodesInPath ($path, $pattern) | |
| lsRecursive ($path, $current) | |
| rmRecursive ($cleanUrl) | |
| scandir ($cleanUrl='', $hidden=null) | |
| rmdir ($url) | |
| Hook, allows overriding of rmdir function. | |
Protected Attributes | |
| $session | |
| $connection | |
| $privateKeyFile | |
| $publicKeyFile | |
| $privateKey | |
| $publicKey | |
| $fingerprint | |
| $tmp | |
| Protected Attributes inherited from Fs | |
| $currentPath | |
| $base | |
| $url | |
| $hidden | |
| $streamContextOptions = array() | |
| $streamContext | |
Additional Inherited Members | |
| Static Public Member Functions inherited from Fs | |
| static | factory ($url, $params=array()) |
| static | parseUrl ($url) |
| Static Protected Member Functions inherited from Fs | |
| static | schemeAlias ($alias='') |
|
protected |
|
protected |