references:joomla.framework:client:jftp-getinstanceTable of Contents
getInstance
Returns a reference to the global FTP connector object, only creating it if it doesn’t already exist. This method must be invoked as: $ftp = &JFTP::getInstance($host); SyntaxJFTP &getInstance ( $host, $port, $options )
ExamplesExample $ftp = &JFTP::getInstance( '127.0.0.1' ); |


