{"id":44332674,"url":"https://github.com/drone-plugins/drone-sftp","last_synced_at":"2026-02-11T10:30:42.809Z","repository":{"id":38106479,"uuid":"50460033","full_name":"drone-plugins/drone-sftp","owner":"drone-plugins","description":"Drone plugin for uploading files to an SFTP server","archived":false,"fork":false,"pushed_at":"2025-10-23T05:46:01.000Z","size":109,"stargazers_count":7,"open_issues_count":5,"forks_count":15,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-23T07:26:38.543Z","etag":null,"topics":["drone","drone-plugin"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drone-plugins.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-01-26T21:20:24.000Z","updated_at":"2025-05-09T15:59:48.000Z","dependencies_parsed_at":"2023-02-14T12:01:30.752Z","dependency_job_id":"64c04016-88e0-47bf-b8ff-216b04aae68a","html_url":"https://github.com/drone-plugins/drone-sftp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/drone-plugins/drone-sftp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone-plugins%2Fdrone-sftp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone-plugins%2Fdrone-sftp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone-plugins%2Fdrone-sftp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone-plugins%2Fdrone-sftp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drone-plugins","download_url":"https://codeload.github.com/drone-plugins/drone-sftp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone-plugins%2Fdrone-sftp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29332277,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"last_error":"SSL_read: 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":["drone","drone-plugin"],"created_at":"2026-02-11T10:30:42.072Z","updated_at":"2026-02-11T10:30:42.789Z","avatar_url":"https://github.com/drone-plugins.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# drone-sftp\n\n[![Build Status](http://cloud.drone.io/api/badges/drone-plugins/drone-sftp/status.svg)](http://cloud.drone.io/drone-plugins/drone-sftp)\n[![Join the discussion at https://discourse.drone.io](https://img.shields.io/badge/discourse-forum-orange.svg)](https://discourse.drone.io)\n[![Drone questions at https://stackoverflow.com](https://img.shields.io/badge/drone-stackoverflow-orange.svg)](https://stackoverflow.com/questions/tagged/drone.io)\n[![Go Doc](https://godoc.org/github.com/drone-plugins/drone-sftp?status.svg)](http://godoc.org/github.com/drone-plugins/drone-sftp)\n[![Go Report](https://goreportcard.com/badge/github.com/drone-plugins/drone-sftp)](https://goreportcard.com/report/github.com/drone-plugins/drone-sftp)\n\nDrone plugin to publish files and artifacts via SFTP. For the usage information and a listing of the available options please take a look at [the docs](DOCS.md).\n\n## Build\n\nBuild the binary with the following command:\n\n```console\nexport GOOS=linux\nexport GOARCH=amd64\nexport CGO_ENABLED=0\n\ngo build -v -a -tags netgo -o release/linux/amd64/drone-sftp\n```\n\n## Docker\n\nBuild the Docker image with the following command:\n\n```console\ndocker build \\\n  --label org.label-schema.build-date=$(date -u +\"%Y-%m-%dT%H:%M:%SZ\") \\\n  --label org.label-schema.vcs-ref=$(git rev-parse --short HEAD) \\\n  --file docker/Dockerfile.linux.amd64 --tag plugins/sftp .\n```\n\n## Usage\n\n```console\ndocker run --rm \\\n  -e PLUGIN_HOST=sftp.company.com \\\n  -e PLUGIN_PORT=2222 \\\n  -e PLUGIN_USERNAME=user \\\n  -e PLUGIN_PASSWORD=pa$$word \\\n  -e PLUGIN_FILES=*.nupkg\n  -v $(pwd):$(pwd) \\\n  -w $(pwd) \\\n  plugins/sftp\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrone-plugins%2Fdrone-sftp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrone-plugins%2Fdrone-sftp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrone-plugins%2Fdrone-sftp/lists"}