1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-19 06:09:30 +00:00
ctrl/doc/example-messages/copy-files.json

10 lines
244 B
JSON
Raw Normal View History

2022-03-11 11:44:19 +01:00
[
{
"directory": "copy",
"fileName": "copy.log",
"toNodes": ["ship1"],
"method":"REQCopyFileFrom",
"methodArgs": ["./tmp2.txt","ship2","/tmp/tmp2.txt"],
"replyMethod":"REQToFileAppend"
}
]