API17:JFTP:: verifyResponse
From Joomla! Documentation
JFTP::_verifyResponse
Description
Verify the response code from the server and log response if flag is set.
public function _verifyResponse ($expected)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $expected | mixed | Integer response code or array of integer response codes |
- Returns boolean True if response code from the server is expected
- Defined on line 1289 of libraries/joomla/client/ftp.php
- Referenced by
See also
JFTP::_verifyResponse source code on BitBucket
Class JFTP
Subpackage Client- Other versions of JFTP::_verifyResponse
User contributed notes
Code Examples