Rclone is transferring the file but in response it just gives -> {},
is their any flag which i can put in my below request to get details like how much time it took and what was the size of files it moved etc ?
{
"srcFs": "test:/data/CHBULKUPLOAD/LOCALTESTING/Src4/",
"srcRemote": "/data/CHBULKUPLOAD/LOCALTESTING/Src4/",
"dstFs": "test:/data/CHBULKUPLOAD/LOCALTESTING/Dst3/",
"dstRemote": "/data/CHBULKUPLOAD/LOCALTESTING/Dst3/",
"_async": false,
"_filter": {
"IncludeRule": [
"*.*"
]
}
}