On 19 January 2011 13:22, Narendra Bagade <[email protected]> wrote: > Thanks for reply Marcin, > Yes I am downloading apk using ftp api but I am > using ftpClient.setFileType(FTP.BINARY_FILE_TYPE); api only > which is Binary transfer only i guess.
Still, I'd check APK file anyway as despite you want BINARY you may still get ASCII as it's up to server to respect it. There're also other possibilities as well. Just connect device via USB cable, get the APK and try to unpack it on your desktop (it's just ZIP archive) or i.e. hash (md5, sha1) the file on server and downloaded one and check if hash matches. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

