SFTP Client v1.3.3 SFTPClient.Conn View Source

A struct containing connection-specific information.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %SFTPClient.Conn{
  channel_pid: pid(),
  config: SFTPClient.Config.t(),
  conn_ref: term()
}