{"id":17053162,"url":"https://github.com/mcginty/shoop","last_synced_at":"2025-05-16T15:02:26.429Z","repository":{"id":57667267,"uuid":"64476928","full_name":"mcginty/shoop","owner":"mcginty","description":"scp has a run-in with mosh (alpha)","archived":false,"fork":false,"pushed_at":"2021-08-26T06:04:32.000Z","size":193,"stargazers_count":458,"open_issues_count":21,"forks_count":24,"subscribers_count":23,"default_branch":"master","last_synced_at":"2025-04-12T12:54:35.074Z","etag":null,"topics":["cryptography","file-transfer","rust","scp","tools"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/mcginty.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-29T11:53:27.000Z","updated_at":"2025-02-07T12:02:24.000Z","dependencies_parsed_at":"2022-09-02T14:22:35.038Z","dependency_job_id":null,"html_url":"https://github.com/mcginty/shoop","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcginty%2Fshoop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcginty%2Fshoop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcginty%2Fshoop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcginty%2Fshoop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcginty","download_url":"https://codeload.github.com/mcginty/shoop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254553936,"owners_count":22090415,"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":["cryptography","file-transfer","rust","scp","tools"],"created_at":"2024-10-14T10:11:29.214Z","updated_at":"2025-05-16T15:02:26.334Z","avatar_url":"https://github.com/mcginty.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏎🏎🏎  shoop  🏎🏎🏎   [![Build Status](https://travis-ci.org/mcginty/shoop.svg?branch=master)](https://travis-ci.org/mcginty/shoop)\nSCP for the modern era. If I were better at marketing I might call this \"insanely\" fast.\n\n# security and stability\nThis is so incredibly alpha. not alpha like how fraternities use it. alpha like unverified.\n\n**DO NOT USE THIS FOR SECURITY SENSITIVE MATERIAL.**\n\nTHIS IS A PREVIEW. As time passes, software gets more secure assuming I keep my unlaziness. Also right now, the protocol isn't stabilized, so you will need to keep the binaries on the server and client at (more or less) the same revision until we leave pre-alpha state.\n\n# what's it do\nShoop is a high-speed encrypted file transfer tool reminiscent of scp. It uses SSH to bootstrap authentication and encryption, then uses UDT (a reliable protocol from the 2000s) instead of TCP (a reliable protocol from the 1970s).\n\nIt is **particularly** useful in connections that are \"bursty\".\n\nFrom Vietnam, for example, it typically speeds up my downloads by about 2x, if not more for larger files.\n\n# install\nThe server-side and client-side use the same binary (at least for now). Follow these instructions for both sides (at the moment, I'm not distributing binaries until this is more stable). If you're familiar with `mosh`, it's a very similar setup.\n\n## macOS\n1. get Command Line Tools for Xcode: `xcode-select --install`, https://developer.apple.com/downloads or [Xcode](https://itunes.apple.com/us/app/xcode/id497799835)\n2. get rust (easily via rustup `curl https://sh.rustup.rs -sSf | sh`)\n3. `cargo install shoop`\n\n## debian (if you're on another linux, you know the difference)\n1. get build-essentials `sudo apt install build-essentials`\n2. get rust (easily via rustup `curl https://sh.rustup.rs -sSf | sh`)\n3. `cargo install shoop`\n\n## windows\n1. `yes sorry`\n\n### server\nIf you have a firewall, the default port range shoop uses is 55000-55050 (if you want 50 simultaneous connections). In Ubuntu this might look like:\n```\nsudo ufw allow 55000:55050/udp\n```\n\n# your typical performance example\n```\n☁  shoop [master] ⚡ time scp host-in-germany:~/125mb.file .\n1.65s user 2.20s system 2% cpu 2:15.39 total\n☁  shoop [master] ⚡ time shoop host-in-germany:~/125mb.file\n2.39s user 4.53s system 8% cpu 1:18.53 total\n```\n\n# why should i use it\n* It deals with unreliable/shoddy connections much more gracefully\n* It survives network interruptions\n\n# but isn't there tool X, Y, and Z already for this?\nno, actually, not really.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcginty%2Fshoop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcginty%2Fshoop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcginty%2Fshoop/lists"}