Skip to content

Create an HTTP server on your PC to access files from any other devices on the same Wi-Fi network!

Notifications You must be signed in to change notification settings

lisus18ikrak/ownserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

LocalHTTPServer

[+] Created By lisus18ikrak

[+] Description :

ownserver is a tool to create a simple http server in local network. Anyone under same wifi/router can access the folder/file you shared.

Share files under same Wi-Fi!

[+] Installation

git clone https://github.com/lisus18ikrak/ownserver

cd ownserver

chmod +x hs.py

python hs.py

Or, Use Single Command

git clone https://github.com/lisus18ikrak/ownserver && cd ownserver && chmod +x hs.py && python hs.py

You can change both port and shared folder. Without change default port will be 8000 and default folder will be the folder from which the file is executed!

[+]!Caution:

You must need "Python" installed in your operating system. And you also have to enable python from "Windows Firewall". If you can't enable python from firewall, you may need to disable firewall while using server!

Your sharing link will be like "http://192.168.0.105:8080". Make sure you are connected to router/Wi-Fi and you are not using "https"!

About

Create an HTTP server on your PC to access files from any other devices on the same Wi-Fi network!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages