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@actor_WithPassiveStreamBuilder.hrl
Raw

include/gftp@actor_WithPassiveStreamBuilder.hrl

-record(with_passive_stream_builder, {
builder :: fun((binary(), integer()) -> {ok, gftp@stream:data_stream()} |
{error, gftp@result:ftp_error()}),
reply :: gleam@erlang@process:subject(nil)
}).