IPWorks SSH 2020 Python Edition

Questions / Feedback?

sftp_connection_error_message Property

ErrorMessage is used together with status codes returned from events to send informative errors back to the SFTP client through the SSH_FXP_STATUS message.

Syntax

def get_sftp_connection_error_message(connection_id: int) -> str: ...

Default Value

""

Remarks

sftp_connection_error_message is used together with status codes returned from events to send informative errors back to the SFTP client through the SSH_FXP_STATUS message. If left blank, the class will set a default message based on the returned status code.

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.

This property is read-only.

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