SecureBlackbox 2020 Android Edition

Questions / Feedback?

FindClose Event

Signals the completion of a directory listing request.

Syntax

public class DefaultFtpserverEventListener implements FtpserverEventListener {
  ...
  public void findClose(FtpserverFindCloseEvent e) {}
  ...
}

public class FtpserverFindCloseEvent {
  public long connectionID;
  public int operationStatus;
}

Remarks

The component fires this event upon completion of a directory listing request. Check the operation status, and alter it, if needed, through the OperationStatus parameter.

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