{"id":41246900,"url":"https://github.com/zrthstr/tarball_httpd","last_synced_at":"2026-01-23T01:29:11.221Z","repository":{"id":57473388,"uuid":"160967830","full_name":"zrthstr/tarball_httpd","owner":"zrthstr","description":"Serves directories as .TARs (tarball archives) over http - to be downloaded by a web browser","archived":false,"fork":false,"pushed_at":"2020-08-24T17:06:23.000Z","size":166,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-29T19:26:13.789Z","etag":null,"topics":["filesharing","http","http-server","python","python3","server","tarball","tarball-httpd","tool","web"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zrthstr.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-08T18:34:43.000Z","updated_at":"2024-06-28T16:30:20.000Z","dependencies_parsed_at":"2022-09-08T13:11:46.705Z","dependency_job_id":null,"html_url":"https://github.com/zrthstr/tarball_httpd","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/zrthstr/tarball_httpd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zrthstr%2Ftarball_httpd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zrthstr%2Ftarball_httpd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zrthstr%2Ftarball_httpd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zrthstr%2Ftarball_httpd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zrthstr","download_url":"https://codeload.github.com/zrthstr/tarball_httpd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zrthstr%2Ftarball_httpd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28677490,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T01:00:35.747Z","status":"ssl_error","status_checked_at":"2026-01-23T01:00:19.529Z","response_time":144,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["filesharing","http","http-server","python","python3","server","tarball","tarball-httpd","tool","web"],"created_at":"2026-01-23T01:29:11.144Z","updated_at":"2026-01-23T01:29:11.207Z","avatar_url":"https://github.com/zrthstr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"tarball_httpd\n==============\n\nServes directories as .TARs (tarball archives) over http - to be downloaded by a web browser\n\n-  tarball\\_httpd extends pythons http.server/SimpleHTTPServer to serve\n   directories as tarballs\n-  the goal is to do this without creating the tarball in memory at one\n   time\n-  as much code as possible has been borrowed from python3's http.server\n\nTodo\n----\n\n-  doublecheck for XSS, LFI, directory traversal vulnerabilities\n-  add more supported archive files: zip, non compressed zip, gz/gz2, ..\n-  test on bsd, mac and windows\n\nInstall\n-------\n\n::\n\n    % pip install tarball_httpd\n\nUsage\n-----\n\n::\n\n    % python -m tarball_httpd\n      Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...\n     \n    % python -m tarball_httpd 12345 --bind 127.0.0.1 --directory /tmp\n      Serving HTTP on 127.0.0.1 port 12345 (http://127.0.0.1:12345/) ..\n\n    % python -m tarball_httpd -h                               \n      usage: tarball_httpd.py [-h] [--bind ADDRESS] [--directory DIRECTORY] [port]\n\n      positional arguments:\n        port                  Specify alternate port [default: 8000]\n\n      optional arguments:\n        -h, --help            show this help message and exit\n        --bind ADDRESS, -b ADDRESS\n                            Specify alternate bind address [default: all interfaces]\n        --directory DIRECTORY, -d DIRECTORY\n                            Specify alternative directory [default:current directory]\n\nUsage without installation\n--------------------------\n\n::\n\n    % git clone git@github.com:zrthstr/tarball_httpd.git\n    % cd tarball_httpd\n    % ./tarball_httpd.py\n      Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...\n\nTesting\n-------\n\n::\n\n    % ./tests/test.sh\n\nLicense\n-------\nThis project is licensed under the PSF License - see the `LICENSE \u003c./LICENSE\u003e`_ file for details\n\n\nAuthors and Acknowledgments\n---------------------------\nLargs parts of its code are based on or copied from python3/lib/http/server\n\ntarball_httpd was written by zrth1k@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzrthstr%2Ftarball_httpd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzrthstr%2Ftarball_httpd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzrthstr%2Ftarball_httpd/lists"}