"윈도우 wget.exe"의 두 판 사이의 차이

잔글 (윈도우용 wget 문서를 윈도우 wget.exe(으)로 옮김)
(차이 없음)

2012년 10월 4일 (목) 13:27 판

윈도우용 wget
wget 윈도우
wget.exe

1 설치

2 테스트

  • 시작 --- cmd Enter
명령어
wget http://jmnote.com/utf8test.txt
notepad utf8test.txt
실행예시
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 }}