Hello!
I’m trying to use:
mender-cli cp --token-value <token> --server https://eu.hosted.mender.io/ <device-id>:/home/root/<file> .
And it always sends
Configuration file not found. Continuing.
File not found on the device
FAILURE: Error: {"error": {"status_code": 404,"message": "Not Found"}}
But the file exists. I tried with multiple locations, and I can download the file in the mender website.
Can someone help me?
Thank you in advance!