윈도우 curl

Windows curl equivalent
윈도우 curl

1 방법 1: 파워쉘[ | ]

PS C:\Users\jmnote> (new-object Net.WebClient).DownloadString("http://zetawiki.com/hello.txt")
Hello World!

2 방법 2: CMD[ | ]

C:\Users\jmnote>powershell "(new-object Net.WebClient).DownloadString('http://zetawiki.com/hello.txt')"
Hello World!

3 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}