Qore FtpClientDataProvider Module Reference  1.0
FtpClientPathDataType.qc.dox.h
1 // -*- mode: c++; indent-tabs-mode: nil -*-
2 
25 namespace FtpClientDataProvider {
27 class FtpClientPathDataType : public HashDataType {
28 
29 public:
30 protected:
32  const Fields = {
33  "path": {
34  "type": StringType,
35  "desc": "The FTP path for the operation",
36  },
37  };
38 
39 public:
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