SftpFileAttributes MembersSSH .NET Client Library Documentation

The SftpFileAttributes type exposes the following members.
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodSetPermissions
Sets the permissions.
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyExtensions
Gets or sets the extensions.
Public propertyGroupCanExecute
Gets a value indicating whether the group members can execute this file.
Public propertyGroupCanRead
Gets a value indicating whether the group members can read from this file.
Public propertyGroupCanWrite
Gets a value indicating whether the group members can write into this file.
Public propertyGroupId
Gets or sets file group id.
Public propertyIsBlockDevice
Gets a value indicating whether file represents a block device.
Public propertyIsCharacterDevice
Gets a value indicating whether file represents a character device.
Public propertyIsDirectory
Gets a value indicating whether file represents a directory.
Public propertyIsNamedPipe
Gets a value indicating whether file represents a named pipe.
Public propertyIsRegularFile
Gets a value indicating whether file represents a regular file.
Public propertyIsSocket
Gets a value indicating whether file represents a socket.
Public propertyIsSymbolicLink
Gets a value indicating whether file represents a symbolic link.
Public propertyLastAccessTime
Gets or sets the time the current file or directory was last accessed.
Public propertyLastWriteTime
Gets or sets the time when the current file or directory was last written to.
Public propertyOthersCanExecute
Gets a value indicating whether the others can execute this file.
Public propertyOthersCanRead
Gets a value indicating whether the others can read from this file.
Public propertyOthersCanWrite
Gets a value indicating whether the others can write into this file.
Public propertyOwnerCanExecute
Gets a value indicating whether the owner can execute this file.
Public propertyOwnerCanRead
Gets a value indicating whether the owner can read from this file.
Public propertyOwnerCanWrite
Gets a value indicating whether the owner can write into this file.
Public propertySize
Gets or sets the size, in bytes, of the current file.
Public propertyUserId
Gets or sets file user id.
Back to Top
See Also