SFTP Client v1.4.1 SFTPClient.Entry 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
Link to this type
t()
View Sourcet() :: %SFTPClient.Entry{ filename: String.t(), path: String.t(), stat: SFTPClient.SSHXferAttr.t() }