edtFTPnet/Free - Open-source FTP component for .NET | Download
The character-encoding to use when dealing with file- and directory-paths.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

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