SFTPClient.Handle (SFTP Client v1.4.3) View Source
A struct that contains a connection and handle ID that points to a file or directory on the remote server.
Link to this section Summary
Link to this section Types
Specs
t() :: %SFTPClient.Handle{
conn: SFTPClient.Conn.t(),
id: term(),
path: String.t()
}