Install termscp

Pick your platform. One command and you're in.

$ Linux · macOS · BSD
curl --proto '=https' --tlsv1.2 -sSLf https://termscp.rs/install.sh | sh

Requires curl. macOS uses Homebrew if available, otherwise builds from source.

> Windows (PowerShell)
irm https://termscp.rs/install.ps1 | iex

Downloads the latest release and adds termscp to your user PATH.

Package managers


          cargo install termscp --locked
        

Update anytime with termscp --update.

Linux build deps: libdbus-1, pkg-config, libsmbclient. More details in the docs.