Discuss this help topic in SecureBlackbox Forum
TElSimpleFTPSClient.RemoteCodePage
This property specifies what codepage (and charset) the remote server uses.
Declaration
Description
Use this property to specify, what code page the remote server uses.
This code page is used for converting between unicode strings in .NET and the 8-bit character
representation used in FTP.
The values of this property correspond to code page numbers as defined by System.Text.Encoding class.
Default value is 20127 (us-ascii encoding).