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

(새 문서: ;윈도우용 wget ;wget 윈도우 ==설치== * 브라우저에서 http://users.ugent.be/~bpuype/wget/ 접속 * wget.exe를 C:\Windows\System32에 다운로드 ==테스트== *...)
 
8번째 줄: 8번째 줄:
==테스트==
==테스트==
*시작 --- cmd {{Enter}}
*시작 --- cmd {{Enter}}
;명령어
<source lang='bash'>
wget http://jmnote.com/utf8test.txt
notepad utf8test.txt
</source>
;실행예시
<source lang='dos'>
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
</source>


==참고 자료==
==참고 자료==
*http://users.ugent.be/~bpuype/wget/
*http://users.ugent.be/~bpuype/wget/

2012년 7월 18일 (수) 15:30 판

윈도우용 wget
wget 윈도우

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 참고 자료

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