ExFTPConnectionDetectTransferMode Property
Determines whether 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:
property bool DetectTransferMode {
bool get ();
void set (bool value);
}
member DetectTransferMode : bool with get, set
Property Value
Boolean