edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

HttpClientTransferNotifyListings Property

By default the BytesTransferred event is not triggered during directory listings - this property can be used to enable this behaviour.

Definition

Namespace: EnterpriseDT.Net.Ftp.Http
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public bool TransferNotifyListings { get; set; }

Property Value

Boolean

Implements

IFileTransferClientTransferNotifyListings

See Also