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

include/gftp@actor_Mdtm.hrl

-record(mdtm, {
pathname :: binary(),
reply :: gleam@erlang@process:subject({ok, gleam@time@timestamp:timestamp()} |
{error, gftp@result:ftp_error()})
}).