SftpAttributes Class
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9147)
Encapsulates file or directory attributes such as user and group id, permissions and modify time.
Syntax
public class SftpAttributes
Inherited Members
Constructors
Name | Description |
---|---|
Sftp |
Creates an instance of Sftp |
Properties
Name | Description |
---|---|
Created | Gets or sets the Date |
Group | Gets the group. |
Group |
Gets the group ID. |
Modified | Gets or sets the Date |
Permissions | Gets or sets the Unix/SFTP permissions. |
User | Gets the user. |
User |
Gets the user ID. |
Methods
Name | Description |
---|---|
Set |
Sets user and group IDs. |
Set |
Sets user and group (only for SFTP v4). |