View Source SFTPClient.Config (SFTP Client v1.4.7)
A module containing the connection configuration.
Link to this section Summary
Functions
Builds a config from the given SFTPClient.Config
struct, keyword list or
map.
Link to this section Types
@type t() :: %SFTPClient.Config{ connect_timeout: timeout(), dsa_pass_phrase: nil | String.t(), ecdsa_pass_phrase: nil | String.t(), host: String.t(), inet: :inet | :inet6, key_cb: nil | {module(), term()}, modify_algorithms: nil | Keyword.t(), operation_timeout: timeout(), password: nil | String.t(), port: non_neg_integer(), private_key_pass_phrase: nil | String.t(), private_key_path: nil | Path.t(), rsa_pass_phrase: nil | String.t(), sftp_vsn: integer(), system_dir: nil | Path.t(), user: String.t(), user_dir: nil | Path.t() }
Link to this section Functions
Builds a config from the given SFTPClient.Config
struct, keyword list or
map.