pub struct Metadata { /* private fields */ }
Expand description
Represents metadata about a file. libssh returns this in a couple of contexts, and not all fields are used in all contexts.
Implementations
libssh docs say that this is the ls -l output on openssh servers, but is unreliable with other servers
Flags the indicate which attributes are present.
Is a bitmask of SSH_FILEXFER_ATTR_XXX
constants
The unix mode_t permission bits
The last-accessed time
The file creation time
The file modification time