Tuesday, August 23, 2011

[android-developers] Re: Large File Transfers from Phone to remote server

I think there's an easy way to get it work. Since both server and
client side are under your control. You may mark the file transfer
progress in both/either client/server side each time a package is
uploaded. Say, if file transfer get interrupted after transferring
total size of 5M data packages. You may skip the first 5M of the file
when the transfer resumes, and continue with the file transfer. All
you need to do is to keep client and server synchronized.

On Aug 23, 10:24 pm, grndvl1 <grnd...@gmail.com> wrote:
> Yeah what I am transferring is raw data from a bluetooth custom
> device.  We collect the data on the phone then transfer that to a
> remote server.  Is there a way in FTP to continue where you left off
> if the transfer gets interrupted?  That is what I am looking for more
> so since the phone may be slow in transferring.  We have to do this in
> the background too cause we don't want to rely on the users to upload
> the files.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment