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

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

Syntax

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

Remarks

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

See Also