IPWorks SFTP 2020 Python Edition

Questions / Feedback?

on_ssh_status Event

Shows the progress of the secure connection.

Syntax

class SFTPSSHStatusEventParams(object):
  @property
  def message() -> str: ...

# In class SFTP:
@property
def on_ssh_status() -> Callable[[SFTPSSHStatusEventParams], None]: ...
@on_ssh_status.setter
def on_ssh_status(event_hook: Callable[[SFTPSSHStatusEventParams], None]) -> None: ...

Remarks

The event is fired for informational and logging purposes only. Used to track the progress of the connection.

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