SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

SessionEstablished Event

This event is fired when a new session is established.

Syntax

public open class DefaultSftpserverEventListener : SftpserverEventListener {
  ...
  public override fun sessionEstablished(e: SftpserverSessionEstablishedEvent) {}
  ...
}

public class SftpserverSessionEstablishedEvent {
  val connectionID: Long
}

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 Kotlin Edition - Version 20.0 [Build 8063]