An NDoc Documented Class Library

FTPConnection.FilePathEncoding Property

NOTE: This property is now obsolete.

Use CommandEncoding


The character-encoding to use when dealing with file- and directory-paths.

public System.Text.Encoding FilePathEncoding {get; set;}

Remarks

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

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace