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; } |