{"id":15527781,"url":"https://github.com/zpg6/netupload","last_synced_at":"2026-02-01T00:02:05.511Z","repository":{"id":246849827,"uuid":"824309560","full_name":"zpg6/netupload","owner":"zpg6","description":"Simple upload server for local network file transfers. Available as a package on PyPI.","archived":false,"fork":false,"pushed_at":"2025-07-09T01:55:25.000Z","size":217,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-06T14:55:51.006Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pypi.org/project/netupload/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zpg6.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-04T20:41:03.000Z","updated_at":"2025-07-10T14:56:01.000Z","dependencies_parsed_at":"2025-03-05T13:36:24.144Z","dependency_job_id":null,"html_url":"https://github.com/zpg6/netupload","commit_stats":null,"previous_names":["zpg6/netupload"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zpg6/netupload","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpg6%2Fnetupload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpg6%2Fnetupload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpg6%2Fnetupload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpg6%2Fnetupload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zpg6","download_url":"https://codeload.github.com/zpg6/netupload/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpg6%2Fnetupload/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28961139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T23:03:11.038Z","status":"ssl_error","status_checked_at":"2026-01-31T22:56:44.691Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-10-02T11:09:06.627Z","updated_at":"2026-02-01T00:02:05.466Z","avatar_url":"https://github.com/zpg6.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# netupload\n\n\u003cbr\u003e\n\u003ca href=\"https://pypi.org/project/netupload/\"\u003e\n    \u003cimg src=\"https://img.shields.io/pypi/v/netupload\" alt=\"PyPI - Version\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/zpg6/netupload\"\u003e\n    \u003cimg src=\"https://img.shields.io/pypi/l/netupload\" alt=\"PyPI - License\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/zpg6/netupload\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/github-zpg6/netupload-black\" alt=\"GitHub Repo\"\u003e\n\u003c/a\u003e\n\u003cbr\u003e\u003cbr\u003e\n\nSimple file upload server for when you need to send files around on your local network.\nSometimes you don't want to login to your email and don't have a USB so this can be a quick way to transfer files.\n\n![How it works](https://github.com/zpg6/netupload/raw/main/docs/how_it_works.png)\n\n![Webpage Screenshot](https://github.com/zpg6/netupload/raw/main/docs/cli_to_webpage.png)\n\n## Usage\n\nInstall the package:\n\n```\npip install netupload\n```\n\nStart the server with the default options:\n\n```\nnetupload\n```\n\n## Options\n\n```\nnetupload --host=0.0.0.0 --port=4000 --save-dir=./uploads\n```\n\n| Option     | Description                      | Default   |\n| ---------- | -------------------------------- | --------- |\n| --host     | Host to run the server on        | 0.0.0.0   |\n| --port     | Port to run the server on        | 4000      |\n| --save-dir | Directory to save uploaded files | ./uploads |\n\n## Webpage\n\nThe server runs a webpage that you can access from any device on the same network.\nYou will see the\n\n```\n\u003e netupload --host=0.0.0.0 --port=4000 --save-dir=./uploads\n\n * Serving Flask app 'src.app'\n * Debug mode: off\n * Running on all addresses (0.0.0.0)\n * Running on http://127.0.0.1:4000\n * Running on http://192.168.1.123:4000 \u003c--------- THIS ADDRESS WITH YOUR COMPUTER'S LOCAL IP\n```\n\nNavigate to the address shown in the terminal to access the webpage.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzpg6%2Fnetupload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzpg6%2Fnetupload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzpg6%2Fnetupload/lists"}