Packages

A Gleam FTP/FTPS client library with full RFC support for both passive and active mode

Current section

Files

Jump to
gftp include gftp@internal@command_Eprt.hrl
Raw

include/gftp@internal@command_Eprt.hrl

-record(eprt, {
host :: binary(),
port :: integer(),
ip_version :: gftp@mode:ip_version()
}).