Currently, I'm trying to upload PDF files with the FTPClient in Android. All of the PDFs from the Internet are working just fine, but documents from my university are getting messed up. What could cause this problem?
I'm using a simple AsyncTask with the standard FTP.Client Code.
Really appreciate your answers, hope you can help me!