SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

ControlSend Event

Fires when data is about to be set via the control channel.

Object Oriented Interface

public function fireControlSend($param);

Procedural Interface

secureblackboxlite_ftpclient_register_callback($res, 3, array($this, 'fireControlSend'));

Parameter List


'textline'

Remarks

TextLine contains the data to be sent, which would typically contain a command issued by the client (e.g. CWD dir).

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