"윈도우 curl"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-<source lang='cli'> +<source lang='console'>))
 
15번째 줄: 15번째 줄:


==같이 보기==
==같이 보기==
*[[윈도우 wget]]
* [[윈도우 wget]]
*[[리눅스 curl]]
* [[리눅스 curl]]
* [[choco install curl]]


[[분류: 윈도우]]
[[분류: 윈도우]]

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 }}