The SftpAttributes type exposes the following members.

Constructors

  NameDescription
Public methodSupported by the .NET Compact FrameworkSftpAttributes
Creates an instance of SftpAttributes class.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetHashCode
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSetUserAndGroup(Int32, Int32)
Sets user and group IDs.
Public methodSupported by the .NET Compact FrameworkSetUserAndGroup(String, String)
Sets user and group (only for SFTP v4).
Public methodSupported by the .NET Compact FrameworkToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkCreated
Gets or sets the DateTime of the item creation. Only supported for SFTP v4 servers!
Public propertySupported by the .NET Compact FrameworkGroup
Gets the group.
Public propertySupported by the .NET Compact FrameworkGroupId
Gets the group ID.
Public propertySupported by the .NET Compact FrameworkModified
Gets or sets the DateTime of last modification (along with last access datetime).
Public propertySupported by the .NET Compact FrameworkPermissions
Gets or sets the Unix/SFTP permissions.
Public propertySupported by the .NET Compact FrameworkUser
Gets the user.
Public propertySupported by the .NET Compact FrameworkUserId
Gets the user ID.

See Also