Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
__construct (array $options=array()) | |
Fonctions membres publiques inherited from JClientFtp | |
__destruct () | |
setOptions (array $options) | |
connect ($host= '127.0.0.1', $port=21) | |
isConnected () | |
login ($user= 'anonymous', $pass= 'jftp @joomla.org') | |
quit () | |
pwd () | |
syst () | |
chdir ($path) | |
reinit () | |
rename ($from, $to) | |
chmod ($path, $mode) | |
delete ($path) | |
mkdir ($path) | |
restart ($point) | |
create ($path) | |
read ($remote, &$buffer) | |
get ($local, $remote) | |
store ($local, $remote=null) | |
write ($remote, $buffer) | |
listNames ($path=null) | |
listDetails ($path=null, $type= 'all') |
Additional Inherited Members | |
Fonctions membres publiques statiques inherited from JClientFtp | |
static | getInstance ($host= '127.0.0.1', $port= '21', array $options=array(), $user=null, $pass=null) |
Fonctions membres protégées inherited from JClientFtp | |
_putCmd ($cmd, $expectedResponse) | |
_verifyResponse ($expected) | |
_passive () | |
_findMode ($fileName) | |
_mode ($mode) | |
Attributs protégés statiques inherited from JClientFtp | |
static | $instances = array() |
JFTP::__construct | ( | array | $options = array() | ) |
JFTP object constructor
array | $options | Associative array of options to set |
Réimplémentée à partir de JClientFtp.
Définition à la ligne 1783 du fichier ftp.php.
Références JLog\add(), et JLog\WARNING.