edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
By default the BytesTransferred event is not triggered during directory listings - this property can be used to enable this behaviour.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public override bool TransferNotifyListings { get; set; }
Visual Basic
Public Overrides Property TransferNotifyListings As Boolean
	Get
	Set
Visual C++
public:
virtual property bool TransferNotifyListings {
	bool get () override;
	void set (bool value) override;
}

See Also