SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

SendBytes Method

Sends an array of bytes to the server.

Object Oriented Interface

public function doSendBytes($data);

Procedural Interface

secureblackboxlite_sshclient_do_sendbytes($res, $data);

Remarks

Use this method to send Data to the remote command's stdin channel.

Note that in synchronous mode this method may block until the whole byte array is commited to the network connection. In asynchronous mode this method returns immediately; the application is eventually notified that the data has been sent via the DataSent event.

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