윈도우 curl

Jmnote (토론 | 기여)님의 2017년 10월 22일 (일) 20:35 판
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
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 }}