Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.RemoteCodePage

TElSimpleFTPSClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property specifies what codepage (and charset) the remote server uses.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    not implemented;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

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).

See also:     RemoteCharset    

Discuss this help topic in SecureBlackbox Forum