You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like a download progressbar when downloading the file, AFAIK this is possible, not sure if it could show download speed or size, but thats not too important, just want to see if its frozen or REALLY slow..
Also, the download time taken seems to be incorrect..
This will probably work, but I may have to embed some C# in the powershell file. I'd like to keep it raw powershell, but I think that a progress indicator is important enough that if I have to embed C# I will
Description of the new feature/enhancement
I'd like a download progressbar when downloading the file, AFAIK this is possible, not sure if it could show download speed or size, but thats not too important, just want to see if its frozen or REALLY slow..
Also, the download time taken seems to be incorrect..
Proposed technical implementation details (optional)
https://stackoverflow.com/questions/21422364/is-there-any-way-to-monitor-the-progress-of-a-download-using-a-webclient-object
https://docs.microsoft.com/en-us/dotnet/api/system.net.webclient.downloadprogresschanged?view=net-6.0
The text was updated successfully, but these errors were encountered: