반응형
URL url = new URL("ftp://rath:********@xrath.com/hehefile.zip");
URLConnection con = url.openConnection();
InputStream in = con.getInputStream();
out.println( in.available() );
in.close();
와우 -_-/~
http://xrath.com/blog/entry.php?blogid=59
URLConnection con = url.openConnection();
InputStream in = con.getInputStream();
out.println( in.available() );
in.close();
와우 -_-/~
http://xrath.com/blog/entry.php?blogid=59
반응형
'공부 > 컴퓨터' 카테고리의 다른 글
XPath 를 이용한 간단한 예제 (0) | 2005.01.05 |
---|---|
[ZDNET] 초보 개발자의 고민「첫 언어 선택은 이렇게!」 (0) | 2004.12.08 |
XML SAX에 대한 프리젠테이션 자료 (0) | 2004.11.29 |
XML SAX 처리 방법 (0) | 2004.11.29 |
RSS 와 자바 네트워크 프로그램 (0) | 2004.11.28 |