Re: How to download .jar file? (I think that I read most of threads and googled alot..)

2008-05-23 Thread Oleg Kalnichevski
On Thu, 2008-05-22 at 21:46 -0700, JBRyu wrote: Hi, I have a problem with downloading a .jar file from a HTTP server. I'm now using httpclient-4.0-alpha4 and httpcore-4.0-beta1 libraries. I can download any .jar file using a http input stream, but the download .jar file is corrupted even if

Re: How to download .jar file? (I think that I read most of threads and googled alot..)

2008-05-23 Thread JBRyu
Thank Oleg. I appreciate your quick response. I have tested your code, and it works fine. Based on your code, I found a problem in my code, that is, when I uploaded several jar files, some of jar files are corrupted already. So, I thought that this problem was caused by the downloading process