edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SSHFTPClientParallelTransferMode Property

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.

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public bool ParallelTransferMode { get; set; }

Property Value

Boolean

See Also