{"id":37099471,"url":"https://github.com/aedavelli/go-scp","last_synced_at":"2026-01-14T12:07:15.429Z","repository":{"id":57605030,"uuid":"264367272","full_name":"aedavelli/go-scp","owner":"aedavelli","description":"SCP Package with Recursive copy support","archived":false,"fork":false,"pushed_at":"2020-05-17T19:29:40.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T16:31:56.835Z","etag":null,"topics":["go-scp","recursive-copy","scp"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aedavelli.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":"2020-05-16T05:36:53.000Z","updated_at":"2020-05-17T19:29:43.000Z","dependencies_parsed_at":"2022-08-27T21:24:00.373Z","dependency_job_id":null,"html_url":"https://github.com/aedavelli/go-scp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aedavelli/go-scp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aedavelli%2Fgo-scp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aedavelli%2Fgo-scp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aedavelli%2Fgo-scp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aedavelli%2Fgo-scp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aedavelli","download_url":"https://codeload.github.com/aedavelli/go-scp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aedavelli%2Fgo-scp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28419399,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"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":["go-scp","recursive-copy","scp"],"created_at":"2026-01-14T12:07:14.673Z","updated_at":"2026-01-14T12:07:15.421Z","avatar_url":"https://github.com/aedavelli.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-scp\nSimple SCP Package with Recursive copy support\n\n## SCP Protocol Information\n[How SCP Protocol Works](/SCP.md)\n\n## Example\n```go\npackage main\n\nimport (\n\t\"log\"\n\t\"os\"\n\n\t\"github.com/aedavelli/go-scp\"\n)\n\nfunc main() {\n\tif len(os.Args) \u003c 2 {\n\t\tlog.Fatal(\"Usage: \", os.Args[0], \" \u003cpath1\u003e \u003cpath2\u003e ...\")\n\t}\n\tc, err := scp.NewDumbClient(\"username\", \"password\", \"server.com:22\")\n\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\n\tc.Quiet = true\n\terr = c.Send(\"/tmp\", os.Args[1:]...)\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faedavelli%2Fgo-scp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faedavelli%2Fgo-scp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faedavelli%2Fgo-scp/lists"}