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

include/gftp@actor_CustomCommand.hrl

-record(custom_command, {
command_str :: binary(),
expected_statuses :: list(gftp@status:status()),
reply :: gleam@erlang@process:subject({ok, gftp@response:response()} |
{error, gftp@result:ftp_error()})
}).