SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

ExtensionCmd Method

Sends an extension command to the server.

Object Oriented Interface

public function doExtensionCmd($extn, $databuffer);

Procedural Interface

secureblackboxlite_sftpclient_do_extensioncmd($res, $extn, $databuffer);

Remarks

Use this method to send an extension command to the SFTP server. Provide the extension type via the Extn parameter, and the request body via the DataBuffer parameter.

Upon completion of the command, the method returns the response as received from the server.

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