#wifi #FileTransfer #laptop #mobile

95217

Well-known member
  • Jan 9, 2009
    1,436
    270
    83
    Problem?
    USB 3.0 cable,
    Dan dakke phone kathawa, play store eke athi apps WiFi direct kiyala gahala balanna
     
    Last edited:

    proceso

    Well-known member
  • Sep 27, 2014
    1,332
    1,329
    113
    machine eke python thiyenawanam simple scene ekak thiyenawa..


    Connect both phone and laptop to the same wifi network, go to the folder you want to share and run the following command on command prompt (You should "cd" to that folder through command prompt , D:samplefolder> "

    python -m http.server [<portNo>] (eg : python -m http.server 8888)

    portNo can be something like 8888 ( u can change that )

    that's it , access your laptop ip address : port eg http://192.168.8.10:8888 , then u can download the files in that folder from folder , once u are done close the command prompt