Discuss this help topic in SecureBlackbox Forum

TElSftpExtendedProperties.FilenameCharset

TElSftpExtendedProperties     


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


Contains file names charset

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

    This property contains charset of file names used by server. It can be empty (if unknown), or 'utf8', or server can set any else.

Discuss this help topic in SecureBlackbox Forum