Single file event data description.
Definition FtpPollerUtil.qm.dox.h:48
string getDesc()
Returns the description.
const Fields
Markdown descriptions for hashdecl members.
Definition FtpPollerUtil.qm.dox.h:52
constructor()
Creates the type.
const RS_MOVED
remote status: moved
Definition FtpPollerUtil.qm.dox.h:71
const RS_DELETED
Definition FtpPollerUtil.qm.dox.h:68
const RS_NONE
remote status: none
Definition FtpPollerUtil.qm.dox.h:74
main FtpPoller namespace
Definition FtpPollerUtil.qm.dox.h:46
FtpPoller file event hash.
Definition FtpPollerUtil.qm.dox.h:81
int size
The size of the file in bytes.
Definition FtpPollerUtil.qm.dox.h:86
string filepath
The remote filepath relative to the FTP root directory.
Definition FtpPollerUtil.qm.dox.h:98
string remote_status
Remote status; one of FTP Remote Status Constants.
Definition FtpPollerUtil.qm.dox.h:107
string name
The name of the file, link, or directory.
Definition FtpPollerUtil.qm.dox.h:83
date transfer_time
The relative date/time value giving the time taken to transfer the file.
Definition FtpPollerUtil.qm.dox.h:101
*string local_path
Only included when `local_dir` is set; the target path for the file.
Definition FtpPollerUtil.qm.dox.h:104
data data
The file's data.
Definition FtpPollerUtil.qm.dox.h:95
date mtime
The last modified date/time of the file.
Definition FtpPollerUtil.qm.dox.h:89