1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-07 04:49:17 +00:00
ctrl/doc/example-messages/copy-files.json

10 lines
244 B
JSON
Raw Normal View History

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