Native alternative to wget in Windows PowerShell?



Native alternative to wget in Windows PowerShell?

Native alternative to wget in Windows PowerShell?

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

Music by Eric Matyas
https://www.soundimage.org
Track title: Magic Ocean Looping

Chapters
00:00 Question
00:34 Accepted answer (Score 318)
02:19 Answer 2 (Score 197)
02:51 Answer 3 (Score 101)
03:06 Answer 4 (Score 20)
03:30 Thank you

Full question
https://superuser.com/questions/362152/native-alternative-to-wget-in-windows-powershell

Accepted answer links:
[HtmlWebResponseObject]: http://msdn.microsoft.com/en-us/library/microsoft.powershell.commands.htmlwebresponseobject_members%28

Answer 2 links:
[DownloadFile]: https://msdn.microsoft.com/en-us/library/ms144200%28
[WebClient]: https://msdn.microsoft.com/en-us/library/system.net.webclient%28

Answer 3 links:
[Invoke-WebRequest]: http://technet.microsoft.com/en-us/library/hh849901.aspx

Answer 4 links:
[this blog post]: http://bartdesmet.net/blogs/bart/archive/2006/11/25/PowerShell-_2D00_-How-to-download-a-file_3F00_.aspx

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/licensing

Tags
#windows #powershell #powershell20 #powershell30 #powershell40

#avk47