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_OpenList.hrl
Raw

include/gftp@actor_OpenList.hrl

-record(open_list, {
pathname :: gleam@option:option(binary()),
caller :: gleam@erlang@process:pid_(),
reply :: gleam@erlang@process:subject({ok, gftp@stream:data_stream()} |
{error, gftp@result:ftp_error()})
}).