1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2024-12-15 17:51:15 +00:00
ctrl/doc/example-messages/copy-files.json
2022-03-11 11:44:19 +01:00

10 lines
No EOL
244 B
JSON

[
{
"directory": "copy",
"fileName": "copy.log",
"toNodes": ["ship1"],
"method":"REQCopyFileFrom",
"methodArgs": ["./tmp2.txt","ship2","/tmp/tmp2.txt"],
"replyMethod":"REQToFileAppend"
}
]