Discuss this help topic in SecureBlackbox Forum

TElSFTPServer.FilenameCharset

TElSFTPServer     See also     


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


Contains files charset on the server.

Declaration

[C#]
    string FilenameCharset;

[VB.NET]
    Property FilenameCharset As String

[Pascal]
    property FilenameCharset : String;

[C++]
    void get_FilenameCharset(std::string &OutResult);
    void set_FilenameCharset(const std::string &Value);

[PHP]
    string get_FilenameCharset()
    void set_FilenameCharset(string $Value)

[Java]
    String getFilenameCharset();
    void setFilenameCharset(String Value);

Description

    Use this property to specify files charset. This property is set automatically.

See also:     NegotiatedCharset    

Discuss this help topic in SecureBlackbox Forum