I\'m trying to do a VERY simple file upload. I want a Java FTPClient that can upload any file I tell it to. But the pdf always gets all messed up and my pdf editor (Adobe) w
From documentation
This method does NOT close the given InputStream.
So close the FileInputStream before calling logout()
logout()