Gets or sets charset to be used by SFTP v3.

Namespace:  Rebex.Net.Servers
Assembly:  Rebex.FileServer (in Rebex.FileServer.dll)

Syntax

Visual Basic
Public Property SftpEncoding As Encoding
	Get
	Set
C#
public Encoding SftpEncoding { get; set; }

Remarks

SFTP v4 always uses UTF-8.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also