IotcUploadFileRequest
represents the Upload File request sent from the agent to the server.
-
Header
-
#include <iotcAgent.h>
-
Data Fields
-
char srcFilePath [PATH_MAX]
char dstFilePath [PATH_MAX]
-
Field Description
-
Field |
Description |
char IotcUploadFileRequest::srcFilePath[PATH_MAX] |
File path at the local system to be uploaded. |
char IotcUploadFileRequest::dstFilePath[PATH_MAX] |
Path with the destination file name appended at end of the URL to upload the file. |