IPWorks SSH 2020 Python Edition

Questions / Feedback?

data_to_send Property

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

Syntax

def set_data_to_send(ssh_channel_id: int, value: bytes) -> None: ...

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 class send the string to the remote host.

The ssh_channel_id parameter specifies the index of the item in the array. The size of the array is controlled by the ssh_channel_count property.

This property is write-only.

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