Progress information while running `sync.CopyDir()` func

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!

If you poke around in fs/accounting you'll find what you need.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.