Hi,
when I try to put an image on server using
ftp.put(inputStream, imageName);
where ftp is an active FTPClient object and imageName does not include ".jpg" extension only 1 kb of the image is copied , and appears as a chunk of bytes when double clicked.