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

ExFTPClientDetectTransferMode Property

If set to true, the transfer mode in operations involving multiple files is automatically changed between ASCII and binary as appropriate.

Definition

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

Property Value

Boolean

Implements

IExFileTransferClientDetectTransferMode

Remarks

RegisterExtension(String) for how to register a file extension as ASCII, and FileTypes for how to obtain the current registered extensions

See Also