SecureBlackbox 2020 Python Edition

Questions / Feedback?

on_session_established Event

This event is fired when a new session is established.

Syntax

class SFTPServerSessionEstablishedEventParams(object):
  @property
  def connection_id() -> int: ...

# In class SFTPServer:
@property
def on_session_established() -> Callable[[SFTPServerSessionEstablishedEventParams], None]: ...
@on_session_established.setter
def on_session_established(event_hook: Callable[[SFTPServerSessionEstablishedEventParams], None]) -> None: ...

Remarks

This event is fired when a new connection identified by ConnectionID has been established with a client.

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