{"id":51774933,"url":"https://github.com/nykma/receive","last_synced_at":"2026-07-20T05:30:33.372Z","repository":{"id":360974577,"uuid":"1252375261","full_name":"nykma/receive","owner":"nykma","description":"A minimal HTTP file transfer toolkit in Rust — upload with receive, serve with serve.","archived":false,"fork":false,"pushed_at":"2026-05-28T16:19:01.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-28T18:12:01.828Z","etag":null,"topics":["axum","cli-tool","file-transfer","http","rust","static-files","upload-server"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/nykma.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-28T13:08:09.000Z","updated_at":"2026-05-28T16:19:05.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/nykma/receive","commit_stats":null,"previous_names":["nykma/receive"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/nykma/receive","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nykma%2Freceive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nykma%2Freceive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nykma%2Freceive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nykma%2Freceive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nykma","download_url":"https://codeload.github.com/nykma/receive/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nykma%2Freceive/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35675233,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"ssl_error","status_checked_at":"2026-07-20T02:08:09.736Z","response_time":111,"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":["axum","cli-tool","file-transfer","http","rust","static-files","upload-server"],"created_at":"2026-07-20T05:30:32.544Z","updated_at":"2026-07-20T05:30:33.367Z","avatar_url":"https://github.com/nykma.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# receive\n\nA minimal HTTP file transfer toolkit written in Rust.\n\n## Commands\n\n### `receive` — file upload server\n\n```bash\ncargo run --bin receive                 # listen on :8080\ncargo run --bin receive -- -p 3000      # custom port\ncargo run --bin receive -- --max-size 1073741824  # custom max upload size (1 GiB)\n```\n\nUpload a file:\n\n```bash\ncurl -F file=@somefile http://localhost:8080/upload\n```\n\n| Flag | Description | Default |\n|------|-------------|---------|\n| `-p`, `--port` | Port to listen on | `8080` |\n| `--max-size` | Max upload size in bytes | `209715200` (200 MiB) |\n\n### `serve` — static file serving\n\nExposes the current working directory as a static file tree.\n\n```bash\ncargo run --bin serve              # serve CWD on :8080\ncargo run --bin serve -- -p 3000   # custom port\n```\n\n| Flag | Description | Default |\n|------|-------------|---------|\n| `-p`, `--port` | Port to listen on | `8080` |\n\nOn startup, all available IP addresses and URLs are printed to the console.\n\n## Nix flake\n\nRun directly:\n\n```bash\nnix run github:nykma/receive         # receive (file upload)\nnix run github:nykma/receive#serve   # serve (static files)\nnix run github:nykma/receive -- -p 3000\n```\n\nAdd to your flake inputs:\n\n```nix\n{\n  inputs.receive.url = \"github:nykma/receive\";\n  # ...\n}\n```\n\nThen use: `inputs.receive.packages.${system}.receive` or `inputs.receive.packages.${system}.serve`.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnykma%2Freceive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnykma%2Freceive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnykma%2Freceive/lists"}