Is there an equivalent of curl in PowerShell? Does it have some similar built-in capability or is there a 3rd party cmdlet?
|
|
|||||||||||
|
migrated from stackoverflow.com Oct 10 '11 at 11:36
|
PowerShell 3.0 has the new command http://technet.microsoft.com/en-us/library/hh849971.aspx more detail: |
|||
|
|
|
The excellent Command Line Kung Fu blog has a post where they compare curl, wget and the related PowerShell commands - http://blog.commandlinekungfu.com/2009/11/episode-70-tangled-web.html |
|||
|
|
|
You can install cURL with Chocolatey and have curl available in PowerShell CLI or |
|||
|
|
|
You can also install Git for Windows, and then put the Git bin folder in your path. The Git install includes, among other things, curl.exe. After installing, just put |
||||
|
|
|
the closest thing to |
|||
