8000 Releases · blackswifthosting/http-tar-streamer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: blackswifthosting/http-tar-streamer

http-tar-streamer 0.0.1

08 Mar 01:09
Compare
Choose a tag to compare

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
0