LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

termscp

Feature-rich terminal file transfer and explorer

TLDR

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

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
copy
sudo zypper install termscp
copy
brew install termscp
copy
nix profile install nixpkgs#termscp
copy

HISTORY

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

SEE ALSO

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

Copied to clipboard
Kai