edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

FTPConnectionDataEncoding Property

The character-encoding to use for transferring data in ASCII mode.

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public virtual Encoding DataEncoding { get; set; }

Property Value

Type: Encoding
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