![]() |
Qore ssh2 Module ..
|
Event-based data provider for SFTP polling events. More...
#include <SftpPoller.qm.dox.h>
Public Member Methods | |
| constructor (*hash< auto > options) | |
| Creates the object from constructor options. | |
Public Member Methods inherited from SftpPoller::SftpPollerDataProviderBase | |
| constructor (*hash< auto > options) | |
| Creates the object from constructor options. | |
| *string | getDesc () |
| Returns the data provider description. | |
| updateConnectionObjects (object conn, object connobj) | |
| Update any connection used by the data provider. | |
Public Attributes | |
| const | ProviderInfo = ... |
| Provider info. | |
Public Attributes inherited from SftpPoller::SftpPollerDataProviderBase | |
| const | ConstructorOptions = ... |
| Constructor options. | |
Additional Inherited Members | |
Private Member Methods inherited from SftpPoller::SftpPollerDataProviderBase | |
| hash< string, hash< DataProviderMessageInfo > > | getEventTypesImpl () |
| Returns a hash of all supported event types. | |
Private Attributes inherited from SftpPoller::SftpPollerDataProviderBase | |
| EmbeddedSftpPoller | poller |
| The file poller itself. | |
Event-based data provider for SFTP 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 SFTP file events is "sftp-file-event" (see EVENT_SFTP_FILE)