SFTP Browser
Termial includes a built-in SFTP file browser that lets you manage files on remote servers directly within the app.
Opening the SFTP Browser
The SFTP browser is available when connected to an SSH server:
- Connect to an SSH server
- Click the File Browser button in the toolbar
- The SFTP browser opens showing the remote file system
Navigating Files
Basic Navigation
- Double-click a folder to open it
- Click the Go Up button or press
Backspaceto go to parent directory - Click the Home button to go to your home directory
- Use the path bar to see your current location
Refreshing
Click the Refresh button to reload the current directory contents.
File Operations
Downloading Files
- Select a file or folder
- Click Download or right-click and select Download
- Choose where to save on your local computer
- For folders, Termial downloads all contents recursively
Uploading Files
- Click Upload in the toolbar
- Select files from your computer
- Files are uploaded to the current directory
Or drag and drop files from your computer into the SFTP browser.
Creating Folders
- Click New Folder in the toolbar
- Enter the folder name
- Click Create
Renaming
- Right-click a file or folder
- Select Rename
- Enter the new name
- Press Enter to confirm
Deleting
- Select files or folders to delete
- Click Delete or right-click and select Delete
- Confirm the deletion
Warning: Deleted files cannot be recovered. Be careful when deleting.
Permissions
The SFTP browser respects file permissions on the server. You can only:
- View files you have read permission for
- Modify files you have write permission for
- Enter directories you have execute permission for
If you see permission denied errors, check the file permissions on the server.
Tips
Large Transfers
For large file transfers:
- Transfers happen in the background
- You can continue using the terminal while transferring
- Check the status indicator for progress
Hidden Files
Hidden files (starting with .) may be shown depending on your server settings.
Symbolic Links
Symbolic links are shown with a special indicator. Clicking a symlink follows it to the target.