37 "desc":
"FTP mkdir data provider; creates a directory on the server given the path "
39 "type":
"FtpClientMkdirDataProvider",
41 "supports_request":
True,
46 AbstractDataProvider::DataProviderSummaryInfoKeys
const ConstructorOptions
Constructor arguments.
Definition: FtpClientDataProvider.qc.dox.h:39
The FTP client mkdir data provider class.
Definition: FtpClientMkdirDataProvider.qc.dox.h:28
const ProviderSummaryInfo
Provider summary info.
Definition: FtpClientMkdirDataProvider.qc.dox.h:45
*AbstractDataProviderType getRequestTypeImpl()
Returns the description of a successful request message, if any.
const ProviderInfo
Provider info.
Definition: FtpClientMkdirDataProvider.qc.dox.h:35
hash< DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
constructor(*hash< auto > options)
Creates the object from constructor options.
FtpClient ftp
FTP connection.
Definition: FtpClientMkdirDataProvider.qc.dox.h:32
*AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
auto doRequestImpl(auto req, *hash< auto > request_options)
Makes a request and returns the response.
const RequestType
Request type.
Definition: FtpClientMkdirDataProvider.qc.dox.h:50
string getName()
Returns the data provider name.
constructor(FtpClient ftp)
Creates the object from an FTP connection.
Data type for FTP client stat request calls.
Definition: FtpClientPathDataType.qc.dox.h:27
Qore FtpClientDataProvider module definition.
Definition: FtpClientCreateFileDataProvider.qc.dox.h:26