copyManaging files with SFTP

This page explains how to use SFTP in Termius to browse, transfer, and manage files across local and remote systems, with guidance for both desktop and mobile workflows.

Secure File Transfer Protocol (SFTP) is a secure, encrypted method for transferring files between computers over a network, acting as an extension of the Secure Shell (SSH) protocol. It replaces older FTP by encrypting commands and data to prevent password sniffing and man-in-the-middle attacks.

Overview

Termius supports SFTP across all its major platforms, including Windows, macOS, Linux, iOS, and Android. It includes:

  • Dual-pane interface on the desktop: manage local or remote files side-by-side

  • Transfer files: transfer files between the selected hosts, including drag-and-drop support

  • Mobile support: open multiple SFTP tabs on iOS and Android, which allows you to have multiple file transfer sessions open simultaneously

  • Integrated workflow: switch between a terminal session and an SFTP session for the same host with a single click

  • File editing: download files for editing with further changes tracking and file upload

circle-info

Termius from the Mac App Store and Snap Store is sandboxed and has limited access to the file system. If you need to manage local files, download Termius from the website for macOSarrow-up-right, Windowsarrow-up-right, or Linuxarrow-up-right.


Connect to a host via SFTP

Opening SFTP sessions works differently on the desktop and mobile. On the desktop, a local file system opens by default.

To connect to a host via SFTP on the desktop:

  1. Open the SFTP tab

  2. In one of the SFTP panes, select a host

  3. Choose a host from the list

  4. Complete authentication if prompted


Browse the file system

Refresh the contents of the folder

To refresh the folder contents, click the current folder in the path bar. This works on both the desktop and mobile.

Show hidden files

Termius doesn't show hidden files and folders by default.

To view hidden files:

  1. Click the Actions menu

  2. Select Show Hidden Files

Manually enter a full path

On the desktop, click the area next to the current path to edit it. This is useful when you already know the full path and don’t want to navigate through each folder step by step.

After entering the path, press Enter. If the folder exists, Termius will navigate directly to that location.

Transfer files

On the desktop, you can transfer files in several ways.

Via drag and drop between panes

Via drag and drop from your local file system to the target pane

Via the context menu

  1. Open the target folder in one of the panes

  2. Right-click the file or folder you want to transfer

  3. Select Copy to target directory from the context menu

Edit files

To open a file for viewing or editing, you can:

  • Double-click the file, or

  • Right-click the file and select Open or Open with

When you open a file from a remote host, Termius downloads the file to a temporary local folder for editing. After you finish editing, the app detects the changes and prompts you to upload the updated file back to the host.

Default apps for different file types

When you use the Open with option, Termius remembers the application you selected for that file type.

You can review the apps associated with different file types in Termius > Settings > SFTP.

Last updated

Was this helpful?