No problem, thanks for the confirmation. Excellent program btw..thanks for all scripting examples--very helpful!
- PaulCKK
FileTransferProgressEventArgs
class with Filename
, FileProgress
, and CPS
properties to display the name of the name, the percentage complete, and the transfer speed. I just followed the example using this line of code from one of the examples:
# Print transfer progress
Write-Host -NoNewline ("`r{0} ({1:P0})" -f $e.FileName, $e.FileProgress)