<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://valley.egloos.com/rss/style/style.xsl" type="text/xsl" media="screen"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>이글루스 '파일다운로드' 태그 최근글</title>
		<link>http://valley.egloos.com/tag/파일다운로드</link>
		<description>파일다운로드</description>
		<language>ko</language>
		<pubDate>Thu, 08 Dec 2011 21:47:09 +0900</pubDate>
		<generator>Egloos</generator>
		<item>
	<title><![CDATA[JSP에서 파일 생성 후 파일 다운로드]]></title>
	<link>http://tiger5net.egloos.com/5581280</link>
	<guid>http://tiger5net.egloos.com/5581280</guid>
	<description>
	<![CDATA[ 
&amp;lt;%@ page language=&quot;java&quot; contentType=&quot;text/html; charset=UTF-8&quot; pageEncoding=&quot;UTF-8&quot;%&amp;gt;  &amp;lt;%@ page import=&quot;java.io.*&quot; %&amp;gt; &amp;lt;%@ page import=&quot;java.net.*&quot; %&amp;gt;  &amp;lt;%     // 파일생성     File objFile = new File(&quot;C:\\test.txt&quot;);      if(objFile.exists()) objFile.delete();      if(objFile.createNewFile())     {         BufferedWriter objBW = new BufferedWriter(new FileWriter(objFile));         	]]>
	</description>
	<pubDate>Thu, 08 Dec 2011 21:47:09 +0900</pubDate>
	<dc:creator><![CDATA[어린왕자와 여우]]></dc:creator>
</item>
<item>
	<title><![CDATA[XecureWeb Demo 페이지에 취약점 존재]]></title>
	<link>http://moriper.egloos.com/3672509</link>
	<guid>http://moriper.egloos.com/3672509</guid>
	<description>
	<![CDATA[ 
<img 
				src="http://thumb.egloos.net/100x76/http://pds16.egloos.com/pds/201004/23/03/d0060703_4bd0effdd7793.png"  
				alt="XecureWeb Demo 페이지에 취약점 존재" 
				width="100px"  
				height="76pxpx"
				align="left"
				style="border:1px solid #DDDDDD;margin:0 10px 10px 0px;"
				/> 서버에 XecureWeb을 설치 시 제공되는 Demo 페이지에 파일업로드 취약점과 다운로드 취약점이 존재한다.  XecureWeb의 Demo 페이지 주소는 다음과 같다.   XecureWeb 데모 페이지에는 언어별로 데모 페이지가 존재한다. 아래는 JSP 데모 화면이다.    JSP 데모의 메뉴는 여러가지가 존재하며(XecureWeb 버전에 따라 메뉴가 다름) File 데모와 File 데모2 페이지에서 파일 업로드 및 다운로드 취약점이 존재한다.   File 데모 페이지 : File 데모2 페이지 :  다음은 File 데모 페이지이다.  빨간색으로 된 부분은 파일업로드 부분이며 파란색으로 된 부분은 다운로드 하는 부분이다.  다운로드는 3번 부터 밑에 있는 나머지 28번까지 동일하다.  업/다운로드시 Xec	]]>
	</description>
	<pubDate>Fri, 23 Apr 2010 10:41:15 +0900</pubDate>
	<dc:creator><![CDATA[Moriper]]></dc:creator>
</item>
<item>
	<title><![CDATA[파일공유사이트 추천 및 파일공유  ◆ mindisk.kr ◆]]></title>
	<link>http://chaonima.egloos.com/2094905</link>
	<guid>http://chaonima.egloos.com/2094905</guid>
	<description>
	<![CDATA[ 
<img 
				src="http://thumb.egloos.net/76x100/http://pds16.egloos.com/pds/200911/26/64/f0096964_4b0e89ad6565a.jpg"  
				alt="파일공유사이트 추천 및 파일공유  ◆ mindisk.kr ◆" 
				width="76px"  
				height="100pxpx"
				align="left"
				style="border:1px solid #DDDDDD;margin:0 10px 10px 0px;"
				/> 파일공유사이트 추천 및 파일공유  ◆◆  파일공유사이트 정보와 파일공유 평소에 이런 사이트를 많이 이용하고 있지만 막상 제대로된 정보는... 무료로 다운받을 수 있는 경우가 많아서 파일공유사이트를 기준으로 찾아보시면 도움 될 듯...   얼짱들 사진 모아봣습니다.  	]]>
	</description>
	<pubDate>Thu, 26 Nov 2009 23:02:39 +0900</pubDate>
	<dc:creator><![CDATA[ninano]]></dc:creator>
</item>
<item>
	<title><![CDATA[ftp를 컨트롤하자. - ftp_fget과 ftp_fput 그리고 ftp_delete]]></title>
	<link>http://exoluse.egloos.com/4133163</link>
	<guid>http://exoluse.egloos.com/4133163</guid>
	<description>
	<![CDATA[ 
Example #1 ftp_fget() example&amp;lt;?php  // path to remote file $remote_file = 'somefile.txt'; $local_file = 'localfile.txt';  // open some file to write to $handle = fopen($local_file, 'w');  // set up basic connection $conn_id = ftp_connect($ftp_server);  // login with username and password $login_result = ftp_login($conn_id, $ftp_user_name, $ftp_user_pass);  // try to download $remote_file and sa	]]>
	</description>
	<pubDate>Wed, 06 May 2009 23:05:17 +0900</pubDate>
	<dc:creator><![CDATA[exoluse's life story[Panic Strike]]]></dc:creator>
</item>
<item>
	<title><![CDATA[IE7에서 다운로드시 파일명의 space가 _(underscore)로 바뀌는 현상]]></title>
	<link>http://bumjin.egloos.com/4097178</link>
	<guid>http://bumjin.egloos.com/4097178</guid>
	<description>
	<![CDATA[ 
파일 다운로드시 IE7에서 space가 _(underscore)로 바뀌는 현상  Window XP 의 IE 7 에서만 발생하는 버그로써 (http://support.microsoft.com/kb/952730 참조) XP 서비스 팩 3 을 설치하면 됩니다.   혹은  String userAgent = request.getHeader(&quot;User-Agent&quot;);     if (userAgent.contains(&quot;MSIE 7.0&quot;)) {         filename = filename.replace(&quot; &quot;, &quot;%20&quot;);         }              response.addHeader(&quot;Content-disposition&quot;, &quot;attachment;filename=\&quot;&quot; + filename+&quot;\&quot;&quot;);	]]>
	</description>
	<pubDate>Tue, 24 Mar 2009 15:41:45 +0900</pubDate>
	<dc:creator><![CDATA[지니랜드]]></dc:creator>
</item>
<item>
	<title><![CDATA[UTF-8 작업시 한글파일 다운로드 문제 해결]]></title>
	<link>http://hanjiq.egloos.com/2316675</link>
	<guid>http://hanjiq.egloos.com/2316675</guid>
	<description>
	<![CDATA[ 
Response.AddHeader &quot;Content-Disposition&quot;,&quot;attachment;filename=&quot; &amp;amp; Server.UrlPathEncode(filename)  Server.UrlPathEncode 이걸 명시해주면 잘된다. -_- 아놔 두시간이나 삽질했네  	]]>
	</description>
	<pubDate>Wed, 11 Mar 2009 18:00:52 +0900</pubDate>
	<dc:creator><![CDATA[또다른 공간]]></dc:creator>
</item>
	</channel>
</rss>

