Re: Error while downloading zip file using commons-net 1.4.1

2007-10-17 Thread s n
Thanks. I did that and it worked :) - Original Message From: Rory Winston <[EMAIL PROTECTED]> To: Jakarta Commons Developers List Sent: Friday, October 12, 2007 6:39:02 PM Subject: Re: Error while downloading zip file using commons-net 1.4.1 Try setting the file type explici

Re: Error while downloading zip file using commons-net 1.4.1

2007-10-12 Thread Rory Winston
Try setting the file type explicitly to binary. Rory s n wrote: Hi All, I am trying to use the commons-net (1.4.1) package to download zip files from and FTP site.Everything seems to be working fine (Able to login and download the file), except when i try to open the downloaded zip file. I

Error while downloading zip file using commons-net 1.4.1

2007-10-12 Thread s n
Hi All, I am trying to use the commons-net (1.4.1) package to download zip files from and FTP site.Everything seems to be working fine (Able to login and download the file), except when i try to open the downloaded zip file. I am not sure why this happens. Any help would be highly appreciated.