PowerTCP SSH and SFTP for .NET
SftpFileAttributes Class Members
Properties 


The following tables list the members exposed by SftpFileAttributes.

Public Constructors
 NameDescription
Public ConstructorSftpFileAttributes Constructor  
Top
Public Properties
 NameDescription
Public PropertyATIME Gets or sets time last accessed. Jan 1, 1970 if not initialized.  
Public PropertyGetOctalPermissions Converts the full POSIX permissions into a 7 digit octal representation.  
Public PropertyGetSymbolicPermissions Converts the full POSIX permissions into a human-readable string.  
Public PropertyGID Gets or sets the GID attribute. Empty string if not present.  
Public PropertyIsDirectory True if this entry is a directory.  
Public PropertyIsFifo True if this entry is a fifo.  
Public PropertyIsRegularFile True if this entry is a regular file.  
Public PropertyIsSocket True if this entry is a socket.  
Public PropertyIsSymlink True if this entry is a symlink.  
Public PropertyMTIME Gets or sets time last modified. Jan 1, 1970 if not initialized.  
Public PropertyPermissionsGets or sets the POSIX permissions. 0 if not initialized.  
Public PropertySize Gets or sets the SIZE attribute. Empty string if not present.  
Public PropertyUID Gets or sets he UID attribute. Empty string if not present.  
Top
See Also

Reference

SftpFileAttributes Class
Dart.Ssh Namespace


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic