View Source SFTPClient.Handle (SFTP Client v1.4.8)
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
@type t() :: %SFTPClient.Handle{ conn: SFTPClient.Conn.t(), id: term(), path: String.t() }