SecureBlackbox Lite 2020 Android Edition

Questions / Feedback?

Progress Event

Reports the data transfer progress.

Syntax

public class DefaultFtpclientEventListener implements FtpclientEventListener {
  ...
  public void progress(FtpclientProgressEvent e) {}
  ...
}

public class FtpclientProgressEvent {
  public long total;
  public long current;
  public boolean cancel;
}

Remarks

This event fires periodically during a file transfer operation to report its progress.

Use the Cancel parameter to terminate the transfer if needed.

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