SFTPClient.Entry (SFTP Client v1.4.3) View Source
A struct that represents a directory entry on a remote server, containing the filename, full path and meta data.
Link to this section Summary
Link to this section Types
Specs
t() :: %SFTPClient.Entry{ filename: String.t(), path: String.t(), stat: SFTPClient.SSHXferAttr.t() }