{"id":43102715,"url":"https://github.com/jrobinsonc/docker-ftpdeploy","last_synced_at":"2026-01-31T17:42:27.747Z","repository":{"id":48953045,"uuid":"136867642","full_name":"jrobinsonc/docker-ftpdeploy","owner":"jrobinsonc","description":" Docker image to deploy files using FTP.","archived":false,"fork":false,"pushed_at":"2021-07-04T00:04:54.000Z","size":18,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-27T14:35:38.432Z","etag":null,"topics":["deployment","docker","ftp"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/jrobinsonc.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}},"created_at":"2018-06-11T03:01:56.000Z","updated_at":"2023-03-09T03:57:39.000Z","dependencies_parsed_at":"2022-09-06T00:40:47.466Z","dependency_job_id":null,"html_url":"https://github.com/jrobinsonc/docker-ftpdeploy","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/jrobinsonc/docker-ftpdeploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrobinsonc%2Fdocker-ftpdeploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrobinsonc%2Fdocker-ftpdeploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrobinsonc%2Fdocker-ftpdeploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrobinsonc%2Fdocker-ftpdeploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jrobinsonc","download_url":"https://codeload.github.com/jrobinsonc/docker-ftpdeploy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrobinsonc%2Fdocker-ftpdeploy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28948610,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T14:26:55.697Z","status":"ssl_error","status_checked_at":"2026-01-31T14:26:52.545Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["deployment","docker","ftp"],"created_at":"2026-01-31T17:42:27.102Z","updated_at":"2026-01-31T17:42:27.742Z","avatar_url":"https://github.com/jrobinsonc.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker FTP Deploy\n\nDocker image to help with continuous deployment when only FTP can be used.  \n\u003chttps://hub.docker.com/r/jrobinsonc/ftpdeploy/\u003e\n\n**How does it work, and why is it different from other FTP Docker images?**  \nVery simple: this image will only upload changed files instead of uploading the whole directory, as other Docker images do.\n\nIt uses [Git FTP](https://github.com/git-ftp/git-ftp) behind the scenes, which basically does this:  \n\u003e It keeps track of the uploaded files by storing the commit id in a log file on the server. It uses Git to determine which local files have changed.\n\n## Usage\n\n```shell\nimage: jrobinsonc/ftpdeploy\n\npipelines:\n  default:\n    - step:\n        name: Deploy\n        #trigger: manual\n        deployment: production\n        script: \n          - git ftp push -v --syncroot 'dist' --remote-root '$FTP_PATH' -u '$FTP_USER' -p '$FTP_PASS' '$FTP_HOST'\n```\n\n⚠️ Remember that the first time you must use `git ftp init` to upload all the files or `git ftp catchup` if the server has already the files:\n    \n```shell\ngit ftp init  --syncroot 'dist' --remote-root '$FTP_PATH' -u '$FTP_USER' -p '$FTP_PASS' '$FTP_HOST'\n```\n\nFor more details about *GIT-FTP*, visit:  \n\u003chttps://github.com/git-ftp/git-ftp\u003e\n\n## License\n\nReleased under the [MIT license](https://raw.githubusercontent.com/jrobinsonc/docker-ftpdeploy/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrobinsonc%2Fdocker-ftpdeploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjrobinsonc%2Fdocker-ftpdeploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrobinsonc%2Fdocker-ftpdeploy/lists"}