![]() |
Qore ssh2 Module ..
|
The SFTP client list data provider class. More...
#include <SftpClientListDataProvider.qc.dox.h>
Inherits AbstractDataProvider.
Public Member Methods | |
| void | constructor (soft< hash< auto > > options) |
| Creates the object from constructor options. | |
| void | constructor (SFTPClient sftp) |
| Creates the object from an SFTP connection. | |
| string | getName () |
| Returns the data provider name. | |
| auto | doRequestImpl (auto req, soft< hash< auto > > request_options) |
| Makes a request and returns the response. | |
| soft< AbstractDataProviderType > | getRequestTypeImpl () |
| Returns the description of a successful request message, if any. | |
| soft< AbstractDataProviderType > | getResponseTypeImpl () |
| Returns the description of a response message, if this object represents a response message. | |
| hash< DataProviderInfo > | getStaticInfoImpl () |
| Returns data provider static info. | |
The SFTP client list data provider class.
| auto SftpClientDataProvider::SftpClientListDataProvider::doRequestImpl | ( | auto | req, |
| soft< hash< auto > > | request_options | ||
| ) |
Makes a request and returns the response.
| req | the request info |
| request_options | the request options; will be processed by validateRequestOptions() |
| LIST-ERROR | if the path cannot be read |
| soft< AbstractDataProviderType > SftpClientDataProvider::SftpClientListDataProvider::getRequestTypeImpl | ( | ) |
Returns the description of a successful request message, if any.
| soft< AbstractDataProviderType > SftpClientDataProvider::SftpClientListDataProvider::getResponseTypeImpl | ( | ) |
Returns the description of a response message, if this object represents a response message.