{"id":18450612,"url":"https://github.com/rhrn/docker-vsftpd","last_synced_at":"2026-05-02T02:36:33.241Z","repository":{"id":54457217,"uuid":"187819402","full_name":"rhrn/docker-vsftpd","owner":"rhrn","description":"FTPS server via docker","archived":false,"fork":false,"pushed_at":"2021-02-16T17:33:10.000Z","size":1,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T14:01:54.782Z","etag":null,"topics":["alpine","docker","ftps","vsftpd"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/rhrn/vsftpd","language":"Shell","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/rhrn.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":"2019-05-21T10:56:26.000Z","updated_at":"2024-07-17T12:58:19.000Z","dependencies_parsed_at":"2022-08-13T16:10:58.288Z","dependency_job_id":null,"html_url":"https://github.com/rhrn/docker-vsftpd","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/rhrn%2Fdocker-vsftpd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhrn%2Fdocker-vsftpd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhrn%2Fdocker-vsftpd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhrn%2Fdocker-vsftpd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rhrn","download_url":"https://codeload.github.com/rhrn/docker-vsftpd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249319206,"owners_count":21250497,"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":["alpine","docker","ftps","vsftpd"],"created_at":"2024-11-06T07:25:53.662Z","updated_at":"2026-05-02T02:36:33.209Z","avatar_url":"https://github.com/rhrn.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rhrn/vsftpd\n\n### Examples\n\n* test server via command line\n```\ndocker run --rm -e PASSWORD=FSBhuNOR -p 21000:21 -p 20000:20000 rhrn/vsftpd:latest\n```\n\n* push file\n```\ntouch test.txt\nlftp ftp://files:FSBhuNOR@localhost:21000 -e \"set ssl:verify-certificate false; put test.txt; ls; exit\"\n```\n\n* docker-compose.yaml\n```\nversion: '3.6'\n\nvolumes:\n  files:\n\nservices:\n\n  ftp:\n    image: rhrn/vsftpd\n    environment:\n      - PASSWORD=FSBhuNOR\n    ports:\n      - '21000:21'\n      - '20000:20000'\n    volumes:\n      #- /path/to/cert.pem:/etc/vsftpd/vsftpd.pem\n      - files:/home/files\n```\n\n* genereate custom cert\n```\nopenssl req -x509 -nodes -days 3650 -newkey rsa:2048 -keyout custom_vsftpd.pem -out custom_vsftpd.pem -subj \"/C=RU/O=vsftpd/CN=example.org\n```\n\n### References\n- https://github.com/delfer/docker-alpine-ftp-server\n- https://github.com/JetBrains/phpstorm-docker-images/tree/master/ftps\n- https://github.com/loicmathieu/docker-vsftpd\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhrn%2Fdocker-vsftpd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhrn%2Fdocker-vsftpd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhrn%2Fdocker-vsftpd/lists"}