Releases: blackswifthosting/http-tar-streamer
Releases · blackswifthosting/http-tar-streamer
http-tar-streamer 0.0.1
http-tar-streamer
is a simple HTTP server that allows you to stream tar archives of directories over HTTP. It supports both uncompressed and gzip-compressed tar archives.
Features
- Streams tar archives of directories over HTTP, without requiring any extra space on server
- Uses minimal resources, with memory consumption under 10MB
- Supports both uncompressed and gzip-compressed tar archives
- Provides a simple web interface that displays a list of directories in the current working directory when you navigate to the root URL "/"
- Allows you to download a tar archive of any directory by navigating to its URL with a .tar or .tar.gz extension
- Cowardly refuses to serve files if the filename contains any separator like "/" to prevent directory traversal attacks