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

SSHSCPClientTransferNotifyInterval Property

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

Definition

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

Property Value

Int64

Implements

IFileTransferClientTransferNotifyInterval

Remarks

Reduce this value to receive more frequent notifications of transfer progress.

See Also