Current section

Files

Jump to
ftpasta include ftpasta_Config.hrl
Raw

include/ftpasta_Config.hrl

-record(config, {
host :: binary(),
port :: integer(),
tls :: ftpasta@tls_config:t_l_s_config(),
verify :: boolean(),
username :: binary(),
password :: binary()
}).