https://github.com/gsquire/tide
A simple file server.
https://github.com/gsquire/tide
Last synced: about 1 year ago
JSON representation
A simple file server.
- Host: GitHub
- URL: https://github.com/gsquire/tide
- Owner: gsquire
- License: mit
- Created: 2014-06-11T04:44:48.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-04T05:25:07.000Z (almost 12 years ago)
- Last Synced: 2025-04-15T00:08:17.110Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 188 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
tide
====
A multi-threaded HTTP server that only responds to GET requests and works from
the directory it is started in.
Usage:
tide -p [PORT] -6 -h
Options:
-p [PORT]: Specifies the port to listen on (default asks OS for a port)
-6: Create an IPV6 socket
-h: Display the help and exit