{"id":20657128,"url":"https://github.com/kallydev/docker-sftp","last_synced_at":"2026-05-16T00:41:01.140Z","repository":{"id":111071921,"uuid":"288613003","full_name":"kallydev/docker-sftp","owner":"kallydev","description":"A SFTP service running in Docker.","archived":false,"fork":false,"pushed_at":"2020-08-19T06:08:19.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-23T18:56:36.566Z","etag":null,"topics":["docker","image","sftp"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/kallydev.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}},"created_at":"2020-08-19T02:26:41.000Z","updated_at":"2020-08-19T06:08:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"6931c137-2da5-42ff-a500-8c04b2325540","html_url":"https://github.com/kallydev/docker-sftp","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":"kallydev/template","purl":"pkg:github/kallydev/docker-sftp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kallydev%2Fdocker-sftp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kallydev%2Fdocker-sftp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kallydev%2Fdocker-sftp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kallydev%2Fdocker-sftp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kallydev","download_url":"https://codeload.github.com/kallydev/docker-sftp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kallydev%2Fdocker-sftp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280675594,"owners_count":26371564,"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","status":"online","status_checked_at":"2025-10-23T02:00:06.710Z","response_time":142,"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":["docker","image","sftp"],"created_at":"2024-11-16T18:18:40.109Z","updated_at":"2025-10-23T18:56:39.174Z","avatar_url":"https://github.com/kallydev.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker-SFTP\n\n[![GitHub license](https://img.shields.io/github/license/kallydev/docker-sftp?style=flat-square)](LICENSE)\n[![GitHub last commit](https://img.shields.io/github/last-commit/kallydev/docker-sftp?style=flat-square)](https://github.com/kallydev/docker-sftp/commits/master)\n[![Docker Pulls](https://img.shields.io/docker/pulls/kallydev/docker-sftp?style=flat-square\u0026logo=docker)](https://hub.docker.com/r/kallydev/docker-sftp)\n\nA SFTP service running in Docker.\n\n## How to use\n\n### 1. Install Docker\n\n```bash\ncurl -sSL https://get.docker.com/ | sh\n```\n\n### 2. Build image\n\n- Pull from Docker Hub (**RECOMMEND**)\n\n```bash\ndocker pull kallydev/docker-sftp:latest\n```\n\n- Pull from Github Packages (**Linux amd-64 only**)\n\n```bash\ndocker pull docker.pkg.github.com/kallydev/docker-sftp/docker-sftp:latest\n```\n\n- Build from source\n\n```bash\ngit clone https://github.com/kallydev/docker-sftp \u0026\u0026 cd docker-sftp\ndocker build -t kallydev/docker-sftp:latest -t kallydev/docker-sftp:latest .\n```\n\n### 3. Create users.conf\n\n```bash\nvim config/users.conf\n\n# username:password\n# foobar:password\n```\n\n### 4. Run image\n\nYou can specify the port that the sftp service opens to the external network, for example `1022`.\n\n```bash\ndocker run \\\n    -v /srv/sftp:/home \\\n    -v /home/root/docker-sftp/config/users.conf:/etc/sftp/users.conf \\\n    -p 1022:22 \\\n    -d kallydev/docker-sftp:latest\n```\n\n### 5. Connect to SFTP\n\nIf your server IP is `42.42.42.42` and the port of sftp service is `1022`.\n\n```bash\nsftp -P 1022 username@42.42.42.42\n```\n\n## License\n\nCopyright (c) KallyDev. All rights reserved.\n\nLicensed under the [MIT](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkallydev%2Fdocker-sftp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkallydev%2Fdocker-sftp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkallydev%2Fdocker-sftp/lists"}