How to find how many files were put/get in a session
I am trying to report via email how many files were put/get in a session. I am using powershell .NET assembly automation.
Thanks
Thanks
Advertisement
Advertisement
Session.GetFiles
and Session.PutFiles
return TransferOperationResult
.
TransferOperationResult.Transfers.Count
to learn number of transferred files.
Advertisement
You can post new topics in this forum