File transfer using Iot Central

Gorantla Srikanth 60 Reputation points
2024-05-08T06:10:37.69+00:00

I have created IoT Central Application. I can able to send files from IoT device to IoT central application, but I was confused how to send file from IoT Central Application. I have seen using commands in IoT Central application we can able to send files from IoT Central application to IoT device. How can I do that?

Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
355 questions
{count} votes

Accepted answer
  1. Sander van de Velde 29,856 Reputation points MVP
    2024-05-08T10:51:06.27+00:00

    Hello @Gorantla Srikanth ,

    welcome to this moderated Azure community forum.

    You can use the IoT Central equivalent of Azure IoT Hub direct methods or desired properties.

    In IoT Central this is a Command for a direct method and a writable property for a devicetwin desired property.

    a non-writable property is the equivalent of a devicetwin reported property.

    Notice you need to write custom logic on the device side to handle the incoming desired property or direct method to turn that signal into a files or patches.

    The jobs are there for managing devices in bulk.


    If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.

    0 comments No comments

0 additional answers

Sort by: Most helpful