윈도우 wget.exe

Jmnote (토론 | 기여)님의 2012년 10월 4일 (목) 13:37 판 (→‎테스트)
윈도우용 wget
wget 윈도우
wget.exe

1 설치

2 테스트

  • 시작 --- cmd Enter
명령어
wget http://jmnote.com/utf8test.txt
dir utf8test.txt
→ 다운로드가 백그라운드로 수행되므로 dir 명령어는 약 1초 후에 해보자.
실행예시
C:\Users\jmnote>wget http://jmnote.com/utf8test.txt
--2012-07-18 15:26:38--  http://jmnote.com/utf8test.txt
Resolving jmnote.com... 175.125.92.11
Connecting to jmnote.com|175.125.92.11|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 295 [text/plain]
Saving to: `utf8test.txt'

100%[======================================>] 295         --.-K/s   in 0s

2012-07-18 15:26:39 (17.4 MB/s) - `utf8test.txt' saved [295/295]


C:\Users\jmnote>notepad utf8test.txt

3 같이 보기

4 참고 자료

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