PowerShell - Session.FileTransferProgress Event - Frequency
Hello !
I'm working on a script which download automatically files on a distant serveur through SSH.
For that, I'm developing a script in Powershell with WinSCP Library. Many Thanks for this nice library and all example provided on your website !
I succeed to trigger the FileTransferProgress event in my code, but as I'm downloaded big piece of software, I would like to slow down the frequency of this trigger.
Presently, it's around every second, and I would like to move to something like every 30 seconds.
Is there a way to modify the frequency of the trigger ?
Thanks for your help !
I'm working on a script which download automatically files on a distant serveur through SSH.
For that, I'm developing a script in Powershell with WinSCP Library. Many Thanks for this nice library and all example provided on your website !
I succeed to trigger the FileTransferProgress event in my code, but as I'm downloaded big piece of software, I would like to slow down the frequency of this trigger.
Presently, it's around every second, and I would like to move to something like every 30 seconds.
Is there a way to modify the frequency of the trigger ?
Thanks for your help !