SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

Disconnect Event

This event is fired when a client has disconnected.

Syntax

public open class DefaultSftpserverEventListener : SftpserverEventListener {
  ...
  public override fun disconnect(e: SftpserverDisconnectEvent) {}
  ...
}

public class SftpserverDisconnectEvent {
  val connectionID: Long
}

Remarks

This event reports loss of connection to the client within the session specified by ConnectionID.

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