For testing I need a tool that can copy files from location a to b.
However, I need to tell the tool how many files it should copy per second.
Does any one know a tool that can do this?
For testing I need a tool that can copy files from location a to b.
However, I need to tell the tool how many files it should copy per second.
Does any one know a tool that can do this?
file copying speed will be related with Data Buffer that is a region of memory used to temporarily hold data while it is being moved from one place to another. WinMend can handle buffer size you want to perform file copying task.
If you want and command line apps, try Fast Copy . You can use /bufsize=N(MB) to Specify the size(MB) of the main buffer for Read/Write operation.
for more choice, you can even check here.