SecureBlackbox 2020 Android Edition

Questions / Feedback?

Disconnect Event

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

Syntax

public class DefaultSshclientEventListener implements SshclientEventListener {
  ...
  public void disconnect(SshclientDisconnectEvent e) {}
  ...
}

public class SshclientDisconnectEvent {
  public int closeReason;
}

Remarks

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

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