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.