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

SFTP Progress not supressable

Open garrethjeremiah opened this issue 7 years ago • 2 comments

I can not disable the progress display for SFTP.

I have tried setting $ProgressPreference to SilentlyContinue to no avail (it has worked elsewhere in my scripts).

I can see that for Set-SCPFile you have a -NoProgress switch, but that is not available for Set-SCPFile

garrethjeremiah avatar Apr 03 '18 18:04 garrethjeremiah

Will take a look in to adding it to SFTP.

Sent from my iPhone

On Apr 3, 2018, at 2:43 PM, garrethjeremiah [email protected] wrote:

I can not disable the progress display for SFTP.

I have tried setting $ProgressPreference to SilentlyContinue to no avail (it has worked elsewhere in my scripts).

I can see that for Set-SCPFile you have a -NoProgress switch, but that is not available for Set-SCPFile

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

darkoperator avatar Apr 03 '18 19:04 darkoperator

I've been trying to suppress this as well. $ProgressPreference does not work. If Set-SFTPFile could get a -NoProgress switch too, that would be fantastic.

mercuryjlt avatar Sep 17 '19 18:09 mercuryjlt