FTPClientParsingCulture Property
The culture for parsing file listings.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public CultureInfo ParsingCulture { get; set; }
Public Property ParsingCulture As CultureInfo
Get
Set
public:
property CultureInfo^ ParsingCulture {
CultureInfo^ get ();
void set (CultureInfo^ value);
}
member ParsingCulture : CultureInfo with get, set
Property Value
CultureInfo
The
DirDetails(String) method parses the file listings returned. The names of the file
can contain a wide variety of characters, so it is sometimes necessary to set this
property to match the character-set used on the server.