JClientFtp::_putCmd
Send command to the FTP server and validate an expected response code
Signature
protected function _putCmd(string
$cmd,
mixed
$expectedResponse )
Parameters
-
$cmd
- Command to send to the FTP server
-
$expectedResponse
- Integer response code or array of integer response codes
Returns
- boolean
- True if command executed successfully