Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions doc/source/swupdate-ipc-interface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,11 @@ For example to stream the SWU file and start the update procedure using ``curl``

curl -F file=@update_file.swu http://host:8080/upload

And, in case authentication is needed, the previous example can be tranformed to

::
curl -u username:password -F file=@update_file.swu http://host:8080/upload

Restart API
-----------

Expand Down