Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wingxel/SimpleDirectoryServer
Serves a directory through HTTP on LAN.
https://github.com/wingxel/SimpleDirectoryServer
Last synced: 3 months ago
JSON representation
Serves a directory through HTTP on LAN.
- Host: GitHub
- URL: https://github.com/wingxel/SimpleDirectoryServer
- Owner: wingxel
- License: mit
- Created: 2022-03-04T16:27:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T13:46:49.000Z (over 1 year ago)
- Last Synced: 2024-06-28T10:37:38.437Z (5 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleDirectoryServer
Serves a directory through HTTP on LAN.
In windows, run the script as administrator.
### Run:
```shell
python3 FileServer.py -d /directory/to/serve -p port_number
```