Property | Type | Description | |
---|---|---|---|
$description | string | Object description |
Property | Type | Description | |
---|---|---|---|
$_baseConfig | array | Base configuration settings for the socket connection | |
$_commands | array | Available FTP Commands | |
$_responses | array | Hold last x responseLength responses |
Method | Description | |
---|---|---|
__call ( string $name, array $args ) : FtpSocket | Call raw FTP commands | |
__get ( string $name ) : mixed | Get properties | |
connect ( string $host = null, integer $port = null ) : FtpSocket | Connect | |
login ( string $username = null, string $password = null ) : FtpSocket | Login |
Method | Description | |
---|---|---|
_response ( string $data = null ) : boolean | Manage responses buffer |
protected array $_baseConfig | ||
return | array |
protected array $_responses | ||
return | array |