Download a file from the device
GET/api/management/v1/deviceconnect/devices/:id/download
Download a file from the device
Request
Responses
- 200
- 400
- 404
- 409
- 500
The content of the file will be returned in the response body
Response Headers
X-MEN-File-Path
The path of the file on the device
X-MEN-File-UID
The numerical UID of the file on the device
X-MEN-File-GID
The numerical GID of the file on the device
X-MEN-File-Mode
The octal representation of the mode of the file on the device
X-MEN-File-Size
The size of the file on the device
Invalid Request.
Not Found.
Conflict.
Internal Server Error.