DataToSend Property
A string of data to be sent to the remote host.
Syntax
sshclientcontrol.DataToSend(SSHChannelId)[=string]
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 control send the string to the remote host.
The size of the array is controlled by the SSHChannelCount property.
To read or write binary data to the property, a Variant (Byte Array) version is provided in .DataToSendB.
This property is write-only and not available at design time.
Data Type
Binary String