edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
[SFTP Only] Controls if parallel mode transfers are enabled.

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

Syntax

C#
public bool ParallelTransferMode { get; set; }
Visual Basic
Public Property ParallelTransferMode As Boolean
	Get
	Set
Visual C++
public:
property bool ParallelTransferMode {
	bool get ();
	void set (bool value);
}

Remarks

Uploads are by default in parallel mode, which is faster than serial mode. This mode can be switched off if servers are unable to deal with parallel mode.

This property applies to SFTP only. Use the Protocol property to select the protocol.

The default is generally appropriate in most situations.

See Also