SecureBlackbox Lite 2020 .NET Edition

Questions / Feedback?

ListEntry Event

Reports a single entry from the requested directory listing.

Syntax

public event OnListEntryHandler OnListEntry;

public delegate void OnListEntryHandler(object sender, FtpclientListEntryEventArgs e);

public class FtpclientListEntryEventArgs : EventArgs {
  public string Filename { get; }
}
Public Event OnListEntry As OnListEntryHandler

Public Delegate Sub OnListEntryHandler(sender As Object, e As FtpclientListEntryEventArgs)

Public Class FtpclientListEntryEventArgs Inherits EventArgs
  Public ReadOnly Property Filename As String
End Class

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 Lite 2020 .NET Edition - Version 20.0 [Build 8166]