schollz/croc
原文摘要
Easily and securely send things from one computer to another 🐊 📦 This project’s future depends on community support. Become a sponsor today . About croc is a tool that allows any two computers to simply and securely transfer files and folders. AFAIK, croc is the only CLI file-transfer tool that does all of the following: Allows any two computers to transfer data (using a relay) Provides end-to-end encryption (using PAKE) Enables easy cross-platform transfers (Windows, Linux, Mac) Allows multiple file transfers Allows resuming transfers that are interrupted No need for local server or port-forwarding IPv6-first with IPv4 fallback Can use a proxy , like Tor For more information about croc , see my blog post or read a recent interview I did . Install You can download the latest release for your system , or install a release from the command-line: curl https://getcroc.schollz.com | bash On macOS Using Homebrew : brew install croc Using MacPorts : sudo port selfupdate sudo port install croc On Windows You can install the latest release with Scoop , Chocolatey , or Winget : scoop install croc choco install croc winget install schollz.croc Using nix-env You can install the latest releas…
📋 本文为 GitHub Trending Daily RSS 的 RSS 摘要原文,未经 AI 整理。完整上下文请以 原文 为准。