edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
The character-encoding to use when dealing with file- and directory-paths.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
[ObsoleteAttribute("Use CommandEncoding")]
public Encoding FilePathEncoding { get; set; }
Visual Basic
<ObsoleteAttribute("Use CommandEncoding")> _
Public Property FilePathEncoding As Encoding
	Get
	Set
Visual C++
[ObsoleteAttribute(L"Use CommandEncoding")]
public:
property Encoding^ FilePathEncoding {
	Encoding^ get ();
	void set (Encoding^ value);
}

Remarks

The default is ASCII, but should be changed when communicating with FTP servers that have file-names containing non-ASCII characters

See Also