SecureBlackbox 2020 PHP Edition

Questions / Feedback?

GetClientBuffer Method

Obtains a pending connection buffer.

Object Oriented Interface

public function doGetClientBuffer($connectionid);

Procedural Interface

secureblackbox_ftpserver_do_getclientbuffer($res, $connectionid);

Remarks

Use this method to obtain a pending connection buffer from your WriteFile event handler. The connection buffer contains data that have been received from the client but has not been written to the file yet.

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