]> git.proxmox.com Git - qemu-server.git/commit
implement file-write via guest-agent in the api
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 26 Jun 2018 12:15:49 +0000 (14:15 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 11 Jul 2018 08:29:45 +0000 (10:29 +0200)
commit735821a4feb905581d3c899b3ec56aa09d71a38e
tree603646fc52fce5e494eb9806cd7920de4110e543
parentbb14060a1ccd18d203ee1c52346cc9fe16257976
implement file-write via guest-agent in the api

writes the given content to the file

the size is at the moment limited by the max post size of the
pveproxy/daemon, so we set the maxLength to 60k

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