Qore FtpPoller Module Reference
2.0
|
Event-based data provider for FTP polling events. More...
Public Member Methods | |
constructor (*hash< auto > options) | |
Creates the object from constructor options. | |
Public Member Methods inherited from FtpPoller::FtpPollerDataProviderBase | |
constructor (*hash< auto > options) | |
Creates the object from constructor options. | |
*string | getDesc () |
Returns the data provider description. | |
Public Attributes | |
const | ProviderInfo |
Provider info. | |
Public Attributes inherited from FtpPoller::FtpPollerDataProviderBase | |
const | ConstructorOptions |
Constructor options. | |
Additional Inherited Members | |
Private Member Methods inherited from FtpPoller::FtpPollerDataProviderBase | |
hash< string, hash< DataProviderMessageInfo > > | getEventTypesImpl () |
Returns a hash of all supported event types. More... | |
Private Attributes inherited from FtpPoller::FtpPollerDataProviderBase | |
EmbeddedFtpPoller | poller |
The file poller itself. | |
Event-based data provider for FTP polling events.
When using the local_dir
option, the local file must be removed / moved / archived by the event handler
The event ID raised for FTP file events is "ftp-file-event"
(see EVENT_FTP_FILE)