SftpFileAttributes PropertiesSSH .NET Client Library Documentation
The SftpFileAttributes type exposes the following members.
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