Click or drag to resize

FlexFtpEncoding Enumeration

Specifies the FTP file transfer character encodings.

Namespace:  Flex.Hal.Settings
Assembly:  Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax
public enum FlexFtpEncoding
Members
  Member nameValueDescription
Default0 An encoding for the operating system's current ANSI code page.
ASCII1 An encoding for the ASCII (7-bit) character set.
Unicode2 An encoding for the UTF-16 format using the little endian byte order.
UTF323 An encoding object for the UTF-32 format using the little endian byte order.
UTF74 An encoding for the UTF-7 format.
UTF85 An encoding for the UTF-8 format.
See Also