SecureBlackbox 2020 PHP Edition

Questions / Feedback?

BeforeSendReply Event

Notifies the application of a command reply being sent.

Object Oriented Interface

public function fireBeforeSendReply($param);

Procedural Interface

secureblackbox_ftpserver_register_callback($res, 17, array($this, 'fireBeforeSendReply'));

Parameter List


'connectionid'
'code'
'reply'
'command'

Remarks

The class fires this event to tell the application that a command reply is about to be sent. The Command parameter indicates the command that induced the reply, and Code and Reply indicate the pre-generated response.

You can alter the response parameters in your code to send bespoke replies.

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