Gets the owner of the file. Contains the owner name on SFTP v4 servers and owner ID on SFTP v3 servers.

Namespace:  Rebex.Net
Assembly:  Rebex.Sftp (in Rebex.Sftp.dll)

Syntax

Visual Basic
Public ReadOnly Property Owner As String
	Get
C#
public string Owner { get; }

Field Value

Owner.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also