edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
The character-encoding to use for transferring data in ASCII mode.

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

Syntax

C#
public override Encoding DataEncoding { get; set; }
Visual Basic
Public Overrides Property DataEncoding As Encoding
	Get
	Set
Visual C++
public:
virtual property Encoding^ DataEncoding {
	Encoding^ get () override;
	void set (Encoding^ value) override;
}

Remarks

The default is to use the default character encoding (generally UTF8). Some common character encodings to try for western European languages are Windows-1252 and ISO-8859-1.

This encoding is not used when transferring data in binary mode.

See Also