edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Settings for concurrent transfers. Off by default.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public ConcurrentTransferSettings ConcurrentTransferSettings { get; }
Visual Basic
Public ReadOnly Property ConcurrentTransferSettings As ConcurrentTransferSettings
	Get
Visual C++
public:
property ConcurrentTransferSettings^ ConcurrentTransferSettings {
	ConcurrentTransferSettings^ get ();
}

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 [!:ConcurrentTransferSettings.MaxConnections] is set then up to 4 files may be transferred simultaneously.

See Also