Qore FtpPollerUtil Module Reference 1.0
|
FtpPoller file event hash. More...
#include <FtpPollerUtil.qm.dox.h>
Public Attributes | |
data | data |
The file's data. More... | |
string | filepath |
The remote filepath relative to the FTP root directory. | |
*string | local_path |
Only included when `local_dir` is set; the target path for the file. | |
date | mtime |
The last modified date/time of the file. | |
string | name |
The name of the file, link, or directory. | |
int | size |
The size of the file in bytes. | |
date | transfer_time |
The relative date/time value giving the time taken to transfer the file. | |
FtpPoller file event hash.
data FtpPoller::FtpPollerFileEventInfo::data |
The file's data.
this will be a string unless the "binary" option is set to True, in which case this key is assigned to the file's binary data