Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Liste complète des membres de JFTP, y compris les membres hérités :
$instances | JClientFtp | protectedstatic |
__construct(array $options=array()) | JFTP | |
__destruct() | JClientFtp | |
_findMode($fileName) | JClientFtp | protected |
_mode($mode) | JClientFtp | protected |
_passive() | JClientFtp | protected |
_putCmd($cmd, $expectedResponse) | JClientFtp | protected |
_verifyResponse($expected) | JClientFtp | protected |
chdir($path) | JClientFtp | |
chmod($path, $mode) | JClientFtp | |
connect($host= '127.0.0.1', $port=21) | JClientFtp | |
create($path) | JClientFtp | |
delete($path) | JClientFtp | |
get($local, $remote) | JClientFtp | |
getInstance($host= '127.0.0.1', $port= '21', array $options=array(), $user=null, $pass=null) | JClientFtp | static |
isConnected() | JClientFtp | |
listDetails($path=null, $type= 'all') | JClientFtp | |
listNames($path=null) | JClientFtp | |
login($user= 'anonymous', $pass= 'jftp @joomla.org') | JClientFtp | |
mkdir($path) | JClientFtp | |
pwd() | JClientFtp | |
quit() | JClientFtp | |
read($remote, &$buffer) | JClientFtp | |
reinit() | JClientFtp | |
rename($from, $to) | JClientFtp | |
restart($point) | JClientFtp | |
setOptions(array $options) | JClientFtp | |
store($local, $remote=null) | JClientFtp | |
syst() | JClientFtp | |
write($remote, $buffer) | JClientFtp |