I am using edtftpjpro JAR file as an external library in Java/J2EE application and trying to upload files of different size mostly around 70MB to a designated ftp server. It was working fine before but few iamges were garbled and was not able to print it after upload is done. Now I have changed the code to use binary mode and now it is taking too long. I am not sure what is going on. When I tried to upload same file from a stand alone program on the same server it works fine. What could go wrong when I do the same thing from inside an EAR file deployed in an ENvironment? Please help.