edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Determines whether 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#
public bool DetectTransferMode { get; set; }
Visual Basic
Public Property DetectTransferMode As Boolean
	Get
	Set
Visual C++
public:
property bool DetectTransferMode {
	bool get ();
	void set (bool value);
}

Remarks

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

See Also