TL;DR — Quick Summary
termscp is a TUI file transfer client. SCP, SFTP, FTP, FTPS, S3, WebDAV — browse remote files, transfer with progress bars, and edit remotely in a beautiful interface.
termscp transfers files visually. SCP, SFTP, FTP, S3 — dual-pane browser with progress bars.
Installation
# macOS
brew install termscp
# Cargo
cargo install termscp
Usage
# Launch with connection dialog
termscp
# Direct connection
termscp sftp://user@host:/path
termscp scp://user@host
termscp s3://bucket-name
# With port
termscp sftp://user@host:2222
Keybindings
Tab → switch panes
Enter → enter directory
Space → transfer file
D → delete
E → edit remote file
B → bookmark
q → disconnect
Summary
- termscp is a TUI file transfer client
- Supports SCP, SFTP, FTP, FTPS, S3, WebDAV
- Dual-pane local/remote file browser
- Transfer progress bars, bookmark management
- Written in Rust — fast, cross-platform