SecureBlackbox 2020 Android Edition

Questions / Feedback?

ListEntry Event

Reports a single entry from the requested directory listing.

Syntax

public class DefaultFtpclientEventListener implements FtpclientEventListener {
  ...
  public void listEntry(FtpclientListEntryEvent e) {}
  ...
}

public class FtpclientListEntryEvent {
  public String filename;
}

Remarks

FileName contains the filename of the reported entry. Read the details of the entry from CurrentListEntry property.

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