I have an application on the Android platform with an "upload file" feature which uses the HTTP protocol. Unfortunately, sometimes my users decide to upload large files and it takes a very long time to upload all that data.
I just want to improve my app's performance, but I'm not sure if FTP is a faster protocol for file uploads than HTTP.
Does anyone know which protocol is faster?