FTP guaranteed file delivery for Android -
i'm using apache commons net library ftp in android app. , when using interrupted network or 2g network doesn't send/download file expected.
i know have check boolean result of storefile function in order resend file again , again...and sometime sends corrupted files.
is there library uses apache commons net library guarantees file sync process (including resuming, checking if delivered file has same size 1 in client/server). there sync library take care of these checks me. sync process doesn't have immediately. 100% guaranteed file delivery.
this issue not happen when using wifi.
Comments
Post a Comment