Please figure this out. The code runs properly without any exception.
FTPClient ftp = new FTPClient(); ftp.connect(server); if(!ftp.l
Try to use ftp.enterLocalPassiveMode(); before ftp.storeFile(destinationfile, in);