Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Android 平台上有一个应用程序,它具有使用 HTTP 协议的“上传文件”功能。不幸的是,有时我的用户决定上传大文件,上传所有数据需要很长时间。
我只是想提高我的应用程序的性能,但我不确定 FTP 是否是比 HTTP 更快的文件上传协议。
有谁知道哪个协议更快?