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