I like the new logging function in TC7 very much.
It would be even more great if you can log the transfer speeds also.
For example the copy operation.
I do a lot of file copy tests on my company network.
That you can see the tranfer speed on the fly is great for testing.
Lets log that info too!

Example:
Code: Select all
10-06-2007 13:52:48: Copy: C:\speed_test\100mb.bin -> F:\speed_test\100mb.bin Speed: Transferred 100,00 MB in 2,01 seconds (4,20 MB/s)

You even can make a total speed count when you copy multiple files.
Like some ftp-clients do.
Example from FlashFXP:
Code: Select all
Transferred 8 files totaling 226,00 MB in 3 minutes 39 seconds (1,03 MB/s)
DR...