- Joined
- Jan 5, 2009
- Messages
- 1
- Reaction score
- 0
here is the problem
I am trying to retrieve a zip file from FTP server and after retriveing few MB of data (aprx 22MB) it hangs and doesnt move further... the same code works fine for another files except zip file...
i m using ftpclient.retriveFile(filename, fos) method
where filename is name of the file that i m trying to retrieve...n fos is FileOutputStream....
i m using FTPClient class of org.apache.commons.net.ftp package
any help would be appreciated..
thnx in advance!!
I am trying to retrieve a zip file from FTP server and after retriveing few MB of data (aprx 22MB) it hangs and doesnt move further... the same code works fine for another files except zip file...
i m using ftpclient.retriveFile(filename, fos) method
where filename is name of the file that i m trying to retrieve...n fos is FileOutputStream....
i m using FTPClient class of org.apache.commons.net.ftp package
any help would be appreciated..
thnx in advance!!