ExFTPClientDetectTransferMode Property
If set to true, the transfer mode in operations involving multiple files is
automatically changed between ASCII and binary as appropriate.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public bool DetectTransferMode { get; set; }
Public Property DetectTransferMode As Boolean
Get
Set
public:
virtual property bool DetectTransferMode {
bool get () sealed;
void set (bool value) sealed;
}
abstract DetectTransferMode : bool with get, set
override DetectTransferMode : bool with get, set
BooleanIExFileTransferClientDetectTransferMode