SecureBlackbox 2020 Android Edition

Questions / Feedback?

Banner Event

Reports the receipt of the Welcome message from the server.

Syntax

public class DefaultSftpclientEventListener implements SftpclientEventListener {
  ...
  public void banner(SftpclientBannerEvent e) {}
  ...
}

public class SftpclientBannerEvent {
  public byte[] text;
  public byte[] language;
}

Remarks

The component fires this event when it receives a welcome message from the server. Use the Text parameter to access the encoded message.

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