SFTP Progress not supressable
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
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.
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.