Posh-SSH icon indicating copy to clipboard operation
Posh-SSH copied to clipboard

NoProgress Switch is not working in Get-SFTPItem cmdlet in Posh 3.0.0 version

Open Akshobhya-Sasun opened this issue 3 years ago • 1 comments

While NoProgress switch was working in 3.0 beta version, It stopped working after upgrading to 3.0.0 version.

Exception: A parameter cannot be found that matches parameter name 'NoProgress'.

Akshobhya-Sasun avatar Apr 26 '22 19:04 Akshobhya-Sasun

Correct it was later removed in other releases you can set the $progresspreference variable to “silentlycontinue” to hide the progress bar

Sent from my iPhone

On Apr 26, 2022, at 3:19 PM, Akshobhya-Sasun @.***> wrote:

 While NoProgress switch was working in 3.0 beta version, It stopped working after upgrading to 3.0.0 version.

Exception: A parameter cannot be found that matches parameter name 'NoProgress'.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.

darkoperator avatar Apr 26 '22 20:04 darkoperator