fun devices transfer cloud-to-device

Transfer a file from cloud to device

Synopsis

This command transfer a file from cloud to device. Uploads the file to Fundamentum, and then executes the transfer to deliver the file to the target device.

Contrary to using the API directly, this command is limited to using a single device and a single file.

fun devices transfer cloud-to-device [flags]

Options

      --context string       context (default "default")
  -d, --device int           ID of the target device. Must be a number. Mutually exclusive with --serial.
  -f, --file string          Local file path to transfer to the device.
  -h, --help                 help for cloud-to-device
  -p, --project int          Id of the project containing the registry. Must be a number.
  -r, --registry int         Id of the registry containing the device. Must be a number.
      --remote-path string   Path on the remote device where the file will be stored.
  -s, --serial string        Serial number of the device. Mutually exclusive with --device.

Options inherited from parent commands

      --config string   config directory

SEE ALSO