[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public ConcurrentTransferSettings ConcurrentTransferSettings { get; }<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public ReadOnly Property ConcurrentTransferSettings As ConcurrentTransferSettings
Getpublic:
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
property ConcurrentTransferSettings^ ConcurrentTransferSettings {
ConcurrentTransferSettings^ get ();
}[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
member ConcurrentTransferSettings : ConcurrentTransferSettings with getThe 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.