Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Getting the total volume of data transferred in a session

Thanks for sharing your solution.
torix

Re: Getting the total volume of data transferred in a session

martin wrote:

There's no magical answer.


I ended up solving this by looping through all files in the collection of successfully transferred files in the transfer result.

..
..
$script:amountOfData += (Get-Item $e.FileName).length
..
..
martin

Re: Getting the total volume of data transferred in a session

There's no magical answer.
torix

Getting the total volume of data transferred in a session

Have searched around for a way to get total amount of data (bytes) transferred through a session but so far no luck.
Anyone have the magical answer?
(using Powershell)

Regards