Skip Navigation

5 Open Source Apps You Can use for Seamless File Transfer Between Linux and Android

19 comments
  • In termux (base python module):

     bash
        
    python -m http.server 8080
    
      

    In linux desktop browser:

     a
        
    http://192.168.100.1:8080/ # your ip in `ifconfig` and port
    
      

    or vice versa.

19 comments