Qore FtpClientDataProvider Module Reference 1.0
Loading...
Searching...
No Matches
FtpClientPathDataType.qc.dox.h
1// -*- mode: c++; indent-tabs-mode: nil -*-
2
25namespace FtpClientDataProvider {
27class FtpClientPathDataType : public HashDataType {
28
29public:
30protected:
32 const Fields = {
33 "path": {
34 "type": StringType,
35 "desc": "The FTP path for the operation",
36 },
37 };
38
39public:
40
43
44};
45};
Data type for FTP client stat request calls.
Definition: FtpClientPathDataType.qc.dox.h:27
const Fields
Field descriptions.
Definition: FtpClientPathDataType.qc.dox.h:32
Qore FtpClientDataProvider module definition.
Definition: FtpClientCreateFileDataProvider.qc.dox.h:26