Is there an effective tool for copying files across Windows network shares that:
- Can be scripted
- Can rate limit based on a bandwidth parameter (i.e. "2 MBytes/s")
- Is a windows tool (i.e. not
rsynccompiled on windows) - Is Recursive
- Is can be limited to directories and a glob (i.e.
*.foo)
Also please don't mention robocopy with its terrible inter-packet gap (IPG) version of rate limiting which doesn't even seem to work and suggests experimentation to find an effective setting as it will likely send me into nerd rage and cause me to write long run on sentences spewing from a stream of frustration from the fact that anyone who thought that was a good way to rate limit copies should not have been allowed to touch a keyboard thank you in advance much appreciated.