Hi! This web application can help you access your personal computer at your mobile devices. And also, if this readme is not shown properly, you can download README.html for a better read experience.
graph LR
A[Mobile devices, Client] --> B((Internet or LAN))
B --> D{This web application, Server}
D --> B
B --> A
- ANY version of Windows10
- Python3.6 or higher
- Open CMD.
- Run command
python install.py
- Now, Installation has done.
Note: Please Don't run install.py script at IDE environment, it may casue incorrect python path setting.
-
Open up your browser.
-
Let's recall what is the IP address and port of our running application. Yes, you can see it is http://192.168.64.1:8000 in this case. And let's go for it.
-
Now, we can see the login page, let's login with our username and password. Don't forget you can do settting of your username and password at config.py
-
Then we can see, the home page. You can upload files in your mobile devices and go through files of your PC at remote side.
-
Let's have a look on some different pages for different types of files.
When you try to open other types of files, it will start downloading automatically.