SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

ControlReceive Event

Fires when data is received via the control channel.

Object Oriented Interface

public function fireControlReceive($param);

Procedural Interface

secureblackboxlite_ftpclient_register_callback($res, 2, array($this, 'fireControlReceive'));

Parameter List


'textline'

Remarks

TextLine contains the data that was received, which would typically contain a reply to a command (e.g. 200 Command OK).

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 PHP Edition - Version 20.0 [Build 8166]