Easy way to Share the Files and Folders from PC/Laptop to Mobiles Without Using any softwate and applications
Hi All,
- we have tried many ways to transfer / share our laptop or pc files to mobiles using third parties applications. in some cases we have faced lot of issues while sharing.
- but using this simple method we can share all our PC / Laptop files to mobile in a 2 mins.
- before starting this you have need a basic knowledge in a python if not its does'nt matter just install the python application in your computer and follow the below steps.
- we used http.server module to perform this operation
- we should connect our laptop/pc and mobile in a same network else laptop or pc should connect with mobile hotspot
- Install the Python Application
- Open the command prompt where,
- now just go to your mobile browser and type yourip:8000 then the following screen wil appear try this in mobile its work..
--bind - your computer / laptop ip address (our httpserver will start running on this ip)
--directory - name of directory which we want to share with our mobile
Comments
Post a Comment