EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS3FTPOptions.RemoteCodePage

TElAS3FTPOptions     See also    


 

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

 
 

Declaration

[C#]
    int RemoteCodePage;

[VB.NET]
    Property RemoteCodePage As Integer

[Pascal]
    not implemented;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

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    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation