Is there an equivalent of curl in PowerShell? Does it have some similar built-in capability or is there a 3rd party cmdlet?

link|improve this question

49% accept rate
1  
Closed? How about closing superuser.com/questions/34492/…;, superuser.com/questions/295021/…, superuser.com/questions/71446/… and host of others? – Borek Oct 10 '11 at 12:39
Actually this question looks fair enough to me? But there's an old answer: stackoverflow.com/questions/340553/… – Rup Oct 10 '11 at 12:49
feedback

migrated from stackoverflow.com Oct 10 '11 at 11:36

This question came from our site for professional and enthusiast programmers.

2 Answers

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

link|improve this answer
feedback

the closest thing to wget or curl on windows is bits (Background Intelligent Transfer Service), which has some snippets ready for powershell.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.