TL;DR — Quick Summary

termscp is a TUI file transfer client for SCP, SFTP, FTP, and S3. Browse local and remote files side by side, transfer with progress bars, edit remote files — all from the terminal.

termscp transfers files visually. SCP, SFTP, FTP, S3 — dual-pane TUI with progress.

Installation

# macOS
brew install termscp

# Cargo
cargo install termscp

Usage

# Interactive mode
termscp

# Direct connection
termscp sftp://user@host:/path
termscp scp://user@host
termscp s3://bucket-name

Keybindings

Tab      → switch between local/remote pane
Enter    → transfer file
Space    → select files
e        → edit remote file
Ctrl+S   → save bookmark
q        → quit

Summary

  • termscp is a TUI file transfer client
  • Dual-pane: local and remote side by side
  • Supports SCP, SFTP, FTP, S3, SMB, WebDAV
  • Bookmarks for saved connections
  • Written in Rust — fast, cross-platform