An NDoc Documented Class Library

FTPConnection.ParsingCulture Property

The culture for parsing file listings.

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

Remarks

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

The default is Invariant Language (Invariant Country).

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace