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

ExFTPConnectionConcurrentTransferSettings Property

Settings for concurrent transfers. Off by default.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public ConcurrentTransferSettings ConcurrentTransferSettings { get; }

Property Value

ConcurrentTransferSettings

Remarks

The concurrent transfer feature of ExFTPConnection and SecureFTPConnection can greatly speed up transfers. This performance is achieved by making several connections to the server at the same time, and using them such that more than one file may be transferred at the same time. For example, if a maximum of 4 connections (see MaxConnections is set then up to 4 files may be transferred simultaneously.

See Also