Qore FtpClientDataProvider Module Reference 1.0
Loading...
Searching...
No Matches
FtpClientStatResponseDataType.qc.dox.h
1// -*- mode: c++; indent-tabs-mode: nil -*-
2
25namespace FtpClientDataProvider {
27class FtpClientStatResponseDataType : public HashDataType {
28
29public:
32 "name": "The name of the remote file or directory",
33 "path": "The full FTP path",
34 "type": "The type of remote file; one of:\n- `REGULAR`\n- `DIRECTORY`\n- `UNKNOWN`",
35 "mtime": "The last modified timestamp of the file",
36 "size": "The size of the remote file in bytes",
37 };
38
41
42};
43};
Data type for FTP client stat response calls.
Definition: FtpClientStatResponseDataType.qc.dox.h:27
const FieldDescriptions
Markdown descriptions for hashdecl members.
Definition: FtpClientStatResponseDataType.qc.dox.h:31
Qore FtpClientDataProvider module definition.
Definition: FtpClientCreateFileDataProvider.qc.dox.h:26