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

잔글 (봇: 자동으로 텍스트 교체 (-==참고 자료== +==참고==))
 
(사용자 2명의 중간 판 14개는 보이지 않습니다)
11번째 줄: 11번째 줄:
;명령어
;명령어
<source lang='bash'>
<source lang='bash'>
wget http://jmnote.com/utf8test.txt
wget http://zetawiki.com/ex/txt/utf8test.txt
notepad utf8test.txt
dir utf8test.txt
</source>
</source>
 
:→ 다운로드가 백그라운드로 수행되므로 dir 명령어는 약 1초 후에 해보자.
;실행예시
;실행예시
<source lang='dos'>
<source lang='console'>
C:\Users\jmnote>wget http://jmnote.com/utf8test.txt
C:\Users\zetawiki>wget http://zetawiki.com/ex/txt/utf8test.txt
--2012-07-18 15:26:38--  http://jmnote.com/utf8test.txt
--2012-07-18 15:26:38--  http://zetawiki.com/ex/txt/utf8test.txt
Resolving jmnote.com... 175.125.92.11
Resolving zetawiki.com... 111.222.33.44
Connecting to jmnote.com|175.125.92.11|:80... connected.
Connecting to zetawiki.com|111.222.33.44|:80... connected.
HTTP request sent, awaiting response... 200 OK
HTTP request sent, awaiting response... 200 OK
Length: 295 [text/plain]
Length: 295 [text/plain]
28번째 줄: 28번째 줄:


2012-07-18 15:26:39 (17.4 MB/s) - `utf8test.txt' saved [295/295]
2012-07-18 15:26:39 (17.4 MB/s) - `utf8test.txt' saved [295/295]
 
</source>
 
<source lang='console'>
C:\Users\jmnote>notepad utf8test.txt
C:\Users\zetawiki>dir utf8test.txt
C 드라이브의 볼륨에는 이름이 없습니다.
볼륨 일련 번호: 8E23-4F56
C:\Users\zetawiki 디렉터리
2012-10-04  오후 01:33              295 utf8test.txt
              1개 파일                295 바이트
              0개 디렉터리  10,042,920,960 바이트 남음
</source>
</source>


==같이 보기==
==같이 보기==
*[[wget]]
*[[윈도우 wget]]
*[[tcping]]
*[[윈도우 wget.vbs]]
*[[윈도우 tcping]]
*[[리눅스 wget]]


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


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

2017년 7월 20일 (목) 00:20 기준 최신판

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

1 설치[ | ]

2 테스트[ | ]

  • 시작 --- cmd Enter
명령어
wget http://zetawiki.com/ex/txt/utf8test.txt
dir utf8test.txt
→ 다운로드가 백그라운드로 수행되므로 dir 명령어는 약 1초 후에 해보자.
실행예시
C:\Users\zetawiki>wget http://zetawiki.com/ex/txt/utf8test.txt
--2012-07-18 15:26:38--  http://zetawiki.com/ex/txt/utf8test.txt
Resolving zetawiki.com... 111.222.33.44
Connecting to zetawiki.com|111.222.33.44|: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\zetawiki>dir utf8test.txt
 C 드라이브의 볼륨에는 이름이 없습니다.
 볼륨 일련 번호: 8E23-4F56
 
 C:\Users\zetawiki 디렉터리
 
2012-10-04  오후 01:33               295 utf8test.txt
               1개 파일                 295 바이트
               0개 디렉터리  10,042,920,960 바이트 남음

3 같이 보기[ | ]

4 참고[ | ]

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