View Source SFTPClient.Conn (SFTP Client v1.4.7)

A struct containing connection-specific information.

Link to this section Summary

Link to this section Types

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