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

include/gftp@actor_Stor.hrl

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