SFTP Client v1.4.1 SFTPClient.Handle 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

Link to this type

t()

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