|
Cheetah
|
Public Member Functions | |
| __construct ($sHost, $sLogin, $sPassword, $sPath='/') | |
| connect () | |
| isCheetah () | |
| copy ($sFilePathFrom, $sFilePathTo) | |
| delete ($sPath) | |
| setPermissions ($sPath, $sMode) | |
| _copyFile ($sFilePathFrom, $sFilePathTo) | |
| _readDirectory ($sFilePath) | |
| _deleteDirectory ($sPath) | |
| _validatePath ($sPath) | |
| _parseFile ($sFilePath) | |
| _isFile ($sFilePath) | |
| _isDirectory ($sFilePath) | |
| _ftpMkDirR ($sPath) | |
Public Attributes | |
| $_sHost | |
| $_sLogin | |
| $_sPassword | |
| $_sPath | |
| $_rStream | |
Protected Member Functions | |
| _setPermissions ($sPath, $sMode) | |
This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/
Definition at line 8 of file ChWsbFtp.php.
| ChWsbFtp::__construct | ( | $sHost, | |
| $sLogin, | |||
| $sPassword, | |||
$sPath = '/' |
|||
| ) |
Definition at line 16 of file ChWsbFtp.php.
| ChWsbFtp::_copyFile | ( | $sFilePathFrom, | |
| $sFilePathTo | |||
| ) |
Definition at line 51 of file ChWsbFtp.php.
| ChWsbFtp::_deleteDirectory | ( | $sPath | ) |
Definition at line 94 of file ChWsbFtp.php.
| ChWsbFtp::_ftpMkDirR | ( | $sPath | ) |
Definition at line 146 of file ChWsbFtp.php.
| ChWsbFtp::_isDirectory | ( | $sFilePath | ) |
Definition at line 130 of file ChWsbFtp.php.
| ChWsbFtp::_isFile | ( | $sFilePath | ) |
Definition at line 126 of file ChWsbFtp.php.
| ChWsbFtp::_parseFile | ( | $sFilePath | ) |
Definition at line 120 of file ChWsbFtp.php.
| ChWsbFtp::_readDirectory | ( | $sFilePath | ) |
Definition at line 81 of file ChWsbFtp.php.
|
protected |
Definition at line 134 of file ChWsbFtp.php.
| ChWsbFtp::_validatePath | ( | $sPath | ) |
Definition at line 113 of file ChWsbFtp.php.
| ChWsbFtp::connect | ( | ) |
Definition at line 23 of file ChWsbFtp.php.
| ChWsbFtp::copy | ( | $sFilePathFrom, | |
| $sFilePathTo | |||
| ) |
Definition at line 35 of file ChWsbFtp.php.
| ChWsbFtp::delete | ( | $sPath | ) |
Definition at line 40 of file ChWsbFtp.php.
| ChWsbFtp::isCheetah | ( | ) |
Definition at line 31 of file ChWsbFtp.php.
| ChWsbFtp::setPermissions | ( | $sPath, | |
| $sMode | |||
| ) |
Definition at line 45 of file ChWsbFtp.php.
| ChWsbFtp::$_rStream |
Definition at line 14 of file ChWsbFtp.php.
| ChWsbFtp::$_sHost |
Definition at line 10 of file ChWsbFtp.php.
| ChWsbFtp::$_sLogin |
Definition at line 11 of file ChWsbFtp.php.
| ChWsbFtp::$_sPassword |
Definition at line 12 of file ChWsbFtp.php.
| ChWsbFtp::$_sPath |
Definition at line 13 of file ChWsbFtp.php.