{"id":18074979,"url":"https://github.com/lnsp/ftpd","last_synced_at":"2025-04-05T19:19:06.200Z","repository":{"id":57535079,"uuid":"86249471","full_name":"lnsp/ftpd","owner":"lnsp","description":"Single binary, simple configurable FTP server","archived":false,"fork":false,"pushed_at":"2018-08-16T18:21:28.000Z","size":51,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-11T16:41:47.734Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lnsp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-26T17:02:31.000Z","updated_at":"2023-12-08T09:03:43.000Z","dependencies_parsed_at":"2022-09-26T18:21:47.996Z","dependency_job_id":null,"html_url":"https://github.com/lnsp/ftpd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnsp%2Fftpd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnsp%2Fftpd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnsp%2Fftpd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnsp%2Fftpd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lnsp","download_url":"https://codeload.github.com/lnsp/ftpd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247386367,"owners_count":20930631,"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-10-31T10:44:01.743Z","updated_at":"2025-04-05T19:19:06.176Z","avatar_url":"https://github.com/lnsp.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"ftpd\n=========\n\n**ftpd** is a FTP server implementation in Go.\nIt does support basic user authentication and access control.\n\n## Configuration\nBasic configuration like listening address is done using the command-line interface, while advanced user configuration has to be done using YAML files. An example listing can be found below.\n\n```bash\necho \u003e users.yaml \u003c\u003cEOF\nusers:\n  anonymous:\n    home: /tmp/anonymous\n    hash: \"\"\n    password: \"\"\n    group: anonymous\n  espe:\n    home: /home/admin\n    password: \"example-password\"\n    group: admin\ngroups:\n  admin:\n    create:\n    - file\n    - dir\n    handle:\n    - file\n    - dir\n    delete:\n    - file\n    - dir\n  anonymous:\n    create: []\n    handle:\n    - file\n    - dir\n    delete: []\nEOF\nftpd\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flnsp%2Fftpd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flnsp%2Fftpd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flnsp%2Fftpd/lists"}