SFTP Client v1.3.3 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 Source
t()
View Source
t() :: %SFTPClient.Entry{
filename: String.t(),
path: String.t(),
stat: SFTPClient.SSHXferAttr.t()
}
t() :: %SFTPClient.Entry{ filename: String.t(), path: String.t(), stat: SFTPClient.SSHXferAttr.t() }