{"id":20957923,"url":"https://github.com/jonpalmisc/filedrop","last_synced_at":"2026-05-09T02:33:36.879Z","repository":{"id":124278074,"uuid":"580886780","full_name":"jonpalmisc/filedrop","owner":"jonpalmisc","description":"Minimal, CLI-friendly file transfer service","archived":false,"fork":false,"pushed_at":"2023-08-07T19:36:21.000Z","size":63,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-28T07:53:29.894Z","etag":null,"topics":["cli","curl","file-sharing","rust","web"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jonpalmisc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2022-12-21T17:49:21.000Z","updated_at":"2023-08-06T13:07:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"8f23b39b-3ba6-4d37-b7b0-5a404902a3b0","html_url":"https://github.com/jonpalmisc/filedrop","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/jonpalmisc/filedrop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonpalmisc%2Ffiledrop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonpalmisc%2Ffiledrop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonpalmisc%2Ffiledrop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonpalmisc%2Ffiledrop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonpalmisc","download_url":"https://codeload.github.com/jonpalmisc/filedrop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonpalmisc%2Ffiledrop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32804943,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cli","curl","file-sharing","rust","web"],"created_at":"2024-11-19T01:44:30.333Z","updated_at":"2026-05-09T02:33:36.840Z","avatar_url":"https://github.com/jonpalmisc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Filedrop\n\nFiledrop is a minimal, CLI-friendly file transfer service. It is designed to\nfacilitate quick file uploads/downloads from the terminal.\n\n## Security\n\nThis is alpha software at best. It was written in about 30 minutes. There are\nZERO security checks. It is your responsibility to sandbox Filedrop and/or\nsecure the environment it runs in. At a minumum, containerizing Filedrop with\nDocker using the provided Dockerfile is recommended.\n\nDo **NOT** use this in production yet. Seriously.\n\n## Usage\n\nFiledrop does not have a concept of accounts or users. Files are simply uploaded\nusing `curl`:\n\n```sh\ncurl -T example.txt filedrop.example.org\n```\n\nUpon successfully uploading a file, the server should respond with the `curl`\ncommand needed to retrieve the file; you can send this to the intended\nrecipient. A sample response is shown below.\n\n```\ncurl http://filedrop.example.org/5WyQxQu6XAoh \u003eexample.txt\n```\n\n\u003e The URL shown in the `curl` command can also be accessed via the browser.\n\n## Deployment\n\nTo run Filedrop during development, the following should be sufficient:\n\n```sh\npoetry install\npoetry run uvicorn filedrop:app\n```\n\nAlternatively, you may build and run the Docker image.\n\n## License\n\nCopyright \u0026copy; 2022\u0026ndash;2023 Jon Palmisciano. All rights reserved.\n\nUse of this source code is governed by the BSD 3-Clause license; a full copy of\nthe license can be found in the [LICENSE.txt](LICENSE.txt) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonpalmisc%2Ffiledrop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonpalmisc%2Ffiledrop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonpalmisc%2Ffiledrop/lists"}