Dart.Ssh Namespace : SftpFileAttributes Class |
The following tables list the members exposed by SftpFileAttributes.
Name | Description | |
---|---|---|
SftpFileAttributes Constructor |
Name | Description | |
---|---|---|
ATIME | Gets or sets time last accessed. Jan 1, 1970 if not initialized. | |
GetOctalPermissions | Converts the full POSIX permissions into a 7 digit octal representation. | |
GetSymbolicPermissions | Converts the full POSIX permissions into a human-readable string. | |
GID | Gets or sets the GID attribute. Empty string if not present. | |
IsDirectory | True if this entry is a directory. | |
IsFifo | True if this entry is a fifo. | |
IsRegularFile | True if this entry is a regular file. | |
IsSocket | True if this entry is a socket. | |
IsSymlink | True if this entry is a symlink. | |
MTIME | Gets or sets time last modified. Jan 1, 1970 if not initialized. | |
Permissions | Gets or sets the POSIX permissions. 0 if not initialized. | |
Size | Gets or sets the SIZE attribute. Empty string if not present. | |
UID | Gets or sets he UID attribute. Empty string if not present. |