IPWorks EDI 2020 Python Edition

Questions / Feedback?

oftp_connection_ready_to_send Property

Specifies whether or not the server can send to the client.

Syntax

def get_oftp_connection_ready_to_send(connection_id: int) -> bool: ...

Default Value

FALSE

Remarks

Specifies whether or not the server can send to the client.

When the client passes control to the server, this property will be true. Additionally the on_ready_to_send event will fire at this time. This must be true before sending files to the client.

The connection_id parameter specifies the index of the item in the array. The size of the array is controlled by the oftp_connection_count property.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 Python Edition - Version 20.0 [Build 8203]