termscp

Feature-rich terminal file transfer and explorer

TLDR

Launch the interactive file transfer UI
$ termscp
Connect to a remote host via SFTP
$ termscp sftp://[user]@[192.168.1.10]:22
Browse an S3 bucket
$ termscp s3://[my-bucket]

SYNOPSIS

termscp [options] [protocol://user@host:port]

DESCRIPTION

termscp is a terminal UI file transfer tool with support for SCP, SFTP, FTP/FTPS, Kubernetes, S3, SMB, and WebDAV protocols. It provides a dual-pane file explorer for local and remote filesystems, built-in bookmarks, SSH key storage, customizable themes, desktop notifications for large transfers, and an embedded terminal.

INSTALL

sudo pacman -S termscp
sudo zypper install termscp
brew install termscp
nix profile install nixpkgs#termscp

HISTORY

termscp was created by Veeso (Christian Visintin) and is written in Rust.

SEE ALSO

scp(1), sftp(1), rclone(1)