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

(새 문서: ;윈도우용 wget ;wget 윈도우 ==설치== * 브라우저에서 http://users.ugent.be/~bpuype/wget/ 접속 * wget.exe를 C:\Windows\System32에 다운로드 ==테스트== *...)
 
잔글 (봇: 자동으로 텍스트 교체 (-==참고 자료== +==참고==))
 
(사용자 2명의 중간 판 19개는 보이지 않습니다)
1번째 줄: 1번째 줄:
;윈도우용 wget
;윈도우용 wget
;wget 윈도우
;wget 윈도우
;wget.exe


==설치==
==설치==
8번째 줄: 9번째 줄:
==테스트==
==테스트==
*시작 --- cmd {{Enter}}
*시작 --- cmd {{Enter}}
;명령어
<source lang='bash'>
wget http://zetawiki.com/ex/txt/utf8test.txt
dir utf8test.txt
</source>
:→ 다운로드가 백그라운드로 수행되므로 dir 명령어는 약 1초 후에 해보자.
;실행예시
<source lang='console'>
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]
</source>
<source lang='console'>
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>
 
==같이 보기==
*[[윈도우 wget]]
*[[윈도우 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 }}