references:joomla.framework:client:jftp-__constructTable of Contents
__construct
This is the class constructor. It sets up the transfer type and determines what OS the server is running. SyntaxJFTP __construct ( $options )
ExamplesExample jimport( 'joomla.connector.ftp' ); $ftp = new JFTP( array( 'type' => FTP_BINARY ) ); |


