![]() |
Qore ssh2 Module ..
|
The SFTP client mkdir data provider class. More...
#include <SftpClientMkdirDataProvider.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. | |
Public Attributes | |
| SFTPClient | sftp |
| SFTP connection. | |
| const auto | ProviderInfo = ... |
| Provider info. | |
| const auto | ProviderSummaryInfo = ... |
| Provider summary info. | |
| const auto | RequestType = ... |
| Request type. | |
The SFTP client mkdir data provider class.
| auto SftpClientDataProvider::SftpClientMkdirDataProvider::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() |
| soft< AbstractDataProviderType > SftpClientDataProvider::SftpClientMkdirDataProvider::getRequestTypeImpl | ( | ) |
Returns the description of a successful request message, if any.
| soft< AbstractDataProviderType > SftpClientDataProvider::SftpClientMkdirDataProvider::getResponseTypeImpl | ( | ) |
Returns the description of a response message, if this object represents a response message.