View Source SFTPClient.Handle (SFTP Client v2.0.0)

A struct that contains a connection and handle ID that points to a file or directory on the remote server.

Summary

Types

@type t() :: %SFTPClient.Handle{
  conn: SFTPClient.Conn.t(),
  id: term(),
  path: String.t()
}