file-write

  1. U

    Proxmox API file-write special characters in content

    Hi, I-m trying to copy the content of script through the Proxmox guest agent to a windows client in Powershell. However, when I have a curly brackets "{" in the script the file-write will fail with the error {}":"property is not defined in schema and the schema does not allow additional...
  2. E

    Proxmox API /agent/file-write

    Hi, how can i send amulti line text threw the api /agent/file-write? If i send -d content="test \n test2" there is no new line in the written document just test without test2 in the next line Thank you in advanced