Hello,
I am trying to integrate rclone with my own Golang project. Things are working great thanks to the github.com/rclone/rclone pkg.
One question - I have a logic that calls sync.CopyDir(...) func. Is there any way to access progress information, such as number of files remaining to be transferred?
Huge thanks!