API17

API17:JFTP:: putCmd

From Joomla! Documentation

Joomla 11.1 JFTP::_putCmd

Description

Send command to the FTP server and validate an expected response code.


public function _putCmd (
        $cmd
        $expectedResponse
)
Parameter Type Default Description
$cmd string Command to send to the FTP server
$expectedResponse mixed Integer response code or array of integer response codes

See also


User contributed notes

Code Examples