SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

Disconnect Event

This event is fired when the SFTP subsystem connection is closed.

Syntax

public open class DefaultSshclientEventListener : SshclientEventListener {
  ...
  public override fun disconnect(e: SshclientDisconnectEvent) {}
  ...
}

public class SshclientDisconnectEvent {
  val closeReason: Int
}

Remarks

Do not perform any file operations after this event has been fired.

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