SecureBlackbox 2020 PHP Edition

Questions / Feedback?

SetClientBuffer Method

Commits a data buffer to the connection.

Object Oriented Interface

public function doSetClientBuffer($connectionid, $value);

Procedural Interface

secureblackbox_ftpserver_do_setclientbuffer($res, $connectionid, $value);

Remarks

Use this method from your ReadFile event handler to commit a chunk of file data to the server component.

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