edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

FTPConnectionTransferNotifyInterval Property

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

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public virtual long TransferNotifyInterval { get; set; }

Property Value

Type: Int64
Remarks

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

The default value is 4096.

See Also