<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://workspace.onionmixer.net/wiki/index.php?action=history&amp;feed=atom&amp;title=Wget_Tips</id>
	<title>Wget Tips - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://workspace.onionmixer.net/wiki/index.php?action=history&amp;feed=atom&amp;title=Wget_Tips"/>
	<link rel="alternate" type="text/html" href="https://workspace.onionmixer.net/wiki/index.php?title=Wget_Tips&amp;action=history"/>
	<updated>2026-04-04T09:24:23Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://workspace.onionmixer.net/wiki/index.php?title=Wget_Tips&amp;diff=557&amp;oldid=prev</id>
		<title>Onionmixer: wget 관련 팁 페이지 추가</title>
		<link rel="alternate" type="text/html" href="https://workspace.onionmixer.net/wiki/index.php?title=Wget_Tips&amp;diff=557&amp;oldid=prev"/>
		<updated>2013-05-20T07:17:33Z</updated>

		<summary type="html">&lt;p&gt;wget 관련 팁 페이지 추가&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;;wget 관련 팁&lt;br /&gt;
&lt;br /&gt;
==wget으로 사이트를 긁고싶어요==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
$ wget --user-agent=AGENT --mirror -Yoff 솨이트주소 -np -nH -o ~/wget.log&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* -Yoff :: proxy mode를 끈다&lt;br /&gt;
* --mirror :: -m 으로 쓰기도 한다. 다 긁어온다&lt;br /&gt;
* --user-agent=AGENT :: 브라우저 agent를 변경한다. 가끔 wget이 막힌 사이트인경우 유용하다.&lt;br /&gt;
* -np :: 상위디렉토리까지 긁는걸 막아준다. (서버 관리자 입장에서는 환장할 지경일테니 신경써준다)&lt;br /&gt;
* -nH :: site의 URL이 포함된 디렉토리를 생성하는걸 막아준다.&lt;br /&gt;
* -o :: wget으로 긁는 출력을 파일로 저장한다. log처럼 쓰면 된다&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==참고사이트==&lt;br /&gt;
&lt;br /&gt;
* http://www.joinc.co.kr/modules/moniwiki/wiki.php/man/1/wget&lt;/div&gt;</summary>
		<author><name>Onionmixer</name></author>
	</entry>
</feed>