Python Forum
Best way to transfer files from mobile to desktop - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Best way to transfer files from mobile to desktop (/thread-30278.html)



Best way to transfer files from mobile to desktop - Sakura97 - Oct-13-2020

Currenlty I'm developing an Android app which will have the capability to transfer files from mobile to desktop(Windows). I am wondering what to choose between Sockets and WebSockets. Although there are some tutorials about transfer files using sockets, I havent found any documentation about transfer files using Websockets. Undecided