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

SecureFTPConnectionTransferNotifyInterval Property

The number of bytes transferred between each notification of the BytesTransferred event.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public override long TransferNotifyInterval { get; set; }

Property Value

Int64

Remarks

This property determines the approximate number of bytes transferred between each BytesTransferred event.

The default value is 4096.

See Also