API17

API17:JFTP::getInstance

From Joomla! Documentation

Joomla 11.1 JFTP::getInstance

Description

Returns the global FTP connector object, only creating it if it doesn't already exist.


public function getInstance (
        $host= '127.0.0.1'
        $port= '21'
        $options=null
        $user=null
        $pass=null
)
Parameter Type Default Description
$host '127.0.0.1'
$port '21'
$options null
$user null
$pass null

See also


User contributed notes

Code Examples