43 const RequestType =
new FtpClientCreateFileLocationRequestDataType();
92class FtpClientCreateFileLocationRequestDataType :
public HashDataType {
The FTP client create file data provider class.
Definition FtpClientCreateFileLocationDataProvider.qc.dox.h:28
const RequestType
Request type.
Definition FtpClientCreateFileLocationDataProvider.qc.dox.h:43
hash< DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
FtpClient ftp
FTP connection.
Definition FtpClientCreateFileLocationDataProvider.qc.dox.h:32
auto doRequestImpl(auto req, *hash< auto > request_options)
Makes a request and returns the response.
const ResponseType
Response type.
Definition FtpClientCreateFileLocationDataProvider.qc.dox.h:46
const ProviderInfo
Provider info.
Definition FtpClientCreateFileLocationDataProvider.qc.dox.h:35
string getName()
Returns the data provider name.
const ProviderSummaryInfo
Provider summary info.
Definition FtpClientCreateFileLocationDataProvider.qc.dox.h:39
constructor(FtpClient ftp)
Creates the object from an FTP connection.
*AbstractDataProviderType getRequestTypeImpl()
Returns the description of a successful request message, if any.
*AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
constructor(*hash< auto > options)
Creates the object from constructor options.
Qore FtpClientDataProvider module definition.
Definition FtpClientCreateFileDataProvider.qc.dox.h:26
const FtpClientPathDataType
Constant for FTP client stat responses.
Definition FtpClientPathDataType.qc.dox.h:43