]> git.proxmox.com Git - qemu-server.git/commit
fix #3683: agent file-write: enable user to encode the content themselves
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 10 Feb 2022 14:52:10 +0000 (15:52 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 10 Feb 2022 15:18:20 +0000 (16:18 +0100)
commit0cb151937f5b683196c5e39b18ad09649fc85c8d
tree584a01c84de20f1abe132529f59d822dea29a96c
parente594231bf11c635c2919abce0bf4a71957124e4b
fix #3683: agent file-write: enable user to encode the content themselves

by adding an optional parameter 'encode' (enabled by default). When it
is disabled, the content must be base64 encoded already. This
way, users can send a binary file to the vm by base64 encoding it
themselves

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/API2/Qemu/Agent.pm