Automate ".backup" files?

General discussion of anything Unimus
bkopec
Posts: 2
Joined: Thu Jan 21, 2021 1:21 pm

Thu Jan 21, 2021 2:27 pm

Johnny wrote:
Thu Jan 21, 2021 2:07 pm


You provided a valid JSON string, but you actually didn't include a file.backup's content, just sent "file.backup" as the string instead.
Can you try:

Code: Select all

http-data="{\"backup\":\""+file.backup+"\",\"type\":\"BINARY\"}"
I haven't tried it myself, it's just a wild guess :)
I get syntax error on miktorik with this sample.

Image
nellson
Posts: 1
Joined: Thu Mar 25, 2021 5:38 pm

Thu Mar 25, 2021 5:40 pm

Did you have any success with this, we need this for backup of certificates as well.
Post Reply