IPWorks SFTP 2020 Python Edition

Questions / Feedback?

sftp_connection_connected Property

Used to disconnect individual connections and/or show their status.

Syntax

def get_sftp_connection_connected(connection_id: int) -> bool: ...
def set_sftp_connection_connected(connection_id: int, value: bool) -> None: ...

Default Value

FALSE

Remarks

Used to disconnect individual connections and/or show their status.

The sftp_connection_connected is used to close connections.

sftp_connection_connected also shows the status of a particular connection (connected/disconnected).

How and when the connection is closed is controlled by the linger property. Please refer to its description for more information.

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

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