An NDoc Documented Class Library

FTPClient.ParsingCulture Property

The culture for parsing file listings.

public System.Globalization.CultureInfo ParsingCulture {get; set;}

Remarks

The DirDetails 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.

See Also

FTPClient Class | EnterpriseDT.Net.Ftp Namespace