Ternux
File Transfer

File Transfer Overview

Dual-pane file browser with background transfer queue for local, SFTP, and S3 operations.

The File Transfer mode provides a dual-pane file explorer similar to FileZilla or WinSCP. One pane is always a local file browser; the other can be a local, remote SFTP, or S3-compatible object storage browser.

Opening file transfer mode

  • From a terminal tab — click the Transfer button overlay (bottom-right of any SSH tab).
  • From Connections — right-click a connection card → File Transfer (SSH) or Browse S3 (S3).
  • A new tab labeled with the connection name + (Transfer) opens.

Pane layout

┌───────────────────────┬───────────────────────┐
│   Local               │   Remote / S3         │
│   /Users/you/         │   /home/user/ or      │
│                       │   bucket://my-bucket/  │
│   filename.txt        │   config.yaml         │
│   images/             │   logs/               │
│   ...                 │   ...                 │
├───────────────────────┴───────────────────────┤
│  Activity Panel  (Ctrl+`)                     │
│  Transfer queue | Status log                  │
└───────────────────────────────────────────────┘

Panes are resizable — drag the divider handle between them. Default split is 50/50.

  • Click a folder to navigate into it.
  • Use the Back and Forward buttons or keyboard shortcuts Alt+← / Alt+→.
  • Click any breadcrumb segment in the path bar to jump directly to that directory.
  • Click the path bar itself to edit the path manually.
  • For S3 connections without a default bucket, browsing starts at the bucket:// level showing all buckets.

Activity panel

Press `Ctrl+`` to toggle the activity panel at the bottom. It shows:

  • Transfer queue — queued, in-progress, completed, and failed transfers.
  • Status log — timestamped log of all file operations.

Learn more

On this page