Monday, August 22, 2011

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

Obviously your network would not be reliable enough, So FTP is
preferred, File transfer should be able to resume when you gain your
connection again.
One thing more, file up to 400M would cost fairly a long period of
time to transfer. So pay attention to your battery.


On Aug 23, 7:21 am, grndvl1 <grnd...@gmail.com> wrote:
> Looking for the best and or fastest way to transfer large data files
> on a, say, weekly basis from a phone to a remote server.  Server will
> be in the DMZ and phone will either be in WiFi mode or GSM.  Some of
> the files will be 100Mb can even get up to 400Mb.  Just not sure of
> the best way to approach this in my Android code.  I was looking at
> MTOM or even just pure FTP.  Any advice would be appreciated,
>
> Thanks

--
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