{"id":20830237,"url":"https://github.com/stone/goof","last_synced_at":"2025-05-11T22:33:07.455Z","repository":{"id":2245382,"uuid":"3200026","full_name":"stone/goof","owner":"stone","description":"goof is a woof written in go - share files via a simple httpd","archived":false,"fork":false,"pushed_at":"2012-03-28T20:08:59.000Z","size":103,"stargazers_count":13,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-12T09:07:29.917Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-01-17T14:41:01.000Z","updated_at":"2023-02-09T13:35:26.000Z","dependencies_parsed_at":"2022-09-09T18:00:27.548Z","dependency_job_id":null,"html_url":"https://github.com/stone/goof","commit_stats":null,"previous_names":[],"tags_count":2,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stone%2Fgoof","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stone%2Fgoof/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stone%2Fgoof/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stone%2Fgoof/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stone","download_url":"https://codeload.github.com/stone/goof/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225102821,"owners_count":17421270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-11-17T23:23:48.958Z","updated_at":"2024-11-17T23:23:49.400Z","avatar_url":"https://github.com/stone.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"#goof - share files through HTTP protocol\n\ngoof (Go Offer One File) is a very simple tool to send and receive files on your\nlocal LAN. \n\nFeatures include:\n\n * Serve files just for a given number of times and then exit.\n * Share a directory and it's sub directories over HTTP.\n * Serve only one specified file.\n * Receive files via a simple html form to upload files via /upload\n * Disable upload functionality\n * More to come..\n\n\nUsage:\n\n    usage: goof [flags]\n        -d=0: Max number of downloads\n        -f=\"index.html\": restrict to one file\n        -h=false: show this help\n        -host=\"0.0.0.0:8080\": listening port and hostname\n        -n=false: only allow downloads\n\nExample:\n\n    stone@ppo2:/tmp$ ./goof -host=\"0.0.0.0:8080\"\n    2012/01/17 16:15:10 Serving /tmp on http://0.0.0.0:8080/\n    2012/01/17 16:15:12 127.0.0.1:38345 GET /\n    2012/01/17 16:15:31 127.0.0.1:38347 GET /upload\n    2012/01/17 16:15:44 127.0.0.1:38347 POST linux_3.2.0-7.13.tar.gz\n\n\nTo upload files with curl:\n\n    stone@ppo2:/tmp$ curl -F file=@filetosend.iso  http://remotehost:8080/upload\n\n\nNote 1: You need the [go][] runtime, \u003chttp://golang.org/\u003e\n\nNote 2: this is just a toy project in my adventures in the go language, it probably works\nbut not the cleanest code around ;) \n\n[go]:http://golang.org/  \"The Go Programming language\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstone%2Fgoof","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstone%2Fgoof","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstone%2Fgoof/lists"}