IPWorks SSH 2020 C++ Builder Edition

Questions / Feedback?

DataToSend Property

A string of data to be sent to the remote host.

Syntax

__property String DataToSend[int SSHChannelId] = { write=FSetDataToSend };
__property DynamicArray<Byte> DataToSendB[int SSHChannelId] = { write=FSetDataToSendB };

Default Value

""

Remarks

A string of data to be sent to the remote host. Write-only property.

Assigning a string to the DataToSend makes the component send the string to the remote host.

The SSHChannelId parameter specifies the index of the item in the array. The size of the array is controlled by the SSHChannelCount property.

This property is write-only and not available at design time.

Data Type

Byte Array

Copyright (c) 2023 /n software inc. - All rights reserved.
IPWorks SSH 2020 C++ Builder Edition - Version 20.0 [Build 8501]