Transferring Files between Computers and Phones using Wi-Fi
Phones are essentially miniaturized computers. If you connect your phone to a monitor, keyboard and mouse, it essentially becomes a computer. In this article, let us discuss about how to use an Android phone or a computer as a server and transfer the data into another phone or computer. Doing this procedure on an Android device, you just need to install the app named Termux, which provides you with a Linux Terminal on Android. If you don't have python installed already, install it using apt-get or apt using the respective commands listed below on your Linux Terminal or Termux. Note that admin privileges may be required to do so. apt install python apt-get install python After you are done installing, before you create the server, you need to know what your IP address is so that other devices can access it. To obtain the IP address, simply type in the following command: ifconfig In this case, the highlighted portion in the image above is the IP Address, 192.16...