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

ExFTPConnectionConcurrentTransferSettings Property

Settings for concurrent transfers. Off by default.

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

Property Value

Type: 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