public Encoding FilenameEncoding { get; set; }Public Property FilenameEncoding As Encoding
Get
Setpublic:
property Encoding^ FilenameEncoding {
Encoding^ get ();
void set (Encoding^ value);
}member FilenameEncoding : Encoding with get, setThe default is UTF-8, but may need to be changed for SFTP servers that do not support UTF-8 (typically SFTP version 3 or below).
Note that this value is NOT used for SFTP servers with a version number greater than 3 - UTF-8 is always used in these cases as per the standard.