SFTPClient.SSHXferAttr (SFTP Client v1.4.3) View Source
A struct that contains file and directory meta data.
Link to this section Summary
Functions
Converts a record of the :ssh_xfer_attr type into this struct.
Link to this section Types
Specs
t() :: %SFTPClient.SSHXferAttr{
acl: term(),
atime: non_neg_integer(),
atime_nseconds: term(),
attrib_bits: term(),
createtime: term(),
createtime_nseconds: term(),
extensions: term(),
group: term(),
mtime: non_neg_integer(),
mtime_nseconds: term(),
owner: term(),
permissions: term(),
size: non_neg_integer(),
type: atom()
}
Link to this section Functions
Specs
Converts a record of the :ssh_xfer_attr type into this struct.