Current section
Files
Jump to
Current section
Files
src/gftp.app.src
{application, gftp, [
{vsn, "1.0.0"},
{applications, [gleam_regexp,
gleam_stdlib,
gleam_time,
gtempo,
kafein,
mug]},
{description, "A Gleam FTP/FTPS client library with full RFC support for both passive and active mode"},
{modules, [gftp,
gftp@@main,
gftp@command,
gftp@command@feat,
gftp@command@file_type,
gftp@command@protection_level,
gftp@list,
gftp@list@file,
gftp@list@file_type,
gftp@list@permission,
gftp@listener,
gftp@mode,
gftp@response,
gftp@result,
gftp@status,
gftp@stream,
gftp@utils,
listener_ffi,
stream_ffi,
stream_test_ffi,
test_container_ffi]},
{registered, []}
]}.