edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPClientParsingCulture Property

The culture for parsing file listings.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public CultureInfo ParsingCulture { get; set; }

Property Value

CultureInfo

Remarks

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.

See Also