property Owner: string;
Description
The Owner property holds the name of the file owner.
The string should be of the form "user@dns_domain". This will allow a client and server that do not use the same local representation to translate to a common syntax that can be interpreted by both. In the case when no translation available to the client or server, the attribute value must be constructed without "@".
Note: This property is supported starting with version 4 of the SFTP protocol.
See Also