36 "name":
"create-file",
37 "desc":
"FTP create file data provider; creates a file in the given location",
38 "type":
"FtpClientCreateFileDataProvider",
40 "supports_request":
True,
45 AbstractDataProvider::DataProviderSummaryInfoKeys
The FTP client create file data provider class.
Definition: FtpClientCreateFileDataProvider.qc.dox.h:28
const ProviderSummaryInfo
Provider summary info.
Definition: FtpClientCreateFileDataProvider.qc.dox.h:44
*AbstractDataProviderType getRequestTypeImpl()
Returns the description of a successful request message, if any.
const ResponseType
Response type.
Definition: FtpClientCreateFileDataProvider.qc.dox.h:52
constructor(FtpClient ftp)
Creates the object from an FTP connection.
constructor(*hash< auto > options)
Creates the object from constructor options.
FtpClient ftp
FTP connection.
Definition: FtpClientCreateFileDataProvider.qc.dox.h:32
const RequestType
Request type.
Definition: FtpClientCreateFileDataProvider.qc.dox.h:49
hash< DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
auto doRequestImpl(auto req, *hash< auto > request_options)
Makes a request and returns the response.
*AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
const ProviderInfo
Provider info.
Definition: FtpClientCreateFileDataProvider.qc.dox.h:35
string getName()
Returns the data provider name.
Data type for FTP client create file request calls.
Definition: FtpClientCreateFileRequestDataType.qc.dox.h:27
const ConstructorOptions
Constructor arguments.
Definition: FtpClientDataProvider.qc.dox.h:42
Data type for FTP client stat request calls.
Definition: FtpClientPathDataType.qc.dox.h:27
Qore FtpClientDataProvider module definition.
Definition: FtpClientCreateFileDataProvider.qc.dox.h:26